Releases: RunDevelopment/regexp-ast-analysis
Releases · RunDevelopment/regexp-ast-analysis
v0.2.2
Changed
- All
getFirst{Consumed,}Char*
functions can now handle word boundary assertions.
v0.2.1
v0.2.0
Breaking
- Private types aren't exported anymore. (They were never supposed to be exported in the first place.)
Changed
- Updated refa to v0.8.
v0.1.3
Fixed
isEmptyBackreference
: Fixed stack overflow for circular nested backreferences.
Changed
is{Empty,Strict}Backreference
: More efficient implementation.hasSome{Ancestor,Descendant}
: Node can now be given to the functions instead of condition functions.getClosestAncestor
: The return type is now stricter and exported asClosestAncestor<A, B>
.
v0.1.2
Fixed
is{Empty,Strict}Backreference
: These two functions will now properly account for capturing groups inside negated lookarounds.
v0.1.1
v0.1.0
Initial release.