There was an error while loading. Please reload this page.
1 parent 9e03f85 commit 4d672e6Copy full SHA for 4d672e6
History.md
@@ -1,3 +1,8 @@
1
+0.2.1 / 2014-06-11
2
+==================
3
+
4
+ * Fixed a major capturing group regexp regression
5
6
0.2.0 / 2014-06-09
7
==================
8
component.json
@@ -1,7 +1,7 @@
{
"name": "path-to-regexp",
"description": "Express style path to RegExp utility",
- "version": "0.2.0",
+ "version": "0.2.1",
"keywords": [
"express",
"regexp",
package.json
"scripts": {
"test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec"
},
0 commit comments