# Changelog All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. ### [1.1.1](https://github.com/nuxt-community/router-extras-module/compare/v1.1.0...v1.1.1) (2020-11-22) ### Bug Fixes * **alias:** ability to redefine alias name ([2621638](https://github.com/nuxt-community/router-extras-module/commit/2621638019555de6df8aed3610704a62199e1649)) * **extend-route:** insert custom routes before unknown routes ([#123](https://github.com/nuxt-community/router-extras-module/issues/123)) ([4494f55](https://github.com/nuxt-community/router-extras-module/commit/4494f551750b308f3ff1d47bf54c41c5e79ab343)) ## [1.1.0](https://github.com/nuxt-community/router-extras-module/compare/v1.0.0...v1.1.0) (2020-03-12) ### Features * added support for named views ([#84](https://github.com/nuxt-community/router-extras-module/issues/84)) ([2714823](https://github.com/nuxt-community/router-extras-module/commit/27148239ca6cc6004d43ad978e17aae0bc8cb181)) ## [1.0.0](https://github.com/nuxt-community/router-extras-module/compare/v0.1.1...v1.0.0) (2019-08-16) ### Bug Fixes * add router valid extras ([ab3c4e5](https://github.com/nuxt-community/router-extras-module/commit/ab3c4e5)) * typo ([288093e](https://github.com/nuxt-community/router-extras-module/commit/288093e)), closes [#50](https://github.com/nuxt-community/router-extras-module/issues/50) ### Features * support multiple languages ([9cb845e](https://github.com/nuxt-community/router-extras-module/commit/9cb845e)) * support multiple languages ([#61](https://github.com/nuxt-community/router-extras-module/issues/61)) ([cf0e448](https://github.com/nuxt-community/router-extras-module/commit/cf0e448)) ### [0.1.1](https://github.com/nuxt-community/router-extras-module/compare/v0.1.0...v0.1.1) (2019-07-17) ### Bug Fixes * lint ([ff1de08](https://github.com/nuxt-community/router-extras-module/commit/ff1de08)) * multiple loaders configured e.g. vuetify-loader ([#44](https://github.com/nuxt-community/router-extras-module/issues/44)) ([33d0795](https://github.com/nuxt-community/router-extras-module/commit/33d0795)) # [0.1.0](https://github.com/nuxt-community/router-extras-module/compare/v0.1.0-beta.0...v0.1.0) (2019-04-04) ### Bug Fixes * **alias:** process object aliases before simple alises ([ef3f1a2](https://github.com/nuxt-community/router-extras-module/commit/ef3f1a2)) * **extract-block:** change regex to prevent mismatch [[#5](https://github.com/nuxt-community/router-extras-module/issues/5)] ([d3f3c30](https://github.com/nuxt-community/router-extras-module/commit/d3f3c30)) ### Features * **alias:** capability to specify extras for alias ([79ffaef](https://github.com/nuxt-community/router-extras-module/commit/79ffaef)) * support name prop ([#13](https://github.com/nuxt-community/router-extras-module/issues/13)) ([15e38eb](https://github.com/nuxt-community/router-extras-module/commit/15e38eb)) # [0.1.0-beta.0](https://github.com/nuxt-community/router-extras-module/compare/v0.0.3...v0.1.0-beta.0) (2019-03-01) ### Bug Fixes * **extendRoutes:** pass module options ([28544e6](https://github.com/nuxt-community/router-extras-module/commit/28544e6)) * **file-watcher:** create specific watcher for module ([a9c1e71](https://github.com/nuxt-community/router-extras-module/commit/a9c1e71)) * **file-watcher:** module specific file watcher ([e74832d](https://github.com/nuxt-community/router-extras-module/commit/e74832d)) * **watcher:** remvoe for loop because callback trigger for single file ([bc5d64c](https://github.com/nuxt-community/router-extras-module/commit/bc5d64c)) ### Features * **nested-routes:** support Nuxt nested routes[[#2](https://github.com/nuxt-community/router-extras-module/issues/2)] ([bda2e49](https://github.com/nuxt-community/router-extras-module/commit/bda2e49)) * **routerNativeAlias:** use vue-router alias ([ca8346b](https://github.com/nuxt-community/router-extras-module/commit/ca8346b)) ### BREAKING CHANGES * **routerNativeAlias:** Nuxt.js@^2.0.0 support vue-router alias, so there is no need to duplicate routes to create an alias, this option still exists to support legacy versions ## [0.0.3](https://github.com/nuxt-community/router-extras-module/compare/v0.0.2...v0.0.3) (2018-10-01) ## 0.0.1 (2018-08-27)