Releases: litert/clap.js
Releases · litert/clap.js
v3.0.0
Release v1.2.1
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
Changes
- Fixed: The trailing arguments after
--
should be wrapped by quotes.
Release v1.0.0
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
Changes
- Upgraded @litert/core to the v0.3.x.
- Upgraded TypeScript to the v2.7.x.
Stable v0.2.0
Changes
- Now allows that only options input without commands in command mode.