Skip to content

v8.5.0

Latest
Compare
Choose a tag to compare
@ota-meshi ota-meshi released this 19 Feb 10:10
· 1 commit to master since this release

New Rules

  • Add rules for Intl.DurationFormat by @ota-meshi in #236
    • Add es-x/no-intl-durationformat rule
    • Add es-x/no-nonstandard-intl-durationformat-properties rule
    • Add es-x/no-nonstandard-intl-durationformat-prototype-properties rule
    • Update es-x/no-nonstandard-intl-properties rule
  • Add es-x/no-regexp-escape rule by @ota-meshi in #238
    • Add es-x/no-regexp-escape rule
    • Update es-x/no-nonstandard-regexp-properties rule
  • Add rules for Float16Array by @ota-meshi in #239
    • Add es-x/no-float16array rule
    • Add es-x/no-dataview-prototype-getfloat16-setfloat16 rule
    • Add es-x/no-math-f16round rule
    • Add no-float16array config
    • Update es-x/no-nonstandard-typed-array-properties rule
    • Update es-x/no-nonstandard-typed-array-prototype-properties rule
    • Update es-x/no-nonstandard-dataview-prototype-properties rule
    • Update es-x/no-nonstandard-math-properties rule

Full Changelog: v8.4.1...v8.5.0