v3.0.0
Breaking changes
- Dropped Node 10 support - I don't expect it to suddenly stop working, as the emitted JS is currently identical, but the pipeline no longer includes testing in Node 10 and some of the dev dependencies (e.g. ESLint) won't run in Node 10. Supported Node versions are now explicitly documented in the
"engines"field inpackage.json, currently">=12.9.0".