Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 3.33 KB

CHANGELOG.md

File metadata and controls

50 lines (32 loc) · 3.33 KB

Changelog

All notable changes to this project will be documented in this file. Dates are displayed in UTC.

  • chore: Added a documentation webpage generation script 5af89b2
  • breaking: Remove promptMenu since its not an absolute must. Renamed promptInput to question c8133c1
  • refactor: Put promptInput and promptMenu in their own files d7355cf

22 March 2021

  • feat: cli.promptInput() 64bdc14
  • 0.5.0 release! bf31fad
  • docs: Added example usage of cli.promptInput() to README.md 6c54a87

18 March 2021

  • feat: Menus! (cli.promptMenu) adc7c85
  • feat: Put spaces between each cli.log argument just like console.log 7d828ed
  • docs: Added cli.promptMenu example to README.md 8ad7175

15 March 2021

  • chore: Moved dev scripts to src dir and switched to TS, new changelog generator, unmangled vars in build w exports 87a185d
  • feat: Added 'required' parameter to the addFlag() function ac97ba3
  • docs: Update README.md examples to use 'required' parameter in addFlag() 6ec1cb5

15 March 2021

  • feat: Added chaining to cli.addCommand --breaking bc95ec7
  • docs: Update README examples to use cli.addCommand chaining 036099c
  • chore: Updated bump script to commit CHANGELOG a8468b3

v0.1.0

14 March 2021

  • Create LICENSE #2
  • Initial commit 🚀 ac411aa
  • chore: Added version bump script f286570
  • chore(dev): added generate-changelog dev dependency b54c7e9