9.4 KiB
9.4 KiB
Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.1 (2018-12-20)
Bug Fixes
3.0.0 (2018-12-20)
Code Refactoring
Features
resourcePath
is now available inoutputPath
andpublicPath
(#304) (0d66e64)context
is now available inoutputPath
andpublicPath
(#305) (d5eb823)
BREAKING CHANGES
- removed the
useRelativePath
option. It is dangerously and break url when you use multiple entry points. - drop support for webpack < 4
2.0.0 (2018-08-21)
Code Refactoring
BREAKING CHANGES
- defaults: Enforces
engines
of"node": ">=6.9.0 < 7.0.0 || >= 8.9.0"
1.1.11 (2018-03-01)
Reverts
1.1.10 (2018-02-26)
Bug Fixes
1.1.9 (2018-02-21)
Bug Fixes
- index: handle protocol URL's correctly (
options.publicPath
) (#253) (54fa5a3) - index: use
path.posix
for platform consistency (#254) (2afe0af)
1.1.8 (2018-02-20)
Bug Fixes
- index:
context
takes precedence overissuer.context
(options.useRelativePath
) (3b071f5) - index: don't append
outputPath
to the originalurl
(options.outputPath
{Function}
) (4c1ccaa) - index: normalize and concat paths via
path.join()
(26e47ca)
1.1.7 (2018-02-19)
Bug Fixes
1.1.6 (2017-12-16)
Bug Fixes
1.1.5 (2017-10-05)
Bug Fixes
1.1.4 (2017-09-30)
Bug Fixes
1.1.3 (2017-09-30)
1.1.2 (2017-09-30)
Bug Fixes
1.1.1 (2017-09-30)
Bug Fixes
1.1.0 (2017-09-29)
Features
1.0.0 (2017-07-26)
Bug Fixes
Code Refactoring
BREAKING CHANGES
- Enforces Webpack standard NodeJS engines range.
at the time of merge
>= 4.3 < 5.0.0 || >= 5.10
.
1.0.0-rc.0 (2017-07-26)
Bug Fixes
1.0.0-beta.1 (2017-06-09)
Code Refactoring
1.0.0-beta.0 (2017-06-07)
Code Refactoring
BREAKING CHANGES
- Enforces Webpack standard NodeJS engines range.
at the time of merge
>= 4.3 < 5.0.0 || >= 5.10
.
0.11.2 (2017-06-05)
Bug Fixes
- index: allow to override publicPath with an empty string (#145) (26ab81a)
- init
publicPath
to undefined (#159) (e4c0b2a)
0.11.1 (2017-04-01)
Bug Fixes
0.11.0 (2017-03-31)
Features
0.10.1 (2017-02-25)
Bug Fixes
0.10.0 (2017-01-28)
Features
- resources: specify custom public file name (6833c70)
Change Log
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.