All Versions
21
Latest Version
Avg Release Cycle
142 days
Latest Release
573 days ago

Changelog History
Page 1

  • v4.9.3 Changes

    September 30, 2022

    πŸ› Bug fixes:

    • Fix explicitly false boolean options and allow for additional false arguments #276 (Eugene Otto)
  • v4.9.2 Changes

    March 26, 2022

    πŸ› Bug fixes:

    • Handle flag arguments that contain equals character #275 (ConnorWGarvey)
  • v4.9.1 Changes

    May 28, 2021

    πŸ› Bug fixes:

    • Fixed a bug where flag=arg syntax would raise an error when an empty value was passed. #266
  • v4.9.0 Changes

    May 11, 2021

    πŸ”‹ Features:

    • Add SymbolOption #263

    πŸ› Bug fixes:

    • Use += over << to handle frozen string literals. 255
  • v4.8.2 Changes

    July 10, 2020

    πŸ› Bug fixes:

    • Fix bug where separator position was messed up if using help: false #253
  • v4.8.1 Changes

    March 31, 2020

    πŸ› Bug fixes:

    • Fix keyword argument warning. #251
  • v4.8.0 Changes

    January 17, 2020

    πŸ”‹ Features:

    • Add support for prefixing integer values with + character #243 (Juha Ylitalo)
    • Add support for parsing floats with scientific notation #250 (Hansuk Hong)

    🚧 Maintenance:

    • Add 2.7.0 to CI and fix warnings #248 (Juha Ylitalo, Andrew Kane)
  • v4.7.0 Changes

    June 29, 2019

    πŸ”‹ Features:

    • Add Slop::Result#fetch. It returns the value of given option, or raises an error if given option is not present. #232 (Giovanni Benussi)
    • Adding a separator without passing any arguments now creates a separator with the empty string. #238 (Teemu Matilainen)

    πŸ› Bug fixes

    • Ensure non-string option types have their flags consumed properly [#241] (Sutou Kouhei)
  • v4.6.2 Changes

    March 12, 2018

    πŸ› Bug fixes/Enhancements

    • Fix equals character (=) being parsed incorrectly in some cases. #226
  • v4.6.1 Changes

    November 20, 2017

    πŸ› Bug fixes/Enhancements

    • Fix separator so it doesn't mutate user data. #223 (Marc-AndrΓ© Lafortune)
    • Add additional tests for Options#separator and fix issue where the last separator was ignored. #222