Skip to content

Version 8.0.0

Choose a tag to compare

@jaydenseric jaydenseric released this 26 Dec 07:03
· 29 commits to master since this release

Major

  • Updated Node.js support to ^12.22.0 || ^14.17.0 || >= 16.0.0.
  • Updated dev dependencies, some of which require newer Node.js versions than previously supported.
  • Removed ./package from the package exports field; the full package.json filename must be used in a require path.
  • Renamed index.mjs to TestDirector.mjs and added it to the package exports field.
  • Implemented TypeScript types via JSDoc comments.

Patch

  • Simplified package scripts.
  • Check TypeScript types via a new package types script.
  • Stopped using the kleur chaining API.
  • Configured Prettier option singleQuote to the default, false.
  • Fixed a JSDoc example code bug.
  • Documentation tweaks.