Skip to content

v5.0.0

Compare
Choose a tag to compare
@ngarbezza ngarbezza released this 30 May 00:08
837c38b

5️⃣ 🎉 new release! Including some breaking changes.

Breaking changes

  • There's no need for a testy runner file, now there's a testy binary that runs the suites for you based on a configuration file. In other words, before: you have to call testy; now: testy calls you 😃
  • Node 6.x is no longer supported. Now Node 8.x is the minimum version required.

Added

Changed

  • [version] Node 8.x is the minimum version (breaking change)
  • [internal] use eslint as linter for the tool: this is a good step forward having more consistency in this codebase.
  • [documentation] add documentation issue type: keeping the repo more accessible for contributors.
  • [documentation] explain how CI and our linter works: helpful for contributors

Fixed