Releases: esatterwhite/node-seeli
Releases · esatterwhite/node-seeli
v7.0.0
- re-organization of the internal libs.
- command runner usues content from callback over content event
- answers are passed back to interactive questions as they are collected
- [BREAKING] configurable properties all moved to config module ( exitOnError, exitOnContent )
- fixes bugs it type resolution
- fixes interactive validation - appropriate use of when, filter and validate
- fixes bug that prevented un-registering and registering a command of the same name
- default description for interactive command prompts
- improvement of test coverage
- [BREKING] commands will error when receiving invalid input types
v6.0.0: 6.0.0
* [BREAKING] exitOnError is now a configuration option * flags can be nested separated by a colon `a:b:c=1` * updates inquirer to 4.0.0
v5.0.0: 5.0.0
- Adds
strict
option on command to reject unknown flags - updates chalk to v2.x
- replace mocha w/ tap for testing
v4.0.0
4.0.0
v3.0.1
fixes a bug where interactive commands would never be passed any data