-
-
Notifications
You must be signed in to change notification settings - Fork 276
Roadmap
Steven Levithan edited this page Feb 21, 2018
·
195 revisions
See version history for released versions.
The following changes have been completed and are available via the latest build here on GitHub:
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. See #175. - Added the
Cased_Letter
(LC
) category to the Unicode Categories addon. See #220.
Fine Tuning:
- Upgraded Unicode data from version 9.0.0 to 10.0.0. See #221.
- The generated source for regexes is now easier to read, with fewer
(?:)
separating tokens. See #196.
Open a new issue here on GitHub, or fork the repo and start hacking.