Skip to content

Releases: eslint/espree

v9.3.2

06 May 20:05
Compare
Choose a tag to compare

Bug Fixes

  • 6c718af fix: "use strict" should not trigger strict mode in es3. (#547) (唯然)

Documentation

  • c915190 docs: update Build Status badge (#536) (Milos Djermanovic)

Build Related

Chores

  • e5982ef chore: lint tool files, add editorconfig, update devDeps. (#545) (Brett Zamir)
  • b578a66 chore: remove unused devDependencies (#540) (Nitin Kumar)
  • 770b577 chore: add LICENSE file for tests (#539) (Nitin Kumar)

v9.3.1

11 Feb 22:51
Compare
Choose a tag to compare

Bug Fixes

  • 64010de fix: Derive espree.Syntax from espree.VisitorKeys (#532) (Frank Weigel)

Chores

v9.3.0

31 Dec 23:05
Compare
Choose a tag to compare

Features

  • 8655f3d feat: support arbitrary module namespace names (#528) (Milos Djermanovic)

Chores

  • 1b72d7a ci: use node v16 for macOS and windows jobs (#527) (Nitin Kumar)

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