Changelog All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[3.0.#] - 2022-02-23
- Fixed GlobalComponents declaration #70
[3.0.0] - 2022-02-22
Can be disabled with the experimentalPathCheck
option.
- Autocomplete for path programmatic navigation
- Support
NuxtLink
,useRouter
,navigateTo
anduseLocalePath
- Support query params and hashs
- Throw an error if the path doesn't match any defined routes pattern
This feature is still experimental and has to be well tested on more apps.
- Display nuxt-typed-router docs from devtools
Get autocompletion et type check for redirect
, validate
and key
- Fixed tsconfig augmentation when used with other modules
- Removed routes generated by
@nuxtjs/i18n
from autocomplete - Support
prefix_and_default
strategy localePath
will only validate and autocomplete default routes
- Reworked
routeNames
object params to better matchpages
folder structure
[2.3.1] - 2022-02-03
- fix: support all i18n module declarations (#48)
[2.3.0] - 2022-02-01
- Autocomplete routes and locales on
useLocalePath
anduseLocaleRoute
. - Zero config!
- Generate correct routes names for prefixed routes
- Added
strict
option to prevent passing string paths - Customizable behaviours for
<NuxtLink/>
androuter
- Small options refacto
- Updated docs