Skip to content

Releases: nuxt-community/router-module

v1.7.0

17 Dec 10:51
Compare
Choose a tag to compare

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

15 Mar 13:16
Compare
Choose a tag to compare

1.6.1 (2021-03-15)

Bug Fixes

v1.6.0

12 Mar 15:19
Compare
Choose a tag to compare

1.6.0 (2021-03-12)

Features

v1.5.1

18 Feb 15:23
Compare
Choose a tag to compare

1.5.1 (2021-02-18)

Bug Fixes

  • keepDefaultRouter option broken in nuxt 2.15 (#92) (fb16c31)

v1.5.0

18 Feb 15:11
Compare
Choose a tag to compare

1.5.0 (2019-08-21)

Features

v1.4.0

18 Feb 15:12
Compare
Choose a tag to compare

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

18 Feb 15:13
Compare
Choose a tag to compare

1.3.2 (2019-02-15)

Bug Fixes

  • paths: support for windows (0314e9c)

v1.3.1

18 Feb 15:12
Compare
Choose a tag to compare

1.3.1 (2019-02-15)

Bug Fixes

  • paths: support for windows paths (e1817ba)

v1.3.0

13 Feb 14:10
Compare
Choose a tag to compare

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

v1.2.1

11 Feb 19:54
Compare
Choose a tag to compare

Bug Fixes

  • Remove hook build:before