All Versions
71
Latest Version
Avg Release Cycle
126 days
Latest Release
1494 days ago

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
  • 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 for pry 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 just nil (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