2011-02-20 19:46:29 -05:00
|
|
|
22/2/2010 version 0.5.8
|
|
|
|
* 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
|
|
|
|
|
2011-02-20 11:54:18 -05:00
|
|
|
21/2/2010 version 0.5.7
|
|
|
|
* Added pry executable, auto-loads .pryrc in user's home directory, if it
|
|
|
|
exists.
|
|
|
|
|
2011-02-19 00:21:13 -05:00
|
|
|
19/2/2010 version 0.5.5
|
|
|
|
* Added Pry.run_command
|
|
|
|
* More useful error messages
|
|
|
|
* Easter eggs (game and cohen-poem)
|
|
|
|
|
2011-02-17 00:36:39 -05:00
|
|
|
17/2/2010 version 0.5.0
|
|
|
|
* 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
|
|
|
|
* Add -M, -m, -v(erbose), -a(ll), -s(uper), -l(ocals), -i(ivars), -k(klass
|
|
|
|
vars), etc options to ls
|
|
|
|
* add -M(instance method) options to show-method and show-doc
|
|
|
|
* 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
|
|
|
|
* Add special eval-file command that evals target file in current context
|
|
|
|
|
2011-01-27 04:37:43 -05:00
|
|
|
27/1/2010 version 0.4.5
|
|
|
|
* fixed show_method (though fragile as it references __binding_impl__
|
|
|
|
directly, making a name change to that method difficult
|
2011-01-26 21:34:36 -05:00
|
|
|
27/1/2010 version 0.4.4
|
|
|
|
* oops, added examples/ directory
|
|
|
|
26/1/2010 version 0.4.3
|
|
|
|
* added alias_command and desc methods to Pry::CommandBase
|
|
|
|
* changed behaviour of ls_methods and ls_imethods to return sorted lists
|
|
|
|
of methods
|
2011-01-23 19:39:15 -05:00
|
|
|
23/1/2010 version 0.4.1
|
|
|
|
* made it so a 'def meth;end' in an object Pry session defines singleton
|
|
|
|
methods, not methods on the class (except in the case of
|
|
|
|
immediates)
|
|
|
|
* reorganized documentation, moving customization to a separate wiki file
|
|
|
|
* storing wiki in a nested git repo, as github wiki pages have their own
|
|
|
|
repo
|
|
|
|
* added more tests for new method definition behaviour
|
2011-01-26 21:34:36 -05:00
|
|
|
x21/1/2010 version 0.4.0
|
2011-01-21 01:09:21 -05:00
|
|
|
* added command API
|
|
|
|
* added many new commands, i.e ls_methods and friends
|
|
|
|
* modified other commands
|
|
|
|
* now accepts greater customization, can modify: input, output, hooks,
|
|
|
|
prompt, print object
|
|
|
|
* added tab completion (even completes commands)
|
|
|
|
* added extensive tests
|
|
|
|
* added examples
|
|
|
|
* many more changes
|
2010-12-08 19:59:30 -05:00
|
|
|
9/12/2010 version 0.1.3
|
|
|
|
* Got rid of rubygems dependency, refactored some code.
|
2010-12-08 08:49:28 -05:00
|
|
|
8/12/2010 version 0.1.2
|
|
|
|
* now rescuing SyntaxError as well as Racc::Parser error in valid_expression?
|
2010-12-08 02:30:38 -05:00
|
|
|
8/12/2010 version 0.1.0
|
|
|
|
* release!
|
|
|
|
|