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

Changelog History
Page 1

  • v4.6.0 Changes

    April 09, 2021
    • ๐Ÿ›  Fix error with SortedSet on Ruby 3.0 (#98).
    • โœ‚ Remove #reset_io as it didn't do anything.
    • โฌ‡๏ธ Drop support for Ruby < 2.4.
  • v4.5.2 Changes

    March 12, 2020
    • ๐Ÿ›  Fix bug handling global options provided in option=value form (#47). (@orien)
    • ๐Ÿ›  Fix ERB warnings under Ruby 2.7. (@esotericpig)
    • ๐Ÿ›  Fix bug handling global options placed before command name (#32). (@orien)
  • v4.5.1 Changes

    March 08, 2020
    • ๐Ÿ›  Fix bug causing global options to be ignored when arguments are present (#86). (@orien)
  • v4.5.0 Changes

    January 21, 2020
    • โฌ‡๏ธ Drop support for Ruby < 2.3.
    • ๐Ÿ›  Fix bug parsing double dash (#75).
  • v4.4.7 Changes

    October 22, 2018
    • โšก๏ธ Update HighLine dependency to 2.0.0. (@rohitpaulk)
  • v4.4.6 Changes

    July 31, 2018
    • ๐Ÿ›  Fix unexpected internal behavior change introduced in 4.4.5.
  • v4.4.5 Changes

    May 22, 2018
    • ๐Ÿ‘‰ Make internal command state less mutable. (@doriantaylor)
  • v4.4.4 Changes

    January 18, 2018
    • ๐Ÿ›  Fix deprecated constant warnings on Ruby 2.5. (@mattbrictson)
  • v4.4.3 Changes

    December 28, 2016
    • ๐Ÿ›  Fix deprecated constant warnings on Ruby 2.4.
  • v4.4.2 Changes

    December 20, 2016
    • โž• Add help_paging program flag so that help paging may be disabled. (@gogiel)