mirror of
https://github.com/pry/pry.git
synced 2022-11-09 12:35:05 -05:00
Try to summarize the change log
This commit is contained in:
parent
c06d7b60f2
commit
c3e38a37fd
2 changed files with 62 additions and 26 deletions
35
CHANGELOG
35
CHANGELOG
|
@ -1,3 +1,38 @@
|
||||||
|
06/07/2012 version 0.10.pre.1
|
||||||
|
dependency changes:
|
||||||
|
* #561 upgrade the slop gem to version 3
|
||||||
|
* #590 move to the jist gem from gist.
|
||||||
|
* upgrade method_source to 0.8
|
||||||
|
|
||||||
|
new features:
|
||||||
|
* #572 add --hist, -o and -k flags to gist command
|
||||||
|
* #584 support show-source/doc on methods defined in class-eval
|
||||||
|
* #585 support show-source/doc on gem methods defined in C
|
||||||
|
* #596 add --disable-plugin and --select-plugin options
|
||||||
|
* #597 allow "cd -" to switch between bindings
|
||||||
|
* #612 add Pry.config.should_load_local_rc to turn off ./.pryrc
|
||||||
|
* allow running a file of pry input with pry <file>
|
||||||
|
* support colours in "ri" command
|
||||||
|
* add before_eval hook
|
||||||
|
|
||||||
|
bug fixes &c.
|
||||||
|
* #554 removed the "req" command
|
||||||
|
* #567 fix rendering bugs when starting pry
|
||||||
|
* #568 fix Array#pretty_print on Jruby
|
||||||
|
* #575 fix "edit" on windows
|
||||||
|
* #576 fix "find-method" in the presence of badly behaved objects
|
||||||
|
* #580 fix "whereami" in erb files on rails
|
||||||
|
* #632 raise fewer exceptions while tab completing
|
||||||
|
* #605 dont immediately quite pry when an error happens in readline
|
||||||
|
* #606 support for ansicon to give jruby windows users colour
|
||||||
|
* #613 massive speed improvements to show-source for modules
|
||||||
|
* #620 improve whereami command when not in a binding.pry
|
||||||
|
* #622 support embedded documents (=begin ... =end)
|
||||||
|
* #627 support editing files with spaces in the name
|
||||||
|
* support for absolute paths in $EDITOR
|
||||||
|
* fix "cat" command on files with unknown extensions
|
||||||
|
* many many internal refactorings and tidyings
|
||||||
|
|
||||||
09/05/2012 version 0.9.9.6 fixes #558
|
09/05/2012 version 0.9.9.6 fixes #558
|
||||||
* #558 has been a thorn in our side for long enough, hopefully this properly fixes it
|
* #558 has been a thorn in our side for long enough, hopefully this properly fixes it
|
||||||
(though im not to confident :P)
|
(though im not to confident :P)
|
||||||
|
|
53
CONTRIBUTORS
53
CONTRIBUTORS
|
@ -1,36 +1,37 @@
|
||||||
887 John Mair
|
938 banisterfiend
|
||||||
232 Conrad Irwin
|
290 cirwin
|
||||||
132 Ryan Fitzgerald
|
140 ryanf
|
||||||
89 Rob Gleeson
|
93 robgleeson
|
||||||
51 Lee Jarvis
|
51 injekt
|
||||||
49 Mon ouïe
|
49 Mon_Ouie
|
||||||
39 Jordon Bedwell
|
39 envygeeks
|
||||||
|
28 yorickpeterse
|
||||||
18 David Palm
|
18 David Palm
|
||||||
13 epitron
|
15 epitron
|
||||||
10 Matt Carey
|
15 kyrylo
|
||||||
9 Yorick Peterse
|
10 swarley
|
||||||
8 Eero Saynatkari
|
8 rue
|
||||||
3 Darrick Wiebe
|
3 Darrick Wiebe
|
||||||
3 fowlmouth
|
3 fowl
|
||||||
3 misfo
|
3 misfo
|
||||||
2 Ben Langfeld
|
2 Ben Langfeld
|
||||||
2 Bram Swenson
|
|
||||||
2 Eric Christopherson
|
2 Eric Christopherson
|
||||||
2 Erik Michaels-Ober
|
|
||||||
2 Kelsey Judson
|
2 Kelsey Judson
|
||||||
2 Xavier Shay
|
2 Xavier Shay
|
||||||
2 robgleeson
|
2 sferic
|
||||||
1 Kirill Lashuk
|
2 shadowshell
|
||||||
1 Reginald Tan
|
1 Gerbert Olivé
|
||||||
1 Jordan Running
|
1 Gosha Arinich
|
||||||
1 Robert Gleeson
|
1 Joe Peduto
|
||||||
|
1 Jonathan Jackson
|
||||||
1 Jonathan Soeder
|
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 Shawn Anderson
|
||||||
1 Sherin C
|
1 Sherin C
|
||||||
1 Tim Pope
|
1 sonnym
|
||||||
1 Gerbert Olivé
|
1 tpope
|
||||||
1 Jonathan Jackson
|
|
||||||
1 Joe Peduto
|
|
||||||
1 Gosha Arinich
|
|
||||||
1 Lars Haugseth
|
|
||||||
1 Josh Cheek
|
|
||||||
|
|
Loading…
Reference in a new issue