Comparing version 2.1.0 to 2.1.1
# Change Log | ||
## 2.1.0 | ||
* [#37] Enhance makePath for routes with path array | ||
## 2.0.2 | ||
* [#36] Bug fix: Add support for question marks in hash fragments | ||
## 2.0.1 | ||
@@ -4,0 +12,0 @@ |
@@ -27,3 +27,3 @@ /** | ||
this.config = config || {}; | ||
var method = config.method; | ||
var method = this.config.method; | ||
this.methods = method; | ||
@@ -30,0 +30,0 @@ |
{ | ||
"name": "routr", | ||
"version": "2.1.0", | ||
"version": "2.1.1", | ||
"description": "A router for both server and client", | ||
@@ -23,19 +23,19 @@ "main": "index.js", | ||
"dependencies": { | ||
"debug": "^2.0.0", | ||
"debug": "^4.0.0", | ||
"path-to-regexp": "^1.1.1", | ||
"query-string": "^3.0.1" | ||
"query-string": "^5.0.0" | ||
}, | ||
"devDependencies": { | ||
"babel-eslint": "^5.0.0", | ||
"babel-polyfill": "^6.7.2", | ||
"babel-preset-es2015": "^6.6.0", | ||
"babel-register": "^6.7.2", | ||
"chai": "^3.2.0", | ||
"coveralls": "^2.11.1", | ||
"eslint": "~2.2.0", | ||
"eslint-plugin-babel": "^3.1.0", | ||
"istanbul": "^0.3.2", | ||
"mocha": "^2.0.1", | ||
"babel-eslint": "^9.0.0", | ||
"babel-polyfill": "^6.13.0", | ||
"babel-preset-es2015": "^6.14.0", | ||
"babel-register": "^6.14.0", | ||
"chai": "^4.0.1", | ||
"coveralls": "^3.0.0", | ||
"eslint": "^5.0.0", | ||
"eslint-plugin-babel": "^5.0.0", | ||
"istanbul": "^0.4.5", | ||
"mocha": "^5.0.0", | ||
"pre-commit": "^1.0.7", | ||
"sinon": "^1.17.3" | ||
"sinon": "^7.2.4" | ||
}, | ||
@@ -42,0 +42,0 @@ "pre-commit": [ |
Sorry, the diff of this file is not supported yet
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
21913
12
+ Addeddebug@4.4.0(transitive)
+ Addeddecode-uri-component@0.2.2(transitive)
+ Addedms@2.1.3(transitive)
+ Addedobject-assign@4.1.1(transitive)
+ Addedquery-string@5.1.1(transitive)
- Removeddebug@2.6.9(transitive)
- Removedms@2.0.0(transitive)
- Removedquery-string@3.0.3(transitive)
Updateddebug@^4.0.0
Updatedquery-string@^5.0.0