2.1.0 - 2022-xx-xx
- bump dependencies
2.0.0 - 2022-04-15
- bump dependencies
- require Node.js v14, drop support for Node.js v12
1.3.2 - 2022-04-15
- bump dependencies
1.3.1 - 2022-03-01
- bump dependencies
1.3.0 - 2021-10-11
- support command constructors in the
application.add(CommandCtor)
method
- bump dependencies
- bump versions in the used GitHub Actions packages
- update test to avoid printing help output to the console
1.2.0 - 2021-07-29
- the
@supercharge/console-io
update brings us two new IO methods:.spinner()
andwithSpinner(message, callback)
- bump dependencies
1.1.0 - 2021-07-27
- validate required options and fail if required options are missing
- create
ValidationError
class - throw validation errors for invalid input
- add
.shortcut(value: string)
method to the option builder removing the plural method (shortcuts
) or array for single character shortcuts
- bump dependencies
- print input binding and validation error message without stack
- use
any
as the return type when retrieving an argument or option in a command - use
isMissing
method instead of the deprecatedmissing
in the arguments map - use
any
as the value type for arguments and options (instead of unknown)
1.0.0
release 🚀 🎉