Skip to content

Releases: Yord/shargs

0.24.7

06 Jul 08:01
Compare
Choose a tag to compare

Documentation Changes

0.24.6

14 Jun 09:17
Compare
Choose a tag to compare

Notable Changes

  • Introduce a lexer that applies the toArgv, argv, toOpts, and opts stages. (5df2d7d)
  • Refactor the parser and parserSync functions to use the lexer internally. (5df2d7d)
  • Export lexerF and parserF functions that expose their processing mode (Async, Sync) and enable implementing custom modes in library code. (5df2d7d)

Notable Bug Fixes

  • Fix a bug that led to wrong results when lexing subcommand options with rest values that are incomplete args (8ed2f0d)