Releases: siokas/denomander
Releases · siokas/denomander
v0.7.01
v0.7.0
v0.63.2
v0.64
v0.63.1
v0.6.3
v0.6.2
v0.6.1
Fixed - Updated
- Command with multiple arguments (required and optional)
- Action callback has object in parameters
- In command help screen, show the arguments
Todo for next release
- Customize (change) the validation error messages
- Command with multiple arguments
- Custom Option Processing
- Declare option flags in command (like this {-p|port})
v0.6.0
Major Update
There is a new Options object and all options now belong to a command. So the project is a command-wise. Also created a new way of defining commands and options called Lizard.
Added
- Options object (./src/Option.ts)
- New way to define commands (Lizard)
- Container to store program instances
- Command Aliases
- Global and Base Command Options
Updated
- Update to Deno v0.5.1 (support for v1.0.0)
- Rename Generator class to Execute
Todo for next release
- Customize (change) the validation error messages
- Command with multiple arguments
- Custom Option Processing