path-to-regexp
Advanced tools
Comparing version 1.5.0 to 1.5.1
@@ -1,4 +0,15 @@ | ||
1.3.0 / 2016-05-18 | ||
1.5.1 / 2016-06-08 | ||
================== | ||
* Add `index.d.ts` to NPM package | ||
1.5.0 / 2016-05-20 | ||
================== | ||
* Handle partial token segments (better) | ||
* Allow compile to handle asterisk token segments | ||
1.4.0 / 2016-05-18 | ||
================== | ||
* Handle RegExp unions in path matching groups | ||
@@ -5,0 +16,0 @@ |
{ | ||
"name": "path-to-regexp", | ||
"description": "Express style path to RegExp utility", | ||
"version": "1.5.0", | ||
"version": "1.5.1", | ||
"main": "index.js", | ||
@@ -9,2 +9,3 @@ "typings": "index.d.ts", | ||
"index.js", | ||
"index.d.ts", | ||
"LICENSE" | ||
@@ -11,0 +12,0 @@ ], |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
24651
5
412