Skip to content

Latest commit

 

History

History
41 lines (26 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

41 lines (26 loc) · 1.78 KB

0.3.6

  • Support using parse(args) in fun main(vararg args: String) (GH-95)
  • Update Kotlin to 1.9.10 (GH-102)

0.3.5

  • Fix typo in GNU option message (GH-75)
  • Fix Choice's default toVariant (GH-77)
  • Enable HMPP with compatibility metadata variant (GH-83)

0.3.4

  • Support MacOSArm64 target (GH-73)
  • Support error handling in custom ArgTypes (GH-72)

0.3.3

  • Fix to report correct exit code in case of non-parsable input (GH-66)

0.3.2

  • Added option to strict order of subcommands and their parameters(GH-55)
  • Removed stack trace from error message with full usage info(GH-58)

0.3.1

  • Fix to get full help information for subcommands (GH-44)

0.3

Library version compatible with Kotlin 1.4.0

0.2.1

Library version compatible with Kotlin 1.3.70

0.2

Complete rewrite of a generic command-line parser (compatible with Kotlin 1.3.61)