Sha256: 04d7ab9e6930a57ff0bae381c2618fadc679aa51331161ffd4fe400f5b142496
Contents?: true
Size: 1.2 KB
Versions: 1
Compression:
Stored size: 1.2 KB
Contents
## 0.0.4 (2011-12-03) * Performance improvement, primarily for 1.9.2: Don't trace unless in a file context. `rails console` or standard `pry` shouldn't experience a slowdown anymore. * The overriden `Pry.start` now returns the output of the original method, not a `PryNav::Tracer` instance. * For consistency with the other nav commands, **continue** now checks for a local file context. ## 0.0.3 (2011-12-01) * Performance improvement: Don't trace while in the Pry console. Only works in >= 1.9.3-p0 because 1.9.2 segfaults: http://redmine.ruby-lang.org/issues/3921 * Always cleanup pry-remote DRb server and trace function when a program ends. Fixes [#1](https://github.com/nixme/pry-nav/issues/1). * **step** and **next** now check for a local file context. Prevents errors and infinite loops when called from outside `binding.pry`, e.g. `rails console`. * More resilient cleanup when [pry-remote][pry-remote] CLI disconnects. ## 0.0.2 (2011-11-30) * Rudimentary [pry-remote][pry-remote] support. Still a bit buggy. * **continue** command as an alias for **exit-all** ## 0.0.1 (2011-11-29) * First release. Basic **step** and **next** commands. [pry-remote]: https://github.com/Mon-Ouie/pry-remote
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
pry-nav-0.0.4 | CHANGELOG.md |