Releases: robatwilliams/es-compat
Releases · robatwilliams/es-compat
v3.2.1
- #100 Fix cli tool inappropriately interpreting inline config comments
- Test framework updates (no actual changes to plugin's runtime code)
- No longer tested on Node 14, but probably still works
v3.2.0
- #90 ES2023 support
- Dependency updates, including MDN compatibility database
- #87 Fix not taking into account private class methods compatibility
v3.1.0
#83 Add browserslist options to the rule options
...which also fixes #76
v3.0.1
Fixed #71
Remainder of changes are tooling/tests.
v3.0.0
Breaking
Node 14.18 required
ESLint 8 required
Functional
#64 ES2022 coverage
#67 Fix: Version comparison inadequately compares strings
Internal
#56 Switch to using eslint-plugin-es-x
#60 Update to v5 of MDN database - version is now pinned (#66)
v2.2.1 (only check-es-compat)
Only check-es-compat
had changes.
#54 Fix wrong error summary and exit code reported
v2.2.0
#50 Allow specifying provided polyfills
v2.1.0
#48 Support ES2021 features
v2.0.0
#42 Complete ES2020 coverage
#43 Use the latest MDN compatibility data (brings in post-2020 data, fixes deprecation warning)
#41 Fix excessive logging for every file processed
CLI tool now uses ESLint 8. The plugin is still compatible with older versions.
Node 14 is now "required"; however it might work with older versions.
v1.1.1
#26 Fix - Update exponentiation operator path due to mdn breaking change
#27 Fix - Make CLI disregard ESLint ignore files