All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.7.0 (2021-12-17)
1.6.1 (2021-03-15)
1.6.0 (2021-03-12)
1.5.1 (2021-02-18)
1.5.0 (2019-08-21)
1.4.0 (2019-07-26)
- 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)
1.3.2 (2019-02-15)
- paths: support for windows (0314e9c)
1.3.1 (2019-02-15)
- paths: support for windows paths (e1817ba)
1.3.0 (2019-02-13)
- module: add hook
build:before
when disabledkeepDefaultRouter
(58109e4)
- module: import router on plugin, inject defaultRouter if enabled (ec998ad)
1.2.1 (2019-02-11)
- 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 ofthrow
when router file not found (ed63475) - plugin: removed, no need (ea3edfe)
- use a try catch to set defaultRouter (d11dc18)
- module: reduce complebility (1ef401f)