Skip to content

v0.7.0

Compare
Choose a tag to compare
@RunDevelopment RunDevelopment released this 05 Sep 14:33
· 5 commits to master since this release

Breaking

  • Upgraded dependencies to @eslint-community/regexpp v4.8.0 and refa v0.12.0.
  • is{Potentially,}{Empty,ZeroLength}, isEmptyBackreference, getLengthRange, and isLengthRangeMinZero now require a flags argument.
  • Changed the semantics of matchesAllCharacters.

Added

  • Added support for the v flag.
    • toUnicodeSet is the new toCharSet.
    • hasStrings will return whether a character element contains strings.
  • getConsumedChars will return all characters consumed by an element.
  • Chars.maxChar(flags) will return the maximum character (either 0xFFFF or 0x10FFFF) depending on the given flags.

v0.6.0...v0.7.0