Skip to content

Releases: RunDevelopment/regexp-ast-analysis

v0.2.2

03 Jun 13:38
Compare
Choose a tag to compare

Changed

  • All getFirst{Consumed,}Char* functions can now handle word boundary assertions.

v0.2.1...v0.2.2

v0.2.1

01 Jun 11:43
Compare
Choose a tag to compare

Changed

  • Added support for d flag.

v0.2.0...v0.2.1

v0.2.0

29 Apr 12:29
Compare
Choose a tag to compare

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...v0.2.0

v0.1.3

12 Apr 22:15
Compare
Choose a tag to compare

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 as ClosestAncestor<A, B>.

v0.1.2...v0.1.3

v0.1.2

12 Apr 13:19
Compare
Choose a tag to compare

Fixed

  • is{Empty,Strict}Backreference: These two functions will now properly account for capturing groups inside negated lookarounds.

v0.1.1...v0.1.2

v0.1.1

09 Apr 17:22
Compare
Choose a tag to compare

Added

  • Package meta information.

v0.1.0...v0.1.1

v0.1.0

09 Apr 17:15
Compare
Choose a tag to compare

Initial release.