Skip to content

Latest commit

 

History

History
99 lines (50 loc) · 3.73 KB

CHANGELOG.md

File metadata and controls

99 lines (50 loc) · 3.73 KB

Changes

0.7.2 (2024-01-28)

Bug Fixes

  • Fix sources for the new V compiler (793e304)

0.7.1 (2023-12-11)

Bug Fixes

  • Adapt for V langage changes (201efd6)

0.7.0 (2023-10-15)

Features

  • Support getting boolean arguments - flags - from scanned usage (e61087f)

BREAKING CHANGES

  • The input argument was removed from the get_val function. It was unused.

0.6.0 (2023-10-15)

Features

  • Allow disabling negative options by no_negative_options (a53f710)

0.5.1 (2023-09-10)

Performance Improvements

  • Create the regex for an option only once (6282a5f)

0.5.0 (2023-09-10)

Features

  • Allow scanning usage description before parsing arguments (14ff0db)

0.4.0 (2023-08-18)

Features

  • Add options_anywhere not to require the Options: line (38fc333)

0.3.0 (2023-08-17)

Features

  • Allow specifing --no-* options in the usage (029920d)

0.2.0 (2023-08-16)

Features

  • Swap regex with prantlf.pcre (8e74fac)

0.1.0 (2023-08-07)

Features

  • Add parse_to to fill an existing struct (3b395b2)

0.0.6 (2023-07-09)

Bug Fixes

  • Accept brackets to enclose parameters names too (3af198b)

0.0.5 (2023-06-18)

Features

  • Support multiple values for a single option as arrays (e6ef54a)

0.0.4 (2023-06-18)

Features

  • Recognise attributes arg, nooverflow and required (dbf1711)

0.0.3 (2023-06-12)

Bug Fixes

  • Fix checks for float overflow (c5e95c8)

0.0.2 (2023-06-11)

Features

  • Allow condensing multiple flags to one argument (9a6cb41)

0.0.1 (2023-06-11)

Initial release.