abstract-state-router
Advanced tools
Comparing version 6.0.3 to 6.0.4
@@ -0,1 +1,5 @@ | ||
# [6.0.4](https://github.com/TehShrike/abstract-state-router/releases/tag/v6.0.4) | ||
- bug fix: update the hash-brown-router dependency to fix an issue where calling `evaluateCurrent('somestate')` wouldn't do anything when `somestate`'s route was `/` and the current url was also `/`. Issue #116 in abstract-state-router, commit [#56c207f0](https://github.com/TehShrike/hash-brown-router/commit/56c207f011600722f2a805f88ab2381eb55fde2f) in hash-brown-router. If you're passing in your own hash-brown-router instance, make sure to update it to 3.3.1 to avoid the bug. | ||
# [6.0.3](https://github.com/TehShrike/abstract-state-router/releases/tag/v6.0.3) | ||
@@ -11,3 +15,3 @@ | ||
- depedency update: changed hash-brown-router dependency from ~3.2.0 to ^3.3.0 [a593408b](https://github.com/TehShrike/abstract-state-router/commit/a593408be27daf7f2f33207b6ec38ab5b04b1406) | ||
- dependency update: changed hash-brown-router dependency from ~3.2.0 to ^3.3.0 [a593408b](https://github.com/TehShrike/abstract-state-router/commit/a593408be27daf7f2f33207b6ec38ab5b04b1406) | ||
@@ -14,0 +18,0 @@ # [6.0.0](https://github.com/TehShrike/abstract-state-router/releases/tag/v6.0.0) |
{ | ||
"name": "abstract-state-router", | ||
"version": "6.0.3", | ||
"version": "6.0.4", | ||
"description": "Like ui-router, but without all the Angular. The best way to structure a single-page webapp.", | ||
@@ -31,3 +31,3 @@ "main": "bundle.js", | ||
"eventemitter3": "2.0.3", | ||
"hash-brown-router": "^3.3.0", | ||
"hash-brown-router": "^3.3.1", | ||
"iso-next-tick": "1.0.0", | ||
@@ -52,3 +52,3 @@ "page-path-builder": "~1.0.3", | ||
"tap-browser-color": "0.1.2", | ||
"tape": "^4.1.0", | ||
"tape": "^4.8.0", | ||
"tape-catch": "1.0.6", | ||
@@ -55,0 +55,0 @@ "watchify": "3.9.0" |
@@ -54,3 +54,3 @@ abstract-state-router lets you build single-page webapps using nested routes/states. Your code doesn't reference routes directly, like `/app/users/josh`, but by name and properties, like `app.user` + `{ name: 'josh' }`. | ||
- [`go`](#stateroutergostatename-stateparameters-options) | ||
- [`evaluateCurrent`](#staterouterevaluatecurrentroutefallbackstatename-fallbackstateparameters) | ||
- [`evaluateCurrentRoute`](#staterouterevaluatecurrentroutefallbackstatename-fallbackstateparameters) | ||
- [`stateIsActive`](#staterouterstateisactivestatename-stateparameters) | ||
@@ -57,0 +57,0 @@ - [`makePath`](#stateroutermakepathstatename-stateparameters-options) |
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
1161422
44
17833
Updatedhash-brown-router@^3.3.1