universal-router v9.1.0 Release Notes
Release Date: 2021-06-23 // over 3 years ago-
- ➕ 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
Previous changes from v9.0.1
-
- 🛠 Fix typings:
router.resolve()
andcontext.next()
always return a promise now (#187)
- 🛠 Fix typings: