Skip to content

Releases: eslint/js

v9.2.0

04 Dec 00:47
Compare
Choose a tag to compare

Features

  • e807c20 feat: add allowReserved for ES3 (#522) (Jordan Harband)

Documentation

  • 34b9a6a docs: add private-in syntax (#523) (Milos Djermanovic)

Chores

v9.1.0

21 Nov 03:47
Compare
Choose a tag to compare

Features

  • 27713ac feat: Add sourceType:commonjs support (#520) (Nicholas C. Zakas)
  • 6839389 feat: support for private-in syntax (#521) (Yosuke Ota)
  • fe07aae feat: support class static blocks (#518) (Milos Djermanovic)

Build Related

  • c0a8aa2 build: upgrade eslint-release to v3.2.0 to support conventional commits (#517) (Milos Djermanovic)
  • 6be7bcb Build: add node v17 (#516) (唯然)

Chores

  • 93b24dd Chore: add class static blocks tests (#515) (薛定谔的猫)

v9.0.0

10 Sep 20:52
Compare
Choose a tag to compare
  • 7952c6f Breaking: Disallow reserved words in ES3 (#513) (Nicholas C. Zakas)
  • ee1d3ec Fix: 0x2028 and 0x2029 in string literals should increment line number (#514) (Milos Djermanovic)
  • 63bd0bc Chore: use actions/setup-node@v2 (#510) (薛定谔的猫)
  • bf57077 Chore: Remove obsolete lib/visitor-keys.js (#509) (Matthias Oßwald)

v8.0.0

30 Jun 02:43
Compare
Choose a tag to compare

v8.0.0-beta.1

24 Jun 18:40
Compare
Choose a tag to compare
v8.0.0-beta.1 Pre-release
Pre-release
  • e207bd7 Update: Support top-level await and regexp match indices (#505) (Nicholas C. Zakas)
  • 9eff2c7 Update: reset default ecmaVersion to 5 (#506) (Nicholas C. Zakas)

v8.0.0-beta.0

11 Jun 18:26
Compare
Choose a tag to compare
v8.0.0-beta.0 Pre-release
Pre-release

v7.3.1

05 Dec 05:23
Compare
Choose a tag to compare

v7.3.0

22 Aug 20:11
Compare
Choose a tag to compare
  • 4ba3eef Chore: move to GitHub Actions (#449) (Kai Cataldo)
  • bd0a405 Update: support logical assignment and numeric separators (#448) (Toru Nagashima)

v7.2.0

18 Jul 00:53
Compare
Choose a tag to compare
  • 91c2d58 Docs: Add security policy (#447) (Nicholas C. Zakas)
  • 872645c Update: support optional chaining (#446) (Toru Nagashima)
  • 0cc7800 Docs: Clean up LICENSE file (#445) (Nicholas C. Zakas)

v7.1.0

04 Jun 11:16
Compare
Choose a tag to compare
  • 75e80bc Update: support ?? operator, import.meta, and export * as ns (#441) (Toru Nagashima)
  • ad0543c Chore: added fixlint in Makefile.js (#440) (Anix)