Releases: eslint-community/eslint-plugin-es-x
Releases · eslint-community/eslint-plugin-es-x
v7.2.0
v7.1.0
New Rules
- Add new rule
no-string-prototype-iswellformed-towellformed
by @sosukesuzuki in #74 - Add new rule
no-atomics-waitasync
by @sosukesuzuki in #75
Full Changelog: v7.0.0...v7.1.0
v7.0.0
v6.2.1
v6.2.0
Updates
Update to add presets for ES2023 by @sosukesuzuki in #73
Reverted in next patch release. This should have been released in a major version.
Full Changelog: v6.1.0...v6.2.0
v6.1.0
v6.0.0
Breaking Changes
- Drop support for Node.js<14.18.0 and 15 in #42
- Drop support for ESLint<8 in #43
- Changed the shareable configurations provided by this plugin.
New Rules
- Add
no-error-cause
rule in #39 - Add
no-regexp-unicode-property-escapes-(2020 - 2022)
rules in #26 - Add rules for ES2022 Intl API in #49
- Add rules for ES2021 Intl API in #51
- Add rules for ES2020 Intl API in #52
- Add rules for ES2018 Intl API in #53
- Add rules for ES2017 Intl API in #54
- Add rules for ES2016 Intl API in #55
- Add rules for Change Array by Copy in #60
- Add rules for Intl.NumberFormat V3 methods in #61
Other Changes
- Use
@eslint-community/*
packages in #44 - Add configs for Intl API in #50
- Improve rules for checking prototype methods to reduce false positives in #62
Full Changelog: v5.4.0...v6.0.0
v5.4.0
v5.3.1
Bug Fixes
- Fix false negatives for typed array in no-array-prototype-findlast-findlastindex rule by @ota-meshi in #35
Full Changelog: v5.3.0...v5.3.1
v5.3.0
Changes
- Add
no-hashbang
rule by @ota-meshi in #33 - Add
no-array-prototype-findlast-findlastindex
rule by @ota-meshi in #34
Full Changelog: v5.2.1...v5.3.0