Skip to content

Latest commit

 

History

History
142 lines (66 loc) · 5.71 KB

CHANGELOG.md

File metadata and controls

142 lines (66 loc) · 5.71 KB

0.9.0 (2017-12-05)

0.8.0 (2017-10-20)

Bug Fixes

  • make wording of error clearer (#76) (c689df3)
  • help: Display other commands when default command is present (#64) (8df56e8)

Features

  • Add Typescript support (#63) (e82fd42)
  • Allow caporal to be used from REPL (#75) (344cc17)

0.7.0 (2017-06-30)

Features

  • logger: allow log level to be passed through env (#58) (2f9e578)

0.6.0 (2017-05-29)

Bug Fixes

  • 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)

Bug Fixes

  • validator: fix handling of prog.LIST flag (#43) (d1e429a), closes #43 #39

Features

  • 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)

Bug Fixes

  • help: use console.log for help() instead of custom logger (#38) (e00932b), closes #34

0.4.0 (2017-03-26)

Bug Fixes

  • 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)

Features

  • actions: Implement async actions (afef8b2)

0.3.0 (2017-02-26)

Bug Fixes

  • _getLongOptions should only return options that have long notations (d76e3dd)
  • change the way we handle new lines in logger (635fa9b)

Features

  • Node.js 4.4.5+ compatibility (fd0fbdc)

0.2.0 (2017-02-25)

Features

  • Implement auto-completion (#1) (333c968)

0.1.0 (2017-02-19)

Bug Fixes

  • fix eslint errors (84177db)
  • Fix passing logger in action callback (6d35d5f)
  • fix release script (20015a3)

0.1.0-alpha (2017-02-19)

Bug Fixes