2011-02-16 11:27:55 -05:00
|
|
|
0.5.0 release:
|
|
|
|
* !!!! UPDATE DOCUMENTATION !!!!
|
|
|
|
* Use clipped version of Pry.view() for large objects
|
|
|
|
* Exit Pry session on ^d
|
|
|
|
* Use Shellwords for breaking up parameters to pry commands
|
|
|
|
* Use OptionParser to parse options for default pry commands
|
|
|
|
* Add version command
|
|
|
|
* Refactor 'status' command: add current method info
|
|
|
|
* Add meth_name_from_binding utility lambda to commands.rb
|
2011-02-17 00:36:39 -05:00
|
|
|
* Add -M, -m, -v(erbose), -a(ll), -s(uper), -l(ocals), -i(ivars), -k(klass vars) options to ls
|
|
|
|
* add -i(nstance) option to show-method
|
2011-02-16 11:27:55 -05:00
|
|
|
* add --help option to most commands
|
|
|
|
* Get rid of ls_method and ls_imethods (subsumed by more powerful ls)
|
|
|
|
* Get rid of show_idoc and show_imethod
|
2011-02-17 00:36:39 -05:00
|
|
|
* Add special eval-file command that evals target file in current context
|