We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b65768 commit cea9932Copy full SHA for cea9932
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+## v8.0.5 (2024-03-19)
2
+
3
+- [#339] Fix a type error when exactOptionalPropertyTypes is enabled ([@boris-petrov](https://github.com/boris-petrov))
4
5
6
## v8.0.4 (2024-03-06)
7
8
- [#336] Calling recognize should not affect the transition.from query params for subsequent transitions ([@chbonser](https://github.com/chbonser))
package.json
@@ -1,6 +1,6 @@
{
"name": "router_js",
- "version": "8.0.4",
+ "version": "8.0.5",
"description": "A lightweight JavaScript library is built on top of route-recognizer and rsvp.js to provide an API for handling routes",
"keywords": [
"route-recognizer",
0 commit comments