@storeon/router
Advanced tools
Comparing version 1.0.0 to 1.0.1
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 1.0.1 | ||
* Fix listeners for DevTools | ||
## 1.0.0 | ||
* Rename named exports to `routerKey`, `routerChanged`, `routerNavigate` | ||
* Add ES modules support | ||
* Use ES2016 syntax | ||
* Update TypeScript definitions | ||
* Update docs | ||
* Reduce size | ||
* Rename named exports to `routerKey`, `routerChanged`, `routerNavigate`. | ||
* Add ES modules support. | ||
* Use ES2016 syntax. | ||
* Update TypeScript definitions. | ||
* Update docs. | ||
* Reduce size. | ||
## 0.3.1 | ||
* Reduce size | ||
* Reduce size. | ||
## 0.3.0 | ||
* Add ignore link | ||
* Add ignore link. | ||
## 0.2.1 | ||
* Fix listener of click | ||
* Fix navigation of history | ||
* Fix listener of click. | ||
* Fix navigation of history. | ||
## 0.2 | ||
* Add TypeScript definitions | ||
* Add TypeScript definitions. | ||
## 0.1 | ||
* Initial release. |
@@ -33,2 +33,4 @@ let loc = location | ||
store.on(routerChanged, () => {}) | ||
store.on(routerNavigate, (state, path) => { | ||
@@ -35,0 +37,0 @@ if (state[routerKey].path !== path) { |
{ | ||
"name": "@storeon/router", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Storeon module for URL routing", | ||
@@ -11,2 +11,3 @@ "main": "index.cjs", | ||
"module": "index.js", | ||
"react-native": "index.js", | ||
"exports": { | ||
@@ -13,0 +14,0 @@ "./package.json": "./package.json", |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
10563
7
238