changelogs.md
cliffano/bagofcli
Repository
-
API
-
Source
2.1.0
November 1, 2020
Changed
Replace buster-istanbul with c8 for test coverage
Replace prompt with inquirer for input prompt
2.0.2
June 7, 2020
Fixed
Fixed missing extension on package.json main property
Fixed commander arguments handling in version 5.1.0
2.0.1
May 22, 2020
Fixed
Fixed rules validation check
2.0.0
May 13, 2020
Changed
Changed module to be ESM
Replace Buster with Mocha for unit tests
Replace Travis CI with GitHub Actions
Removed
Remove sub-dependency to Contextify (no more node-gyp errors)
1.1.0
February 14, 2018
Added
Add execAndCollect function
1.0.0
October 13, 2016
Changed
Upgrade deps to latest
0.2.5
August 14, 2016
Changed
Use safe colors
Set min node engine to v4.0.0
0.2.3
July 12, 2015
Added
Add lookupConfig function
0.2.2
June 21, 2015
Added
Add build reports to readme
0.2.1
November 9, 2014
Added
Add command option validation
Add global option validation
0.2.0
September 8, 2014
Changed
Set min node engine to v0.10.0
0.1.0
August 31, 2014
Changed
Replace validation package from validator to iz
0.0.10
August 28, 2014
Added
Add invalid argument rule check
0.0.9
June 27, 2014
Changed
Update documentation, upgrade dependencies
Change test lib to buster-node + referee
Set min node engine to v0.8.0
0.0.6
October 13, 2013
Added
Add files function
0.0.5
July 15, 2013
Added
Add optional arg support for usage display
0.0.4
July 9, 2013
0.0.3
July 8, 2013
Added
Add command arguments validation support
Add help examples support
Changed
Change exec to display stdout and stderr in chunks
Display help when command is unspecified
Display error message when command is unknown
0.0.2
June 20, 2013
Changed
Colourise success and error output
0.0.1
June 1, 2013
Added
Initial version, extracted from cliffano/bagofholding