Releases
v0.7.0
c4spar
released this
21 May 23:31
Features
command: add support for hidden options's #23 (42f701f )
command: add support for hidden command's #22 (1866b75 )
command: add .getHelp()
method to HelpCommand
(9b96d10 )
command: add .name()
method and refactor internal name and path handling (#21 ) (362d8ea )
command: make arguments generic (8a153a7 )
command,flags: make options generic (09a3d00 )
Bug Fixes
command: environment variables are always invalid (fa131eb )
command: separator option is ignored (0405244 )
command: default option incompatible with standalone option (e9e6aa5 )
command: depends info is not shown in help output (0e2e860 )
command,keycode: CLIFFY_DEBUG
does not work (4e90d77 )
flags: standalone option could be combined with options whose value is optional and has a default value (5cd8287 )
flags: standalone option could be combined with another standalone option (cb91b85 )
keycode: fix compile error which happened with deno v1.0.1 (dcfa470 )
keycode: remove doublicate export of IGenericObject
(28fd483 )
Code Refactoring
use encoding/utf8 for text encoding (81d4b04 )
Chore
Documentation Updates
fix issues link (c64282e )
command: add executable example commands (8fbe263 )
command: add documentation and example's for hidden command's and option's (0c2f400 )
command: add generic types example and documentation (0998f55 )
prompt: fix prompt example (90f8595 )
BREAKING CHANGES
command: rename IFlagsParseResult
to IParseResult
(eaeb634 )
You can’t perform that action at this time.