Tutorial: Changelog
Changelog
- v1.3.0
- Added the option
strings to App to allow overriding the default message strings
(see pr).
- v1.2.1
- Fixed numbers exceeding
Number.MAX_SAFE_INTEGER losing precision even if treated as strings
(see issue).
- v1.2.0
- Added option
caseSensitive with default value true to: App, Command and
Flag.
- v1.1.1
- Minor fix when generating App help. See
issue.
- v1.1.0
- Added Argument and Flag. Deprecated declaring args and flags with objects,
though it still works.
- Commands must now have a description.
- Flags now must have a default value.
- Added support for Promise. Deprecated
async attribute.
- v1.0.1
- v1.0.0