Releases: victorgarciaesgi/nuxt-typed-router
Releases · victorgarciaesgi/nuxt-typed-router
v3.0.5
🐞 Bug Fixes
- Fixed output paths for all i18n strategy and locales - by @victorgarciaesgi (51934)
View changes on GitHub
v3.0.4
🐞 Bug Fixes
- Fixed Regxp extractor to format all locales words #77 - by @victorgarciaesgi in #77 (c0876)
- Fixed end of path for static paths to accept "/", queryParams and hashes - by @victorgarciaesgi (aeb53)
View changes on GitHub
v3.0.3
🐞 Bug Fixes
- Support all syntaxes for i18n locales declarations - by @victorgarciaesgi (a6b03)
View changes on GitHub
v3.0.2
🐞 Bug Fixes
- Correct ouput for i18n strategy. #76 - by @victorgarciaesgi in #76 (aef1e)
- Fixed prefixed routes filter match regex to only match locales #75 - by @victorgarciaesgi in #75 (bbc7a)
View changes on GitHub
v3.0.1
v3.0.0
🎉 New features
Path autocomplete and validity type-check (⚠️ Experimental)
Can be disabled with the experimentalPathCheck
option.
- Autocomplete for path programmatic navigation
- Support
NuxtLink
,useRouter
,navigateTo
anduseLocalePath
- Support query params and hashs
- Throw an error if the path doesn't match any defined routes pattern
This feature is still experimental and has to be well tested on more apps.
Nuxt devtools support ⚙️
- Display nuxt-typed-router docs from devtools
definePageMeta
support
Get autocompletion et type check for redirect
, validate
and key
Bug fixs 🐞
- Fixed tsconfig augmentation when used with other modules
@nuxtjs/i18n
- Removed routes generated by
@nuxtjs/i18n
from autocomplete - Support
prefix_and_default
strategy localePath
will only validate and autocomplete default routes
Breaking changes ⚠️
- Reworked
routeNames
object params to better matchpages
folder structure
v2.3.5
v3.0.0-beta.0
🎉 New features
Path autocomplete and validity type-check (⚠️ Experimental)
Can be disabled with the experimentalPathCheck
option.
- Autocomplete for path programmatic navigation
- Support
NuxtLink
,useRouter
,navigateTo
anduseLocalePath
- Support query params and hashs
- Throw an error if the path doesn't match any defined routes pattern
This feature is still experimental and has to be well tested on more apps.
Nuxt devtools support ⚙️
- Display nuxt-typed-router docs from devtools
definePageMeta
support
Get autocompletion et type check for redirect
, validate
and key
Breaking changes ⚠️
- Removed routes generated by
@nuxtjs/i18n
from autocomplete - Reworked
routeNames
object params to better matchpages
folder structure
v2.3.4
v2.3.3
- Fixed
localePath
string navigation type bug