-
-
Notifications
You must be signed in to change notification settings - Fork 276
Roadmap
Steven Levithan edited this page Feb 15, 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:
require('xregexp').XRegExp
is no longer supported--XRegExp is exported directly so there's no need to access it via a property. Userequire('xregexp')
instead. In v3.0.0, both options were supported. - Fix: Fixed AMD detection when used in Firefox addons. [chocolateboy] (#113)
-
Fix:
(?:)*
is no longer a syntax error. [Johannes Fahrenkrug] (#112) -
Other: Added a
bower.json
config. [Tomas Cassidy] (#91) -
Other: Updated the package to use CommonJS and Browserify for the build. This makes the XRegExp package a proper citizen on the npm infrastructure while maintaining
xregexp-all.js
compatibility. [Alex Gorbatchev] (#122)
Open a new issue here on GitHub, or fork the repo and start hacking.