Releases: nuxt-community/router-module
Releases · nuxt-community/router-module
v1.7.0
What's Changed
- feat(createRouter): Add the store parameter to the customCreateRouter function by @loick in #105
- chore(deps): update codecov/codecov-action action to v2 by @renovate in #109
- chore(deps): update dependency defu to v5 by @renovate in #102
New Contributors
Full Changelog: v1.6.1...v1.7.0
v1.6.1
1.6.1 (2021-03-15)
Bug Fixes
v1.6.0
1.6.0 (2021-03-12)
Features
v1.5.1
1.5.1 (2021-02-18)
Bug Fixes
- keepDefaultRouter option broken in nuxt 2.15 (#92) (fb16c31)
v1.5.0
1.5.0 (2019-08-21)
Features
v1.4.0
1.4.0 (2019-07-26)
Build System
- deps: bump handlebars from 4.1.0 to 4.1.2 (63e5cb7)
- deps: bump js-yaml from 3.12.1 to 3.13.1 (b68dad9)
- deps: bump lodash.template from 4.4.0 to 4.5.0 (#52) (5dd8c08)
- deps: bump webpack-bundle-analyzer from 3.0.4 to 3.3.2 (eac68fd)
Features
- support
router-module
in nuxt.config
(3e9ecdd)
- logger: separate consola into logger file (2ff54ff)
Tests
v1.3.2
1.3.2 (2019-02-15)
Bug Fixes
- paths: support for windows (0314e9c)
v1.3.1
1.3.1 (2019-02-15)
Bug Fixes
- paths: support for windows paths (e1817ba)
v1.3.0
Features
- Import router on plugin, inject defaultRouter if enabled (ec998ad)
Bug Fixes
- Add hook
build:before
when disabled keepDefaultRouter
(58109e4)
- ESLint works on router file