Releases: siokas/denomander
Releases · siokas/denomander
v0.5.0
New Classes and files:
Arguments
Validator
Generator
Custom errors
v0.4.0
Cleaning up the project. Folder structure changed.
Added
- CustomArgs interface
- Documentation
- Utils
Changed - Fixed
- Folder structure
- Some Non-null assertions (undefined)
- Jekyll error with _ (underscore)
v0.3.1
Changed - Fixed
- Add docblocks
- Extract some interfaces
- Fix some code readability errors
- Change internal exported classed to named from default (Only mod.ts file has the default export od Denomander class)
v0.3.0
Added
- Multiple short flags
- Comma and vertical bar separated options
- TrimString() Method
Todo for next release
v0.2.0
Added
- Change Command of Default Options [help, version]
- Custom help and version (program.on() method)
- Add description() and action() methods for commands
Changed - Fixed
- Command Class: Pass parameters as object
- Change the import link to an official deno.land/x/ link
Todo for next release
v0.1.0
First Release
Todo for next release