0.9.0 (2017-12-05)
0.8.0 (2017-10-20)
- make wording of error clearer (#76) (c689df3)
- help: Display other commands when default command is present (#64) (8df56e8)
0.7.0 (2017-06-30)
- logger: allow log level to be passed through env (#58) (2f9e578)
0.6.0 (2017-05-29)
- autocomplete: fix arguments autocompletion (#53) (e21f846), closes #53
- logger: Fix logger (new line missing) (#54) (ecd145f), closes #54
- logger: fix logger metadata handling (#55) (d0b9953), closes #55
0.5.0 (2017-04-13)
- help: Added custom help feature (#47) (3324eec), closes #14
- program,command: return promise of executed command for facilitate testing (#40) (0d1bd54)
0.4.1 (2017-03-26)
0.4.0 (2017-03-26)
- autocomplete: Handle error when no argument is given to autocomplete helper (#4) (fee73ab)
- Fix fish's autorun file path (#15) (fba79bb), closes #15
- Fix options parsing when only short name is defined (#32) (4b5f754), closes #32
- Fix typo in README (#17) (f786ef5), closes #17
- help: Fix help command not exiting (#37) (3c725f6), closes #37
- logger: Fix logger new line character after metadata (#31) (51139ad), closes #31
- options: Fix handling of --no-color option (#24) (0ac0619), closes #24
- parsing: Fixes negative numbers parsing as argument (#16) (690b46d), closes #16 #13
- program: Force exiting for help command and -h, -V, --version options (#27) (c2e7146)
- actions: Implement async actions (afef8b2)
0.3.0 (2017-02-26)
- _getLongOptions should only return options that have long notations (d76e3dd)
- change the way we handle new lines in logger (635fa9b)
- Node.js 4.4.5+ compatibility (fd0fbdc)
0.2.0 (2017-02-25)
- Implement auto-completion (#1) (333c968)
- fix eslint errors (84177db)
- Fix passing logger in action callback (6d35d5f)
- fix release script (20015a3)
- fix eslint errors (84177db)