v8.0.0
💥 Breaking Changes
- Change Configs
- Configs prefixed with
restrict-to-
have been changed by adding ES2024 rules to each config. - Due to some rules being split, the configuration was changed to use the new rules instead.
- Configs prefixed with
Updates
- feat!: add config for es2024 and change restrict-to-x configs by @ota-meshi in #172
New Rules
- feat!: separate the rules of ES2022 - ES2024 by features by @ota-meshi in #150
- Deprecated no-object-map-groupby rule
- Added no-map-groupby rule
- Added no-object-groupby rule
- Added no-array-grouping config
- Deprecated no-string-prototype-iswellformed-towellformed rule
- Added no-string-prototype-iswellformed rule
- Added no-string-prototype-towellformed rule
- Added no-is-usv-string config
- Deprecated no-array-string-prototype-at rule
- Added no-array-prototype-at rule
- Added no-string-prototype-at
- Added no-relative-indexing-method config
- Deprecated no-class-fields rule rule
- Added no-class-instance-fields rule
- Added no-class-private-fields rule
- Added no-class-private-methods rule
- Added no-class-static-fields rule
- Added no-class-fields config
- Deprecated no-object-map-groupby rule
Full Changelog: v7.8.0...v8.0.0