Skip to content

v4.1.0

Compare
Choose a tag to compare
@slevithan slevithan released this 21 Feb 01:14
· 125 commits to master since this release

New Features

  • Added installable namespacing option (off by default) that moves named capture results to a groups object. This makes it easier to loop over named captures after executing a regex, and aligns with native named capture handling in ES2018. See #175.
  • Added the Cased_Letter (LC) category to the Unicode Categories addon. See #220.

Improvements

  • Upgraded Unicode data from version 9.0.0 to 10.0.0. See #221.
  • The generated source for regexes is now a bit easier to read, with fewer (?:) separating tokens. See #196.