abstract-state-router
Advanced tools
Comparing version 5.1.0 to 5.1.1
{ | ||
"name": "abstract-state-router", | ||
"version": "5.1.0", | ||
"version": "5.1.1", | ||
"description": "The basics of a client-side state router ala the AngularJS ui-router, but without any DOM interactions", | ||
"main": "index.js", | ||
"scripts": { | ||
"zuul": "zuul -- test/*.js", | ||
"test": "tape test/*.js | faucet" | ||
"test": "zuul -- test/*.js", | ||
"localtest": "tape test/*.js | faucet" | ||
}, | ||
@@ -26,16 +26,16 @@ "repository": { | ||
"dependencies": { | ||
"combine-arrays": "^1.0.0", | ||
"debug": "^2.1.3", | ||
"extend": "^2.0.0", | ||
"hash-brown-router": "^1.3.0", | ||
"page-path-builder": "^1.0.1", | ||
"combine-arrays": "^1.0.2", | ||
"debug": "^2.2.0", | ||
"extend": "^2.0.1", | ||
"hash-brown-router": "^1.3.3", | ||
"page-path-builder": "^1.0.2", | ||
"path-to-regexp-with-reversible-keys": "^1.0.3", | ||
"promise": "^6.0.1", | ||
"promise-map-series": "^0.2.0" | ||
"promise": "^7.0.1", | ||
"promise-map-series": "^0.2.1" | ||
}, | ||
"devDependencies": { | ||
"faucet": "0.0.1", | ||
"tape": "^2.14.0", | ||
"tape": "^4.0.0", | ||
"zuul": "^3.0.0" | ||
} | ||
} |
@@ -11,2 +11,10 @@ [ui-router](https://github.com/angular-ui/ui-router/wiki) is fantastic, and I would use it in all of my projects if it wasn't tied to AngularJS. | ||
# Current renderer implementations | ||
- [RactiveJS](https://github.com/TehShrike/ractive-state-router) | ||
- [Riot](https://github.com/TehShrike/riot-state-renderer) | ||
- [virtual-dom](https://github.com/ArtskydJ/virtualdom-state-renderer) | ||
If you want to use the state router with some other templating/dom manipulation library, it's pretty easy to set up! Check out the code for the above libraries and/or ping me if you'd like help getting it working. | ||
# API | ||
@@ -13,0 +21,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
83655
177
+ Addedasap@2.0.6(transitive)
+ Addedpromise@7.3.1(transitive)
- Removedasap@1.0.0(transitive)
- Removedpromise@6.1.0(transitive)
Updatedcombine-arrays@^1.0.2
Updateddebug@^2.2.0
Updatedextend@^2.0.1
Updatedhash-brown-router@^1.3.3
Updatedpage-path-builder@^1.0.2
Updatedpromise@^7.0.1
Updatedpromise-map-series@^0.2.1