nuxt-typed-router

🚦Provide autocompletion and typecheck to Nuxt router

MIT License

Downloads
53.4K
Stars
307
Committers
11

Bot releases are hidden (Show)

nuxt-typed-router - v2.0.0

Published by victorgarciaesgi almost 2 years ago

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
nuxt-typed-router - v1.2.5

Published by victorgarciaesgi almost 2 years ago

  • Added plugin option
nuxt-typed-router - v1.2.4

Published by victorgarciaesgi almost 2 years ago

  • Fixed type issues when augmenting NuxtApp
  • Updated to support Nuxt 3.0
nuxt-typed-router - v1.2.0

Published by victorgarciaesgi about 2 years ago

  • Fixed crashes with nuxt-rc.9
nuxt-typed-router - v1.1.0

Published by victorgarciaesgi over 2 years ago

  • Moved useTypedRouter import to outDir folder due to issues with Vite server and global imports of #app and nuxt3
  • Changed doc
nuxt-typed-router - v1.0.3

Published by victorgarciaesgi over 2 years ago

  • Fixed plugin registration
nuxt-typed-router - v1.0.2

Published by victorgarciaesgi over 2 years ago

  • Fixed a bug with plugin template generation
nuxt-typed-router - v1.0.1

Published by victorgarciaesgi over 2 years ago

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
nuxt-typed-router - 0.2.24

Published by victorgarciaesgi about 3 years ago

  • Fixed generated output for complex directory structures
nuxt-typed-router - 0.2.14

Published by victorgarciaesgi almost 4 years ago

  • Fixed bug with default prettier config
nuxt-typed-router - 0.2.13

Published by victorgarciaesgi almost 4 years ago

Package Rankings
Top 4.98% on Npmjs.org
Badges
Extracted from project README
npm version npm downloads npm downloads Documentation Open in StackBlitz Watch the video