All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
5.3.4 (2024-03-20)
5.3.3 (2022-05-18)
5.3.2 (2022-05-17)
5.3.1 (2022-02-01)
5.3.0 (2021-12-16)
5.2.2 (2021-11-17)
- update
schema-utilspackage to4.0.0version
5.2.1 (2021-09-25)
- internal release, no visible changes and features
5.2.0 (2021-09-24)
5.1.0 (2021-09-09)
- don't read full file if
Rangeheader is present (e8b21f0) - output more information on errors (#1024) (7df9e44)
5.0.0 (2021-06-02)
4.3.0 (2021-05-19)
4.2.0 (2021-05-10)
4.1.0 (2021-01-15)
- added the
statsoption (376cdba)
4.0.4 (2021-01-13)
4.0.3 (2021-01-12)
- output
statstostdoutinsteadstderr, how doeswebpack-cli, if you need hidestatsfrom output please use{ stats: false }or{ stats: 'none' }(4de0f97) - colors are working for
stats(4de0f97) - schema description (#783) (f9ce2b2)
- skip
Content-type headeron unknown types (#809) (5c9eee5)
4.0.2 (2020-11-10)
4.0.1 (2020-11-09)
- compatibility with
connect(b83a1db)
4.0.0 (2020-10-28)
- export in CommonJS format
- compatibility with new webpack@5 API (#737) (f6054a0)
- handle the
autovalue of thepublicPathoption (9b4c5ec) - support webpack@5 (#702) (9ccc327)
4.0.0-rc.3 (2020-07-14)
- internal improvements
4.0.0-rc.2 (2020-06-30)
4.0.0-rc.1 (2020-02-20)
4.0.0-rc.0 (2020-02-19)
- respect
output.pathandoutput.publicPathoptions from the configuration - respect the
statsoption from the configuration - respect the
watchOptionsoption from the configuration - the
writeToDiskoption now correctly works in multi-compiler mode - the
outputFileSystemoption now correctly works in multi-compiler mode - respect
[hash]/[fullhash]inoutput.pathandoutput.publicPath - handle exceptions for filesystem operations
- the
Content-Typeheader doesn't havecharset=utf-8value for custom MIME types and MIME types which can be nonutf-8
- validate options
- migrate on the
webpacklogger - migrate on the
memfspackage - improve performance
- minimum supported Node.js version is
10.13.0 - the default value of the option
publicPathis taken from the value of theoutput.publicPathoption from the configuration (webpack.config.js) - the
statsoption was removed, the default value of thestatsoption is taken from the value of thestatsoption from the configuration (webpack.config.js) - the
watchOptionswas removed, the default value of thewatchOptionsoption is taken from the value of thewatchOptionsoption from the configuration (webpack.config.js) - the
Content-Typeheader doesn't havecharset=utf-8value for custom MIME types and MIME types which can be nonutf-8 - the
fsoption was renamed to theoutputFileSystemoption - the
lazyoption was removed without replacement - the
logger,logLevelandlogTimeoptions were removed without replacement. You can setup thelevelvalue using{ infrastructureLogging: { level: 'warn' } }, please read https://webpack.js.org/configuration/other-options/#infrastructurelogging. You can use theinfrastructurelog(infrastructureLoginwebpack@5) hook to customize logs. Thelogproperty in the middleware context was renamed tologger - the
mimeTypesoption first requires you to specify an extension and then a content-type -{ mimeTypes: { phtml: 'text/html' } } - the
forceoption from themimeTypesoption was removed without replacement - the
reporteroption was removed without replacement - the
getFilenameFromUrlmethod was removed from the API - the middleware
localsnow underres.locals.webpack- useres.locals.webpack.statsfor accessstatsandres.locals.webpack.outputFileSystemto accessoutputFileSystem
3.7.2 (2019-09-28)
3.7.1 (2019-09-03)
- directly used mkdirp instead of through Webpack (#436) (dff39a1)
- displayStats only logged (#427) (98deaf4)
- the
writeToFileoption has compatibility with webpack@5 (#459) (5c90e1e)