Skip to content

v8.1.0

Compare
Choose a tag to compare
@ota-meshi ota-meshi released this 01 Nov 02:00
· 25 commits to master since this release

New Rules

  • Add es-x/no-regexp-modifiers rule by @ota-meshi in #208
  • Add no-import-attributes config and rules by @ota-meshi in #209
    • es-x/no-import-attributes rule
    • es-x/no-dynamic-import-options rule
    • es-x/no-trailing-dynamic-import-commas rule
    • no-import-attributes config
  • Add es-x/no-json-modules rule by @ota-meshi in #210
  • Add es-x/no-promise-try rule by @ota-meshi in #212
  • Add no-iterator-helpers config and rules by @ota-meshi in #211
    • es-x/no-iterator rule
    • es-x/no-iterator-prototype-drop rule
    • es-x/no-iterator-prototype-every rule
    • es-x/no-iterator-prototype-filter rule
    • es-x/no-iterator-prototype-find rule
    • es-x/no-iterator-prototype-flatmap rule
    • es-x/no-iterator-prototype-foreach rule
    • es-x/no-iterator-prototype-map rule
    • es-x/no-iterator-prototype-reduce rule
    • es-x/no-iterator-prototype-some rule
    • es-x/no-iterator-prototype-take rule
    • es-x/no-iterator-prototype-toarray rule
    • no-iterator-helpers config

Updates

  • Updates unicode resource with latest by @github-actions in #193

Full Changelog: v8.0.0...v8.1.0