- Sponsor
-
Notifications
You must be signed in to change notification settings - Fork 277
Comparing changes
Open a pull request
base repository: slevithan/xregexp
base: v3.0.0
head repository: slevithan/xregexp
compare: v3.1.0
Commits on Jul 28, 2015
-
tomascassidy committed
Jul 28, 2015 Configuration menu - View commit details
-
Copy full SHA for 432dac8 - Browse repository at this point
Copy the full SHA 432dac8View commit details
Commits on Sep 23, 2015
-
Configuration menu - View commit details
-
Copy full SHA for e6dad7e - Browse repository at this point
Copy the full SHA e6dad7eView commit details
Commits on Sep 24, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 0ac3669 - Browse repository at this point
Copy the full SHA 0ac3669View commit details -
Configuration menu - View commit details
-
Copy full SHA for 098d3f3 - Browse repository at this point
Copy the full SHA 098d3f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 833ceb3 - Browse repository at this point
Copy the full SHA 833ceb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 16535e0 - Browse repository at this point
Copy the full SHA 16535e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 67af8c4 - Browse repository at this point
Copy the full SHA 67af8c4View commit details
Commits on Sep 25, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 7563982 - Browse repository at this point
Copy the full SHA 7563982View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cac942 - Browse repository at this point
Copy the full SHA 7cac942View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8d9ac1 - Browse repository at this point
Copy the full SHA c8d9ac1View commit details
Commits on Sep 26, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 64d3002 - Browse repository at this point
Copy the full SHA 64d3002View commit details -
Configuration menu - View commit details
-
Copy full SHA for d0e665d - Browse repository at this point
Copy the full SHA d0e665dView commit details
Commits on Sep 29, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 07b2c80 - Browse repository at this point
Copy the full SHA 07b2c80View commit details
Commits on Oct 11, 2015
-
The Firefox Addon SDK defines a global `define` function, which XRegExp's UMD stanza mistakes for AMD. Adding a check for `define.amd` fixes this and is the standard way to detect AMD: https://github.com/umdjs/umd/blob/3e14a7dfb0af2bd3a8bfe9b7b384d698e3ef75e4/amdWeb.js#L19
Configuration menu - View commit details
-
Copy full SHA for 6df00ad - Browse repository at this point
Copy the full SHA 6df00adView commit details -
Merge pull request #113 from chocolateboy/fix-amd
fix AMD detection
Configuration menu - View commit details
-
Copy full SHA for 7f68063 - Browse repository at this point
Copy the full SHA 7f68063View commit details
Commits on Oct 12, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 0f8e458 - Browse repository at this point
Copy the full SHA 0f8e458View commit details -
Merge pull request #114 from d10/master
Rename `self` to `XRegExp`.
Configuration menu - View commit details
-
Copy full SHA for 11362f5 - Browse repository at this point
Copy the full SHA 11362f5View commit details
Commits on Oct 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 8718bb9 - Browse repository at this point
Copy the full SHA 8718bb9View commit details
Commits on Oct 28, 2015
-
Merge pull request #116 from jfahrenkrug/allow_empty_non_capt_group
GH-112 Allow (?:)*/+/?/{1} without causing a syntax error
Configuration menu - View commit details
-
Copy full SHA for de83437 - Browse repository at this point
Copy the full SHA de83437View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d9dbaa - Browse repository at this point
Copy the full SHA 0d9dbaaView commit details
Commits on Nov 30, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1ba9e1a - Browse repository at this point
Copy the full SHA 1ba9e1aView commit details
Commits on Dec 11, 2015
-
Updates the package to use CommonJS and Browserify for the build
This makes the package a proper citizen on the NPM infrastructure while maintaining `xregexp-all.js` compatibility.
Configuration menu - View commit details
-
Copy full SHA for a82af2c - Browse repository at this point
Copy the full SHA a82af2cView commit details
Commits on Dec 17, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 15465fd - Browse repository at this point
Copy the full SHA 15465fdView commit details
Commits on Dec 21, 2015
-
Merge pull request #124 from slevithan/simplify
Simplify native flag support detection
Configuration menu - View commit details
-
Copy full SHA for bc41e9f - Browse repository at this point
Copy the full SHA bc41e9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c127d3 - Browse repository at this point
Copy the full SHA 6c127d3View commit details
Commits on Dec 22, 2015
-
Merge pull request #122 from syntaxhighlighter/master
Updates the package to use CommonJS and Browserify for the build
Configuration menu - View commit details
-
Copy full SHA for 300157f - Browse repository at this point
Copy the full SHA 300157fView commit details
Commits on Feb 15, 2016
-
Configuration menu - View commit details
-
Copy full SHA for ca3b8db - Browse repository at this point
Copy the full SHA ca3b8dbView commit details -
Undo earlier change since Chrome supports ES6 'unicode' getter but no…
…t flag 'u' in construction
Configuration menu - View commit details
-
Copy full SHA for e07f42b - Browse repository at this point
Copy the full SHA e07f42bView commit details
Commits on Feb 21, 2016
-
Configuration menu - View commit details
-
Copy full SHA for cc189dd - Browse repository at this point
Copy the full SHA cc189ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 57b3172 - Browse repository at this point
Copy the full SHA 57b3172View commit details
Commits on Feb 22, 2016
-
Configuration menu - View commit details
-
Copy full SHA for 69e552b - Browse repository at this point
Copy the full SHA 69e552bView commit details -
In XRegExp.build subpatterns, don't treat $ as trailing when followed…
… only by escaped symbols
Configuration menu - View commit details
-
Copy full SHA for f546542 - Browse repository at this point
Copy the full SHA f546542View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b13ca0 - Browse repository at this point
Copy the full SHA 0b13ca0View commit details
Commits on Feb 23, 2016
-
Configuration menu - View commit details
-
Copy full SHA for d26006e - Browse repository at this point
Copy the full SHA d26006eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 314c78d - Browse repository at this point
Copy the full SHA 314c78dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bbd5b1c - Browse repository at this point
Copy the full SHA bbd5b1cView commit details
There are no files selected for viewing
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.
This file was deleted.
Large diffs are not rendered by default.