Skip to content

v0.3.0

Compare
Choose a tag to compare
@WesCossick WesCossick released this 16 Oct 17:16
· 932 commits to master since this release
dd0f287

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)