-
-
Notifications
You must be signed in to change notification settings - Fork 278
Roadmap
Steven Levithan edited this page May 14, 2016
·
195 revisions
See version history for released versions.
The following changes have been completed and are available via the latest build here on GitHub:
- Fine tuning: Include lookbehind prefixes
(?<=
and(?<!
in list of native tokens, to avoid splitting up this prefix in any custom addons. - Fine tuning: Remove repeated empty groups in generated native regex patterns.
- Fix: Avoid runaway backtracking with very bad performance during first-time compilation of some regexes that use whitespace or comments with the
x
flag. (#129) - Fix: Work around bug in ES6
y
flag support in Safari Technology Preview 9.1.1. (#135)
Open a new issue here on GitHub, or fork the repo and start hacking.