v4.1.0
New Features
- Added installable
namespacing
option (off by default) that moves named capture results to agroups
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