All Versions
84
Latest Version
Avg Release Cycle
114 days
Latest Release
1443 days ago

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 to defined_commands for better compatibility with Pry
  • v4.2.1 Changes

    September 28, 2014
    • ๐Ÿ‘Œ Improve choose compatibility with HighLine's version (#79)
  • 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)
  • v4.1.1 Changes

    February 16, 2012
    • Update ask_editor to work with any *nix editor - emacs, vim, etc. (thanks to Federico Galassi)
  • v4.1.0 Changes

    February 12, 2012
    • โšก๏ธ Update highline dependency.
    • ๐Ÿ‘‰ Make optional arguments true when present (issue #2).