Releases: sparksuite/waterfall-cli
Releases · sparksuite/waterfall-cli
v1.0.0-alpha.13
Merge pull request #573 from sparksuite/use-correct-tag Use correct alpha/beta tag with npm publish
v1.0.0-alpha.12
Merge pull request #572 from sparksuite/limit-permissions Fix bugs with trusted publishing
v1.0.0-alpha.11
Merge pull request #571 from sparksuite/use-trusted-publishing Use trusted publishing for npm package
v1.0.0-alpha.9
Merge pull request #523 from sparksuite/fix-truncated-output Fix truncated output by setting exit code instead of exiting immediately
v1.0.0-alpha.10
Merge pull request #525 from sparksuite/revert-changes-to-onstart-type Revert changes to `onStart`'s `inputObject` type
v1.0.0-alpha.8
Merge pull request #387 from sparksuite/fix-option-types Fix generic option types
v1.0.0-alpha.7
Allow control of accepting multiple `accepts` items (#373) * Allow control of accepting multiple `accepts` items * Change back to shorter value for test * Bump the alpha version number to .7 * Remove debugging * Update src/utils/get-command-spec.ts Co-authored-by: Wes Cossick <WesCossick@users.noreply.github.com> * Use input interface to drive object validity checking * Formatting standardization * Complain when `data.accepts` is not an `Array` * Improve validation of data.accepts, add test for same * Ensure options can accept multiple values if required * Improve bad `accepts` type detection * Add detection of accepts not being an array * Standardize formatting of test file * Add coverage of improper option accepts * Additional test improvements * Enforce accepts being defined when multiple accepts is indicated * Improve validation that accepts is an array * Add comments * Resequence to simplify comments * Update src/utils/get-organized-arguments.ts Co-authored-by: Wes Cossick <WesCossick@users.noreply.github.com> * Update src/screens/help.ts Co-authored-by: Wes Cossick <WesCossick@users.noreply.github.com> * Update src/utils/get-command-spec.ts Co-authored-by: Wes Cossick <WesCossick@users.noreply.github.com> * Update src/utils/get-organized-arguments.ts Co-authored-by: Wes Cossick <WesCossick@users.noreply.github.com> * Revert comment change * Improve test name * Update test literal comparisons to match modifications * Rename folders and files of new failure cases * Improve tests and results * Undo prefixing with `Error: ` * Revert improvement in specificity of test Co-authored-by: Wes Cossick <WesCossick@users.noreply.github.com>
v1.0.0-alpha.6
Merge pull request #369 from sparksuite/dont-convert-to-camel-case Stop folding options and flags to camel case
v1.0.0-alpha.5
Merge pull request #360 from sparksuite/allow-accepts-to-be-callback Allow accepts to be callback
v1.0.0-alpha.4
Merge pull request #353 from sparksuite/fix-naming-conflict Fix naming conflict message