All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.0.8 (2021-02-11)
3.0.7 (2020-12-23)
3.0.6 (2020-12-02)
3.0.5 (2020-10-16)
3.0.4 (2020-10-09)
- update
schema-utils
3.0.3 (2020-09-22)
- remove unnecessary webpack sourceURL (#289) (eef2757)
- compatibility with eval source maps (#286) (0d4624c)
3.0.2 (2020-08-22)
3.0.1 (2020-08-05)
- compatibility with webpack@5 cache (#279) (ee519b1)
- interpolation
[name]for thefilenameoption (#277) (5efa77a)
3.0.0 (2020-08-01)
- minimum supported Node.js version is
10.13 - minimum supported webpack version is
4 - the
nameoption was renamed to thefilenameoption - switch on ES module syntax by default, use the
esModuleoption if you need backward compatibility with Common JS modules - the
fallbackoption was removed in favor theinlineoption, theinlineoption accepts onlyfallbackandno-fallbackvalues - the
publicPathoption default value based onoutput.publicPath - the
filenameoption default value based onoutput.filename
- added the
workeroption (replaces #178) (#247) (f03498d) - added the
chunkFilenameoption, default value based onoutput.chunkFilename(905ed7b) - added the
esModuleoption - allow to use any web worker constructor and options for constructor
- the
publicPathoption can beFunction - the
filename(previouslyname) option can beFunction
- support
WASM(152634c) - respect
externals(#264) (1e761ed) - memory leak for inline web workers (#252) (f729e34)
- source maps when
inlineusing without fallback (#269) (5047abb) - the
publicPathoptions works fine with async web workers chunks - compatibility with webpack@5 (#259) (e0d9887)
- always use
selfas global object - compatibility with
webpack-dev-server - increase performance
2.0.0 (2018-05-27)
- refactor(index): remove
Tapable.applycalls (#121) - docs: use ES6 import in TypeScript README example (#140) …
- docs(README): add note about omitted hashes (
options.name) (#131) - fix(package): homepage URL typo (#130)
Drops support for Webpack versions < 3.0.0
1.1.1 (2018-02-25)
1.1.0 (2017-10-24)
1.0.0 (2017-09-25)
- add
optionsvalidation (schema-utils) (#78) (5e2f5e6) - support loading node core modules (#76) (edcda35)
- loader-utils upgrade to > 1.0 is not backwards compatible with previous versions