Skip to content

v4.2.0

Compare
Choose a tag to compare
@slevithan slevithan released this 04 Sep 19:31
· 72 commits to main since this release

🚀 Features

  • Added function processRegex, which returns an object with expression and flags strings.
    • Warning: This feature is experimental and may change without following semver.

🐞 Fixes

  • When using emulated flag x, if flag v is disabled or unsupported and unicodeSetsPlugin is explicitly set to null, allow whitespace-separated, unescaped (literal) hyphens on the end of character class ranges.