Comparing version 6.1.0 to 6.1.1
# Change Log All notable changes to this project will be documented in this | ||
file. This project adheres to [Semantic Versioning](http://semver.org/). | ||
## [unreleased](https://github.com/yoshuawuyts/wayfarer/compare/v5.0.1...HEAD) | ||
## [6.1.0](https://github.com/yoshuawuyts/wayfarer/compare/v6.0.3...6.1.0) - 2015-12-28 | ||
### Added | ||
- Routes can now be passed additional values when matched | ||
## [6.0.3](https://github.com/yoshuawuyts/wayfarer/compare/v6.0.0...6.0.3) - 2015-12-24 | ||
### Fixed | ||
- docs | ||
## [6.0.0](https://github.com/yoshuawuyts/wayfarer/compare/v5.0.1...6.0.0) - 2015-12-24 | ||
### Changed | ||
@@ -19,4 +27,3 @@ - removed multiplexed events | ||
## [5.0.1](https://github.com/yoshuawuyts/wayfarer/compare/v5.0.0...v5.0.1) - | ||
2015-08-24 | ||
## [5.0.1](https://github.com/yoshuawuyts/wayfarer/compare/v5.0.0...v5.0.1) - 2015-08-24 | ||
### Fixed | ||
@@ -26,4 +33,3 @@ - [[`3e0317d`](https://github.com/yoshuawuyts/wayfarer/commit/3e0317d)] | ||
## [5.0.0](https://github.com/yoshuawuyts/wayfarer/compare/v4.3.1...v5.0.0) - | ||
2015-08-23 | ||
## [5.0.0](https://github.com/yoshuawuyts/wayfarer/compare/v4.3.1...v5.0.0) - 2015-08-23 | ||
### Added | ||
@@ -30,0 +36,0 @@ - [[`d3ff446`](https://github.com/yoshuawuyts/wayfarer/commit/d3ff446)] |
{ | ||
"name": "wayfarer", | ||
"version": "6.1.0", | ||
"version": "6.1.1", | ||
"description": "Composable trie based router", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -9,2 +9,7 @@ # wayfarer [![stability][0]][1] | ||
If you're looking for a client-side router check out | ||
[sheet-router](https://github.com/yoshuawuyts/sheet-router). If you're looking | ||
for a server router check out | ||
[server-router](https://github.com/yoshuawuyts/server-router). | ||
### features | ||
@@ -96,2 +101,5 @@ - works with any framework | ||
## See Also | ||
- [sheet-router](https://github.com/yoshuawuyts/sheet-router) - fast, modular | ||
client-side router | ||
- [server-router](https://github.com/yoshuawuyts/server-router) - server router | ||
- [hash-match](https://github.com/sethvincent/hash-match) - easy | ||
@@ -98,0 +106,0 @@ `window.location.hash` matching |
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
12980
127