All Versions
84
Latest Version
Avg Release Cycle
114 days
Latest Release
1443 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v4.3.0 Changes
February 07, 2015- โฌ๏ธ Drops support for Ruby 1.8. Please use 4.2.1 if you still need Ruby 1.8 compatibility.
- ๐ Fixed a bug with
always_trace
(#91) (@KrauseFx) - ๐ Renamed
commands
todefined_commands
for better compatibility with Pry
-
v4.2.1 Changes
September 28, 2014- ๐ Improve
choose
compatibility with HighLine's version (#79)
- ๐ Improve
-
v4.2.0 Changes
April 29, 2014- โ Add ability to use commander without importing into the global namespace (#61) (@krissi)
-
v4.1.6 Changes
February 11, 2014- Respect environment setting for $LESS (@ellemenno)
- โ Add ability to hide trace flags and globally enable tracing (#16, #17) (@jamesrwhite)
-
v4.1.5 Changes
August 11, 2013- ๐ Prevent deprecation warning when loaded in a Rails 4 environment (#58)
-
v4.1.4 Changes
July 21, 2013- ๐ Improve help formatting for multiline program and command descriptions
- โ Add ability to set speaking rate (@kethomassen)
- ๐ Clean up examples in docs (@parkr)
-
v4.1.3 Changes
December 15, 2012- โ Remove use of eval in Array.parse
- 0๏ธโฃ Make generated template executable and set better defaults (@suan)
- Fixed valid_command_names_from to match exact commands only (@fgalassi)
-
v4.1.2 Changes
February 17, 2012- Improvement to
ask_editor
to be more portable across *nix variants. (thanks to Federico Galassi)
- Improvement to
-
v4.1.1 Changes
February 16, 2012- Update
ask_editor
to work with any *nix editor - emacs, vim, etc. (thanks to Federico Galassi)
- Update
-
v4.1.0 Changes
February 12, 2012- โก๏ธ Update highline dependency.
- ๐ Make optional arguments true when present (issue #2).