Skip to content

Latest commit

 

History

History
100 lines (46 loc) · 4.48 KB

CHANGELOG.md

File metadata and controls

100 lines (46 loc) · 4.48 KB

Changelog

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

1.3.0 (2020-06-12)

Features

  • docs: forked docs updated (b0d8e68)

1.2.0 (2020-06-12)

Features

  • supporting unknown dynamic routes (eafba70)

Bug Fixes

  • watch did not works on Windows (9674c4f)

1.1.0 (2020-03-12)

Features

1.0.0 (2019-08-16)

Bug Fixes

Features

0.1.1 (2019-07-17)

Bug Fixes

0.1.0 (2019-04-04)

Bug Fixes

  • alias: process object aliases before simple alises (ef3f1a2)
  • extract-block: change regex to prevent mismatch [#5] (d3f3c30)

Features

  • alias: capability to specify extras for alias (79ffaef)
  • support name prop (#13) (15e38eb)

0.1.0-beta.0 (2019-03-01)

Bug Fixes

  • extendRoutes: pass module options (28544e6)
  • file-watcher: create specific watcher for module (a9c1e71)
  • file-watcher: module specific file watcher (e74832d)
  • watcher: remvoe for loop because callback trigger for single file (bc5d64c)

Features

  • nested-routes: support Nuxt nested routes[#2] (bda2e49)
  • routerNativeAlias: use vue-router alias (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 (2018-10-01)

0.0.1 (2018-08-27)