Version 7.0.0
Major
- Updated Node.js support from v8.10+ to v10+.
- Replaced
tap
andnyc
withtest-director
,coverage-node
andhard-rejection
to improve the dev experience, test ESM natively with Node.js, and reduce the dev install size by ~78.8 MB. These new dev dependencies require Node.js v10+.
Patch
- Updated dev dependencies.
- Removed the now redundant
eslint-plugin-import-order-alphabetical
dev dependency. - Stop using
husky
andlint-staged
. - More thorough tests.
- Use strict mode for scripts.
- Renamed some package scripts.