Skip to content

Releases: sparksuite/waterfall-cli

v1.0.0-alpha.0

26 Mar 20:38
84248ba
Compare
Choose a tag to compare
v1.0.0-alpha.0 Pre-release
Pre-release

Since so much is changing during the alpha stage; these alpha releases will not include detailed changelogs.

v0.6.0

23 Feb 22:03
a97bbf1
Compare
Choose a tag to compare

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

28 Jul 13:00
9745d07
Compare
Choose a tag to compare

New

  • Allow commands to accept pass-through arguments (#277, #279)

Improved

Fixed

  • Silence complaints about missing license settings (#274)

v0.4.0

04 Jun 13:07
1c12e12
Compare
Choose a tag to compare

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

17 Oct 19:02
a69dfe5
Compare
Choose a tag to compare

Fixed

  • Resolved an issue impacting globally installed programs with bin files (#156)

v0.3.1

16 Oct 22:52
Compare
Choose a tag to compare

Fixed

  • Resolved a Travis CI misconfiguration that caused the published package to not contain any code (#150)

v0.3.0

16 Oct 17:16
dd0f287
Compare
Choose a tag to compare

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

29 Mar 16:37
45c576c
Compare
Choose a tag to compare

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

18 Mar 16:39
f383b0d
Compare
Choose a tag to compare

Fixed:

  • Fix issues with error printing behavior (#82)

v0.1.1

12 Mar 21:09
753e8a6
Compare
Choose a tag to compare

Fixed:

  • Fixes issues with the help screen (#80)