Skip to content

Releases: victorgarciaesgi/nuxt-typed-router

v2.0.3

17 Jan 14:43
Compare
Choose a tag to compare
  • Replaced srcDir with rootDir to target the correct .nuxt path #59

Thanks @Pierre-M !

v2.0.2

16 Jan 09:54
Compare
Choose a tag to compare
  • fixed url resolver and crash on node version > 19 #57
    Thanks to @thunfisch987 !

v2.0.1

16 Jan 09:46
Compare
Choose a tag to compare

v2.0.0

13 Jan 16:41
Compare
Choose a tag to compare

v2.0.0 Release 🎉

  • ⚙️ Code structure refactoring
  • <NuxtLink/> type-check
  • useTypeRoute composable
  • Stronger params autocomplete
  • Hidden generated files
  • Plugin disabled by default
  • New docs site

Breaking changes

  • outDir option removed (transparent files)
  • routerPagesNames option removed
  • plugin option default to false
  • Files are now generated in .nuxt
  • @typed-router alias generated
  • Stronger type checking

v1.2.5

20 Dec 16:57
Compare
Choose a tag to compare
  • Added plugin option

v1.2.4

20 Dec 16:43
Compare
Choose a tag to compare
  • Fixed type issues when augmenting NuxtApp
  • Updated to support Nuxt 3.0

v1.2.0

03 Sep 17:47
Compare
Choose a tag to compare
  • Fixed crashes with nuxt-rc.9

v1.1.0

30 Jan 21:12
Compare
Choose a tag to compare
  • Moved useTypedRouter import to outDir folder due to issues with Vite server and global imports of #app and nuxt3
  • Changed doc

v1.0.3

30 Jan 19:51
Compare
Choose a tag to compare
  • Fixed plugin registration

v1.0.2

30 Jan 17:31
Compare
Choose a tag to compare
  • Fixed a bug with plugin template generation