All Versions
29
Latest Version
Avg Release Cycle
82 days
Latest Release
715 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v9.1.0 Changes
June 23, 2021- โ Add
uniqueRouteNameSep
option togenerateUrls(router, options)
to allow non-unique route names among different branches of nested routes and access them by uniquely generated name (#194)
- โ Add
-
v9.0.1 Changes
March 11, 2020- ๐ Fix typings:
router.resolve()
andcontext.next()
always return a promise now (#187)
- ๐ Fix typings:
-
v9.0.0 Changes
February 27, 2020- โก๏ธ Update path-to-regexp from v3 to v6, see changelog (BREAKING CHANGE)
- โ Remove
context.keys
(BREAKING CHANGE) - Migrate to TypeScript (#183)
-
v8.3.0 Changes
September 17, 2019- ๐ Make
generateUrls
compatible withUniversalRouterSync
(#172)
- ๐ Make
-
v8.2.1 Changes
July 19, 2019- ๐ Fix
context.next()
to throwRoute not found
instead ofTypeError
(#169)
- ๐ Fix
-
v8.2.0 Changes
May 10, 2019- ๐ Improve TypeScript typings (#167)
-
v8.1.0 Changes
February 20, 2019- โ Add synchronous mode as an add-on (#164)
-
v8.0.0 Changes
January 15, 2019- โก๏ธ Update path-to-regexp from v2.4.0 to v3.0.0, see changelog (BREAKING CHANGE #161)
- โ Add TypeScript typings (#159)
-
v7.0.0 Changes
October 11, 2018- The router no longer mutate errors to avoid issues with non-extensible objects. (BREAKING CHANGE #158).
Migration from v6 to v7:
- If your code relies on
error.context
orerror.code
you still can access them usingerrorHandler
option:js errorHandler(error, context) { const code = error.status || 500 console.log(error, context, code) }
-
v6.0.0 Changes
February 06, 2018