Skip to content

Commit

Permalink
updated CHANGELOG and TODO, almost ready for 0.9.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
banister committed Jul 26, 2011
1 parent 04358f7 commit cda9502
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
15 changes: 8 additions & 7 deletions CHANGELOG
Original file line number Original file line Diff line number Diff line change
@@ -1,16 +1,17 @@
*/7/2011 version 0.9.3 */7/2011 version 0.9.3
* hist command now excludes last line of input (the command invocation itself) * cat --ex (cats 5 lines above and below line in file where exception was raised)
* hist now has `history` alias * edit --ex (edits line in file where exception was raised)
* edit -t (opens a temporary file and evals it in current context when closed)
* `pry -r` requires now happen after plugin loading (so as not to interfere with * `pry -r` requires now happen after plugin loading (so as not to interfere with
* new Pry.config.disable_auto_reload option, for turning off auto reloading by edit-method and related * new Pry.config.disable_auto_reload option, for turning off auto reloading by edit-method and related (thanks ryanf)
* add better error messages for `cd` command * add better error messages for `cd` command
* fixed exotic object regression - BasicObject.new etc now return "=> unknown" * fixed exotic object regression - BasicObject.new etc now return "=> unknown"
* added reload-method command (reloads the associated file of a method) * added reload-method command (reloads the associated file of a method)
* converted: import => import-set, version => pry-version, install => install-command * converted: import => import-set, version => pry-version, install => install-command
* cat --ex (cats 5 lines above and below line in file where exception was raised) * Pry.config.command_prefix support (thanks ryanf!)
* edit --ex (edits line in file where exception was raised) * fixed indentation for simple-prompt
* Pry.config.command_prefix support * hist command now excludes last line of input (the command invocation itself)
* edit -t (opens a temporary file and evals it in current context when closed) * hist now has `history` alias


21/6/2011 version 0.9.2 21/6/2011 version 0.9.2
* fixed string interpolation bug (caused valid ruby code not to execute, sorry!) * fixed string interpolation bug (caused valid ruby code not to execute, sorry!)
Expand Down
1 change: 0 additions & 1 deletion TODO
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
* new Pry.config.disable_auto_reload option, for turning off auto reloading by edit-method and related * new Pry.config.disable_auto_reload option, for turning off auto reloading by edit-method and related
* add better error messages for `cd` command * add better error messages for `cd` command
* add command_prefix * add command_prefix
* add toggle-command
* change some command names to include hyphen, e.g version => pry-version, install => install-command * change some command names to include hyphen, e.g version => pry-version, install => install-command
* do cat --ex and edit --ex * do cat --ex and edit --ex
* add reload-method * add reload-method
Expand Down

0 comments on commit cda9502

Please sign in to comment.