Releases: eslint-community/eslint-plugin-es-x
Releases · eslint-community/eslint-plugin-es-x
v7.5.0
New Rules
- Add
es-x/no-object-map-groupby
rule by @ota-meshi in #106 - Add
es-x/no-promise-withresolvers
rule by @ota-meshi in #107
Full Changelog: v7.4.0...v7.5.0
v7.4.0
Updates
- Changed
es-x/no-class-fields
rule to not reportdeclare
declarations by @bhsd-harry in #101 - Use eslint-compat-utils by @ota-meshi in #102
Full Changelog: v7.3.0...v7.4.0
v7.3.0
New Rules
- Add
es-x/no-resizable-and-growable-arraybuffers
rule by @ota-meshi in #98
Full Changelog: v7.2.0...v7.3.0
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