Skip to content

Releases: eslint-community/eslint-plugin-es-x

v7.5.0

30 Nov 14:12
Compare
Choose a tag to compare

New Rules

Full Changelog: v7.4.0...v7.5.0

v7.4.0

21 Nov 23:49
Compare
Choose a tag to compare

Updates

Full Changelog: v7.3.0...v7.4.0

v7.3.0

02 Nov 07:56
Compare
Choose a tag to compare

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

22 Jul 05:08
Compare
Choose a tag to compare

New Rules

Bug Fixes

  • Fix typo in es-x/no-class-fields error message by @astorije in #82

Full Changelog: v7.1.0...v7.2.0

v7.1.0

20 May 23:43
Compare
Choose a tag to compare

New Rules

Full Changelog: v7.0.0...v7.1.0

v7.0.0

19 May 11:13
Compare
Choose a tag to compare

Updates

Full Changelog: v6.2.1...v7.0.0

v6.2.1

19 May 11:10
Compare
Choose a tag to compare
  • Revert #73. It should have been released as a major version.

Full Changelog: v6.2.0...v6.2.1

v6.2.0

19 May 10:59
Compare
Choose a tag to compare

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

03 Apr 05:38
Compare
Choose a tag to compare

Changes

  • Add no-regexp-unicode-property-escapes-2023 rule in #65

Full Changelog: v6.0.0...v6.1.0

v6.0.0

04 Feb 07:36
Compare
Choose a tag to compare

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