All Versions
71
Latest Version
Avg Release Cycle
126 days
Latest Release
1494 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v0.9.2 Changes
- ๐ fixed string interpolation bug (caused valid ruby code not to execute, sorry!)
- ๐ fixed
ls
command, so it can properly display members of Object and classes, and BasicObject, etc - โ added a few git related commands to experimental command set, blame and diff
-
v0.9.0 Changes
- ๐ plugin system
- regex commands
- ๐ show-method works on methods defined in REPL
- ๐ new command system/API
- ๐ rubinius core support
- ๐ more backports to ruby 1.8
- inp/out special locals
- ex backtrace navigation object (ex.line, ex.file)
- readline history saving/loading
- prompt stack
- more hooks
- amend-line
- play
- ๐ show-input
- edit
- โ much more comprehensive test suite
- ๐ support for new and old rubygems API
- ๐ changed -s behaviour of ls (now excludes Object methods)
- โ removed eval-file, lls, lcd, and a few other commands
-
v0.7.6 Changes
whereami
command now accepts parameter AROUND, to display AROUND lines on eitherside of invocation line.- โ
made it so
whereami
is invoked even if no method exists in current context (i.e in rspec tests) - added rubinius support for
whereami
invocation in HOOKS by checking for unknown.rb rather than just
-
v0.7.6.1 Changes
- โ added slightly better support for YARD
- now @param and @return tags are colored green and markdown
code
is syntax highlighted using coderay
-
v0.7.0 Changes
- โ add pry-doc support with syntax highlighting for docs
- โ add 'mj' option to ls (restrict to singleton methods)
- add ex local to hold last exception raised in an exception
-
v0.6.8 Changes
- โ add whereami command, a la the
ir_b
gem - ๐ make whereami run at the start of every session
- ๐ make .pryrc be loaded by run-time pry sessions
- โ add whereami command, a la the
-
v0.6.7 Changes
- ๐ color support
- --simple-prompt for pry commandline
- -I mode for pry commandline
- --color mode for pry commandline
- clean up requires (put them all in one place)
- simple-prompt command and toggle-color command.
-
v0.6.3 Changes
- ๐ Using MethodSource 0.3.4 so 1.8 show-method support provided
Set
class added to list of classes that are inspected
-
v0.6.1 Changes
- !@ command alias for exit_all
cd /
for breaking out to pry top level (jump-to 0)- ๐ป made
-e
option work in a more effective way forpry
command line invocation - exit and exit-all commands now accept a parameter, this parameter becomes the return value of repl()
command
method from CommandBase now accepts a :keep_retval arg that determines if command value is returned to pry session or justnil
(nil
was old behaviour)- tests for new :keep_retval and exit-all/exit behaviour; :keep_retval will remain undocumented.
-
v0.5.8 Changes
- โ Added -c (context) option to show-doc, show-methods and eval-file
- ๐ Fixed up ordering issue of -c and -r parameters to command line pry