Releases: victorgarciaesgi/nuxt-typed-router
Releases · victorgarciaesgi/nuxt-typed-router
v2.0.3
v2.0.2
- fixed url resolver and crash on node version > 19 #57
Thanks to @thunfisch987 !
v2.0.1
v2.0.0
v2.0.0 Release 🎉
- ⚙️ Code structure refactoring
<NuxtLink/>
type-checkuseTypeRoute
composable- Stronger
params
autocomplete - Hidden generated files
- Plugin disabled by default
- New docs site
Breaking changes
outDir
option removed (transparent files)routerPagesNames
option removedplugin
option default tofalse
- Files are now generated in
.nuxt
@typed-router
alias generated- Stronger type checking
v1.2.5
- Added
plugin
option
v1.2.4
- Fixed type issues when augmenting
NuxtApp
- Updated to support Nuxt 3.0
v1.2.0
- Fixed crashes with nuxt-rc.9
v1.1.0
- Moved
useTypedRouter
import tooutDir
folder due to issues with Vite server and global imports of#app
andnuxt3
- Changed doc
v1.0.3
- Fixed plugin registration
v1.0.2
- Fixed a bug with plugin template generation