Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1002 Bytes

CHANGELOG.md

File metadata and controls

36 lines (28 loc) · 1002 Bytes

Changelog

v4.2.0 (2015-04-18)

Features:

  • Support for Regexp option type #167 (Laurent Arnoud)
  • Support prefixed --no- for explicitly setting boolean options to false #168
  • Better handling of flags with multiple words #169 (Tim Rogers)

v4.1.0 (2015-04-18)

Features:

  • Support for FloatOption #156 (Rick Hull)
  • Support for limit config to ArrayOption.
  • Support for tail config to add options to the bottom of the help text.
  • Add explicit setter (#[]=) to Result class. #162
  • Implement flag gettings for UnknownOption and MissingArgument error classes. #165 (sigurdsvela)

Minor enhancements:

  • Reset parser every time parse is called.

Bug fixes:

  • Remove "--" from unprocessed arguments #157 (David Rodríguez).

v4.0.0 (2014-12-27)

Features: