Skip to content

Releases: litert/clap.js

v3.0.0

02 Dec 09:26
v3.0.0
41f5a14
Compare
Choose a tag to compare

Changes

  • build(project): removed all runtime dependencies.
  • fix(parser): fixed with method of builder.

Release v1.2.1

15 Dec 08:08
v1.2.1
482a2be
Compare
Choose a tag to compare

Changes

  • config(deps): updated the development deps.
  • config(deps): replaced exception with "@litert/exception".
  • config(project): use prepublishOnly hook instead of prepare.

Release v1.0.1

05 Apr 05:18
Compare
Choose a tag to compare

Changes

  • Fixed: The trailing arguments after -- should be wrapped by quotes.

Release v1.0.0

05 Apr 05:17
Compare
Choose a tag to compare

Changes

  • Upgraded @litert/core to the v1.0.x.
  • Refactored the APIs, for more easier usage.
  • Added windows style options supports.
  • Added go style options supports.
  • Added unlimited commands supports.

Stable v0.2.1

05 Mar 09:24
Compare
Choose a tag to compare

Changes

  • Upgraded @litert/core to the v0.3.x.
  • Upgraded TypeScript to the v2.7.x.

Stable v0.2.0

05 Mar 09:25
Compare
Choose a tag to compare

Changes

  • Now allows that only options input without commands in command mode.