Skip to content

Latest commit

 

History

History
119 lines (58 loc) · 5.24 KB

CHANGELOG.md

File metadata and controls

119 lines (58 loc) · 5.24 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.7.0 (2021-12-17)

Features

  • createRouter: Add the store parameter to the customCreateRouter function (#105) (d068f6e)

1.6.1 (2021-03-15)

Bug Fixes

1.6.0 (2021-03-12)

Features

1.5.1 (2021-02-18)

Bug Fixes

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

1.5.0 (2019-08-21)

Features

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

1.3.2 (2019-02-15)

Bug Fixes

  • paths: support for windows (0314e9c)

1.3.1 (2019-02-15)

Bug Fixes

  • paths: support for windows paths (e1817ba)

1.3.0 (2019-02-13)

Bug Fixes

  • module: add hook build:before when disabled keepDefaultRouter (58109e4)

Features

  • module: import router on plugin, inject defaultRouter if enabled (ec998ad)

1.2.1 (2019-02-11)

Bug Fixes

  • deps: update babel (38ac59f)
  • module: remove hook (9625b91)
  • module: return on disable keepDefaultRouter (7374c65)
  • module: run in build:before hook (b4b7e2f)
  • module: simplify require modules (6ee58ee)
  • module: use consola instead of throw when router file not found (ed63475)
  • plugin: removed, no need (ea3edfe)
  • use a try catch to set defaultRouter (d11dc18)

Performance Improvements

  • module: reduce complebility (1ef401f)