Skip to content

v6.0.0

Compare
Choose a tag to compare
@ota-meshi ota-meshi released this 04 Feb 07:36
· 143 commits to master since this release

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