Skip to content

v2.0.0

Compare
Choose a tag to compare
@mysticatea mysticatea released this 23 Jun 12:33
· 27 commits to master since this release
813344e

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.