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)