Skip to content

Releases: mysticatea/regexpp

v3.2.0

14 Jun 11:11
v3.2.0
b8bc4e8
Compare
Choose a tag to compare

✨ Enhancements

  • 20e0388 supports new Unicode property escapes in ES2021.
  • 024a64a supports new d flag in ES2022.

v3.1.0

04 Apr 16:49
v3.1.0
5563cf3
Compare
Choose a tag to compare

✨ Enhancements

v3.0.0

30 Aug 02:52
v3.0.0
b4d683d
Compare
Choose a tag to compare

💥 Breaking Changes

  • 34290e6 dropped Node.js 6.x support.
  • 1ea8075 updated Unicode to 12.1.0.
  • df4a300 changed the default ECMAScript version to 2020.

🐛 Bug Fixes

  • 2bd358f fixed the bugs that it throws syntax errors on Unicode Property Escape Sequences if the escape uses new values which have been added in ES2019.

v2.0.1

07 Oct 10:03
v2.0.1
d68b435
Compare
Choose a tag to compare

Bug fixes

v2.0.0

23 Jun 12:33
813344e
Compare
Choose a tag to compare

Breaking changes

  • It tweaked AST shape.
    • It removed Disjunction node type.
    • It added Alternative node type.
    • It changed the elements property of some node types (Pattern, Group, CapturingGroup, and Assertion) to alternatives.
  • It dropped Node.js 4.x support.

Enhancements

  • It added RegExpVisitor class and visitRegExpAST function.

v1.1.0

30 Mar 09:47
v1.1.0
258651e
Compare
Choose a tag to compare

Enhancements

  • 466c026 added .mjs file experimentally.

v1.0.1

06 Mar 13:41
46c894e
Compare
Choose a tag to compare

Bug fixes

  • 09d6b01 fixed a problem on Node 4.

v1.0.0

05 Mar 11:32
cc2aa52
Compare
Choose a tag to compare

The first release 🎉