We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d677b9 commit 8f91a83Copy full SHA for 8f91a83
History.md
@@ -1,3 +1,8 @@
1
+0.1.3 / 2014-07-06
2
+==================
3
+
4
+ * Better array support
5
+ * Improved support for trailing slash in non-ending mode
6
7
0.1.0 / 2014-03-06
8
==================
component.json
@@ -1,7 +1,7 @@
{
"name": "path-to-regexp",
"description": "Express style path to RegExp utility",
- "version": "0.1.0",
+ "version": "0.1.3",
"keywords": [
"express",
"regexp",
package.json
- "version": "0.1.2",
"scripts": {
"test": "istanbul cover _mocha -- -R spec"
},
0 commit comments