Releases: victorgarciaesgi/nuxt-typed-router
Releases · victorgarciaesgi/nuxt-typed-router
v3.2.4
🐞 Bug Fixes
- Cannot read properties of undefined (reading 'routeName') #101 - by @victorgarciaesgi in #101 (230c9)
- Nested dynamic routes generates wrong types #102 - by @victorgarciaesgi in #102 (6b506)
View changes on GitHub
v3.2.3
🐞 Bug Fixes
- Locale code has similar part as page name #99 - by @victorgarciaesgi in #99 (f781b)
View changes on GitHub
v3.2.2
v3.2.0
v3.1.5
🐞 Bug Fixes
- Fixed ouptut when using nuxtjs/i18n without options #87 - by @victorgarciaesgi in #87 (21cb5)
View changes on GitHub
v3.1.4
🚀 Features
- Support for Nuxt
3.4.x
- by @victorgarciaesgi in #86 (e164e) #85
Nuxt 3.4.0
introduced a breaking change in how the paths were generated (nuxt/nuxt#19902), this patch bring support for new generated paths and supports old versions of nuxt
View changes on GitHub
v3.1.3
🐞 Bug Fixes
- Fixed exported Type causing errors - by @victorgarciaesgi (5d251)
View changes on GitHub
v3.1.2
🐞 Bug Fixes
- Fixed missing existSync for imports - by @victorgarciaesgi (7fa18)
View changes on GitHub
v3.1.1
🐞 Bug Fixes
- Fixed bug when component.d.ts doesn't exists - by @victorgarciaesgi (49ca1)
View changes on GitHub
v3.1.0
🚀 Features
- Added
external
support for NuxtLink - by @victorgarciaesgi (c505e) - Added
external
support for navigateTo - by @victorgarciaesgi (89e48) - Exported more useful assertion types: TypedToLocalePath, TypeRouteLocation #83 - by @victorgarciaesgi in #83 (34412)
Breaking changes
- Renamed
experimentalPathCheck
option topathCheck