Releases: webpack/webpack-dev-middleware
Releases · webpack/webpack-dev-middleware
v3.1.1
v3.1.0
v3.0.0
Updates
- Webpack 4 (#267)
- remove watchOffset option in favor of time-fix-plugin
Breaking Changes
- Introduces full support for webpack v4 and removes support for lesser versions.
- The
watchOffsetoption has been removed and the README has been updated with alternative means of accomplishing the same result for this module and webpack v4. middleware.webpacknow returns aPromisethat should be handled with.thenwhen needing to perform other actions, like adding additional middleware.
v2.0.2
Updates
- Implemented
webpack-log, removed dependencies related to the previous logging implementation.
v2.0.1
Publish to correct package.json.
v2.0.0
This major release introduces a comprehensive refactor of the codebase and move to leverage more ES6 as supported by Node 6+. It also introduced a number of breaking changes, as outlined below.
Node Version Support
webpack-dev-middleware version 2 and higher will only support Node 6.x and higher. Active
LTS for Node 4.x ended October 31st, 2017 and entered maintenance on that date.
Likewise, the version 1.x branch of webpack-dev-middleware will enter maintenance on
that date.
Informative Changes
- logging is now handled by
log-leveland follows the same patterns as
webpack-dev-server.
Breaking Changes
watchDelayoption was previous deprecated and has now been removed.reportTimeoption renamed tologTimenoInfooption removed in favor of setting alogLevelhigher than'info'quietoption removed in favor oflogLevel: 'silent'reportersignature changed toreporter(middlewareOptions, reporterOptions)
v1.12.2
v1.12.1
v1.12.0
Updates
- Test updates for Node 8 and Sinon
Features
- Added optional time output for logging
Bugfixes
- Stop serving index.html if options.index is falsy
- Use querystring.unescape to fallback to safer equivalent that does not throw on malformed URIs
v1.11.0
Updates
- Webpack@3 Support
- Koa@2 Support
Features
- add
mimeTypesoption
Bugfixes
- Use options.log, warn and error for messages
- serverSideRendering example corrected
- added support for multi-compiler configuration