Releases: webpack/webpack-dev-middleware
Releases · webpack/webpack-dev-middleware
v4.2.0
4.2.0 (2021-05-10)
Features
- allow the
headers
option to accept function (#897) (966afb3)
v4.1.0
4.1.0 (2021-01-15)
Features
v4.0.4
4.0.4 (2021-01-13)
Bug Fixes
v4.0.3
4.0.3 (2021-01-12)
Bug Fixes
- output
stats
to stdout
instead stderr
, how does webpack-cli
, if you need hide stats
from output please use { stats: false }
or { stats: 'none' }
(4de0f97)
- colors are working for
stats
(4de0f97)
- schema description (#783) (f9ce2b2)
- skip
Content-type header
on unknown types (#809) (5c9eee5)
v3.7.3
3.7.3 (2020-12-15)
Bug Fixes
v4.0.2
4.0.2 (2020-11-10)
Bug Fixes
v4.0.1
4.0.1 (2020-11-09)
Bug Fixes
- compatibility with
connect
(b83a1db)
v4.0.0
4.0.0 (2020-10-28)
⚠ BREAKING CHANGES
- export in CommonJS format
Bug Fixes
- compatibility with new webpack@5 API (#737) (f6054a0)
- handle the
auto
value of the publicPath
option (9b4c5ec)
- support webpack@5 (#702) (9ccc327)