Skip to content

Releases: victorgarciaesgi/nuxt-typed-router

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

v1.0.1

30 Jan 04:25
Compare
Choose a tag to compare

Complety revamped new version!

  • Typescript rewrite and refacto of the project
  • Updated to support Nuxt 3 (Nuxt 2 still compatible but with nuxt2 branch )
  • 馃弾 Provides a hook useTypedRouter that returns an alias of $typedRouter and also a typed list of your routes
  • 馃殾 Provides auto-completion and errors for route params in push and replace methods

0.2.24

07 Oct 12:38
Compare
Choose a tag to compare
  • Fixed generated output for complex directory structures

0.2.14

16 Dec 01:17
Compare
Choose a tag to compare
  • Fixed bug with default prettier config