1
0
Fork 0
mirror of https://github.com/pry/pry.git synced 2022-11-09 12:35:05 -05:00

Version 0.9.11 release

Final adjustments made to CHANGELOG and CONTRIBUTORS
This commit is contained in:
John Mair 2013-01-16 16:12:51 +01:00
parent e53af39a93
commit 3700aed474
2 changed files with 63 additions and 37 deletions

View file

@ -6,19 +6,28 @@ dependency changes:
new features: new features:
* #738 basic Ruby 2.0 support * #738 basic Ruby 2.0 support
* #732 JRuby 1.7.0+ support * #732 JRuby 1.7.0+ support
* #660 "show-source" supports `--super` switch * added bond tabcompletion, much more powerful than standard tab
* #678 added tabcomplection for previous scope completion. However, it requires a real 'readline' to work,
so will not work on standard osx setup (since it uses Editline)
* show-source can now extract source for classes, methods, procs,
pry commands, and arbitrary objects (it shows the source for the class of
the object). As a result, show-command is now deprecated
* gist/play/save-file now infer object type without requiring flags,
e.g play MyClass, play my_file.rb, play my_method
* edit command can now edit most things, including: files, methods,
classes, commands. As a result the 'edit-method' command is now
deprecatd.
e.g edit my_file.rb, edit my_method, edit MyClass
* removed "edit-method", now merged with 'edit'
* amend-line and play now properly indent code added to input buffer.
* #674 added support for require switches chaining (`pry -rubygems -r./a.rb`) * #674 added support for require switches chaining (`pry -rubygems -r./a.rb`)
* #695 added ability to customize the name displayed in the prompt * #695 added ability to customize the name displayed in the prompt
* #716 added `--patch` switch for `edit --ex` command * #716 added `--patch` switch for `edit --ex` command
* #736 respect the `$PAGER` environment variable * #736 respect the `$PAGER` environment variable
* #497 added `disable-pry` command * #497 added `disable-pry` command
* removed "edit-method" command; added `--method` switch to "edit" command
* removed "show-command" command; use "show-source" command instead * removed "show-command" command; use "show-source" command instead
* show-source it works on everything (lambdas, procs, commands)
* exec switch chaining (`pry -e ':one' -e ':two'`) * exec switch chaining (`pry -e ':one' -e ':two'`)
* added two new hooks: "before_eval" and "after_eval" * added two new hooks: "before_eval" and "after_eval"
* added bond tabcompletion for commands, filenames, "cat" and "shell" commands
* added tabcompletion for "show-source", "show-doc" commands and "Array#<tab>" cases * added tabcompletion for "show-source", "show-doc" commands and "Array#<tab>" cases
* immediately require gems after gem-install * immediately require gems after gem-install
* added `-l` switch for `ls` command (displays local variables) * added `-l` switch for `ls` command (displays local variables)
@ -29,7 +38,6 @@ new features:
* tablifed ls output * tablifed ls output
* added `--no-line-numbers` switch for "whereami" command * added `--no-line-numbers` switch for "whereami" command
* added `--lines` switch for "play" command * added `--lines` switch for "play" command
* "gist", "play", "save-file" commands no longer need switches to select object types
bug fixes: bug fixes:
* #652 find-method uses single escape instead of double * #652 find-method uses single escape instead of double

View file

@ -1,37 +1,55 @@
938 banisterfiend 1068 John Mair
290 cirwin 372 Conrad Irwin
140 ryanf 215 Ryan Fitzgerald
93 robgleeson 108 Kyrylo Silin
51 injekt 92 Rob Gleeson
49 Mon_Ouie 54 Mon ouïe
39 envygeeks 51 Lee Jarvis
28 yorickpeterse 47 ☈king
40 Jordon Bedwell
28 Yorick Peterse
18 David Palm 18 David Palm
18 Robert Gleeson
15 epitron 15 epitron
15 kyrylo 12 Andrew Vos
10 swarley 11 Reginald Tan
8 rue 10 Matt Carey
3 Darrick Wiebe 8 Eero Saynatkari
3 fowl 8 Trey Lawrence
6 Jason Laster
3 misfo 3 misfo
2 Ben Langfeld 3 fowlmouth
2 Eric Christopherson 3 Darrick Wiebe
2 Kelsey Judson 2 Kelsey Judson
2 Ben Langfeld
2 Bram Swenson
2 Erik Michaels-Ober
2 Ingrid
2 Vít Ondruch
2 Xavier Shay 2 Xavier Shay
2 sferic 2 Jonathan Soeder
2 shadowshell 2 Eric Christopherson
1 Gerbert Olivé 2 robgleeson
1 Gosha Arinich 1 Ben Pickles
1 Joe Peduto 1 Zeh Rizzatti
1 Jonathan Jackson 1 shirmung
1 Jonathan Soeder
1 Jordan Running
1 Josh Cheek
1 KL-7
1 Lars Haugseth
1 Reginald Tan
1 Renato Mascarenhas
1 Shawn Anderson
1 Sherin C
1 sonnym 1 sonnym
1 tpope 1 Shawn Anderson
1 Joe Peduto
1 Greg Stearns
1 Jonathan Jackson
1 Jordan Running
1 Gosha Arinich
1 Josh Cheek
1 Kirill Lashuk
1 Gerbert Olivé
1 Larry Gilbert
1 Lars Haugseth
1 Loic Nageleisen
1 Matthew Carey
1 Michael Bensoussan
1 Renato Mascarenhas
1 Havenwood
1 Sherin C
1 Sonali Sridhar
1 Tim Pope