Skip to content

Latest commit

 

History

History
119 lines (55 loc) · 6.07 KB

CHANGELOG.md

File metadata and controls

119 lines (55 loc) · 6.07 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.8 (2021-05-26)

Features

  • strengthened ModuleLoader & unit tests; now supports mixed ESM / CJS plugins (#163) (788bf17)

0.5.7 (2021-05-17)

Bug Fixes

  • conversion of spaced commands to colon commands (#164) (9503d32)

0.5.6 (2021-05-13)

Features

  • integrate ESM loading of commands & hooks (#160) (ff47444)

0.5.5 (2021-04-26)

0.5.4 (2021-04-20)

0.5.3 (2021-04-19)

0.5.2 (2021-04-19)

0.5.1 (2021-04-15)

Features

0.5.0 (2021-04-08)

Bug Fixes

  • don't resolve lib to src in development mode (#129) (abd10fd)

0.4.0 (2021-03-01)

Features

0.3.0 (2021-02-01)

Bug Fixes

  • default ExitError to exit error code 1 (#95) (2005c5f)
  • filter help argvs before invoking (#103) (698125d)
  • only --version & --help are special global flags (#96) (364d6dd)

Features

0.2.0 (2020-09-18)

Bug Fixes

Features

  • export Config, Plugin at root & namespace interfaces (#40) (0817fc0)
  • export HelpOptions in Interfaces (#45) (5d4212f)
  • export OclifError & PrettyPrintableError in Interfaces (#44) (766b6f5)
  • export parser interfaces in Interfaces (#46) (d5ad46d)
  • mv Command & flag export to root (#37) (70ea6e1)
  • mv getHelpClass, Help & HelpBase export to root (#39) (3d272d8)

0.1.2 (2020-09-11)

Bug Fixes

0.1.1 (2020-09-09)

Bug Fixes

  • accept integer 0 as valid arg input (#34) (36eb02f)
  • support src/commands/index cmd (#35) (2c14c3c)

0.1.0 (2020-09-02)