Releases: sparksuite/waterfall-cli
Releases · sparksuite/waterfall-cli
v1.0.0-alpha.0
Since so much is changing during the alpha stage; these alpha releases will not include detailed changelogs.
v0.6.0
Improved
- Replace Travis CI with GitHub Actions (#337)
- Modernize the
clean
script (#339)
- Use
import
instead of require
in our test files (#340)
- Remove
error()
and expose printError()
instead (#336)
- Update many dependencies (multiple)
v0.5.0
New
- Allow commands to accept pass-through arguments (#277, #279)
Improved
Fixed
- Silence complaints about missing license settings (#274)
v0.4.0
Improved
- Catch Waterfall CLI up-to-speed with our newer design patterns (#171)
- Replace Greenkeeper with Dependabot (#206)
- Update many dependencies (multiple)
Fixed
- Ensure Chalk always emits colors (#259)
- Use TypeScript
export =
for exporting single object (#158)
- Compatibility changes for Node.js v13.2 (#167)
- Flush stdout before error outputs to stderr (#261)
v0.3.2
Fixed
- Resolved an issue impacting globally installed programs with
bin
files (#156)
v0.3.1
Fixed
- Resolved a Travis CI misconfiguration that caused the published package to not contain any code (#150)
v0.3.0
New:
- Completely rewrite Waterfall CLI using Typescript (numerous PRs)
- Spec files are now written in JavaScript or TypeScript, instead of JSON (#142)
- Integrate Greenkeeper (#118)
- Integrate Prettier (#93, #98)
Improved:
- Improve project exports for clearer, more consistent usage (#126, #146)
- Significantly improve and expand testing, including using new testing tools (numerous PRs)
- The new version warning is now disabled by default (#132)
- Replace
colors
with chalk
(#104)
- Update NPM dependencies (#91)
Fixed:
- Fix inconsistent treatment of data's description (#119)
- Clean up file ignoring across all tools (#120)
- Fix
onStart
being silently ignored if it's not a function (#137)
- Remove a leftover, unused function from the codebase (#144)
v0.2.0
New:
- Automatic new version warning (#87)
Improved:
- Update dependencies (#88)
Fixed:
- Fix help screen not appearing when running program without any arguments (#86)
- Fix inability to deep merge default and custom settings objects
- Run
npm audit fix
v0.1.2
Fixed:
- Fix issues with error printing behavior (#82)
v0.1.1
Fixed:
- Fixes issues with the help screen (#80)