Comparing version 8.0.2 to 8.0.3
@@ -0,1 +1,6 @@ | ||
## v8.0.3 (2022-08-27) | ||
- [#334] Fix undefined routeInfo in routeInfo's `find` callback ([@sly7-7](https://github.com/sly7-7)) | ||
## v8.0.2 (2022-02-09) | ||
@@ -2,0 +7,0 @@ |
@@ -213,3 +213,3 @@ "use strict"; | ||
// SAFETY: This is potentially a bit risker, but for what we're doing, it should be ok. | ||
ROUTE_INFOS.set(this, cached); | ||
ROUTE_INFOS.set(resolved, cached); | ||
} | ||
@@ -216,0 +216,0 @@ |
@@ -160,3 +160,3 @@ import { Promise } from 'rsvp'; | ||
// SAFETY: This is potentially a bit risker, but for what we're doing, it should be ok. | ||
ROUTE_INFOS.set(this, cached); | ||
ROUTE_INFOS.set(resolved, cached); | ||
} | ||
@@ -163,0 +163,0 @@ return resolved; |
{ | ||
"name": "router_js", | ||
"version": "8.0.2", | ||
"version": "8.0.3", | ||
"description": "A lightweight JavaScript library is built on top of route-recognizer and rsvp.js to provide an API for handling routes", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
Sorry, the diff of this file is not supported yet
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
362690