Skip to content

v2.0.0

Choose a tag to compare

@mysticatea mysticatea released this 02 Sep 08:58
· 49 commits to master since this release
v2.0.0
7d82b76

This release has supported Stage 4 proposals on August 2019.

💥 Breaking Changes

  • 4a8455f dropped supports for Node.js 6.

✨ Features

  • 171047d added es/no-2019 config. This config includes three rules: es/no-json-superset, es/no-optional-catch-binding, and es/no-regexp-unicode-property-escapes-2019.
  • ca01839 added es/no-regexp-unicode-property-escapes-2019 rule that disallows the new values of RegExp Unicode property escape sequences in ES2019.
  • 76301d4 added es/no-bigint rule that disallows BigInt literals and globals.
  • 57bc750 added es/no-dynamic-import rule that disallows import() expressions.
  • cb7d13e added es/no-promise-all-settled rule that disallows Promise.allSettled function.