Skip to content

Releases: jviereck/regjsparser

v0.12.0

30 Oct 01:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.11.2...v0.12.0

v0.11.2

27 Oct 16:05
Compare
Choose a tag to compare

What's Changed

  • fix: allow empty disabling flags by @JLHwung in #147
  • fix: unicode escape sequence within identifier is always in unicode mode by @JLHwung in #148
  • fix: only ±lookbehind is quantifiable in annexB by @JLHwung in #149
  • fix: descend ClassStringDisjunction from ClassSetOperand by @JLHwung in #150
  • annex-b: \ can be ClassAtomNoDash if followed by c by @JLHwung in #151

Full Changelog: v0.11.1...v0.11.2

We thank all contributors for making this release happen.

v0.11.1

05 Oct 20:31
Compare
Choose a tag to compare

What's Changed

We thank all contributors for making this release happen.

Full Changelog: v0.11.0...v0.11.1

v0.11.0

18 Sep 01:15
49741a3
Compare
Choose a tag to compare

Changes (in chronologically order - oldest change first):

  • Disallow quantifiable anchors in unicode mode (PR #135)
  • Add stricter type for CharacterClassEscape value (#137)
  • Update Unicode to 15.1.0 (PR #136)
  • Update Unicode to 16.0.0 (PR #138)
  • Update to ESLint 9 (PR #139)
  • Fix reference type when named groups enabled (PR #132)
  • Fix modifiers in lookbehind (PR #140)
  • Upgrade jsesc dependency (PR #141)

We thank all contributors for their help in this release.

v0.10.0

13 Mar 17:35
Compare
Choose a tag to compare

Fixes optional forward lookahead (issue #130).

v0.9.1

09 Jul 21:03
d58221d
Compare
Choose a tag to compare

Followup fix to "support modifiers proposal" PR (fix in #129 , original PR in #127 ).

v0.9.0

26 Jun 21:03
ace5e55
Compare
Choose a tag to compare

New Feature: support modifiers proposal (#127).

v0.8.4

02 Feb 15:07
d12c5fb
Compare
Choose a tag to compare

Changes include:

  • #124 from tjenkinson/quantifier-symbol
  • #125 from nicolo-ribaudo/test-upe-quantifier
  • #126 from tjenkinson/fix-undefined-var

v0.8.3

23 Dec 08:53
75e5d31
Compare
Choose a tag to compare

Fixes #123

v0.8.2

14 Dec 18:24
f09b912
Compare
Choose a tag to compare
  • Fix parsing of group references in unicode mode #122