v2.0.0
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
, andAssertion
) toalternatives
.
- It removed
- It dropped Node.js 4.x support.
Enhancements
- It added
RegExpVisitor
class andvisitRegExpAST
function.