Skip to content

Releases: webpack/webpack-dev-middleware

v4.2.0

10 May 14:41
Compare
Choose a tag to compare

4.2.0 (2021-05-10)

Features

  • allow the headers option to accept function (#897) (966afb3)

v4.1.0

15 Jan 14:25
Compare
Choose a tag to compare

4.1.0 (2021-01-15)

Features

v4.0.4

13 Jan 12:25
Compare
Choose a tag to compare

4.0.4 (2021-01-13)

Bug Fixes

v4.0.3

12 Jan 18:53
Compare
Choose a tag to compare

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

15 Dec 13:41
Compare
Choose a tag to compare

3.7.3 (2020-12-15)

Bug Fixes

v4.0.2

10 Nov 12:18
Compare
Choose a tag to compare

4.0.2 (2020-11-10)

Bug Fixes

  • compatibility with the headers option (#763) (7c4cac5)

v4.0.1

09 Nov 20:16
Compare
Choose a tag to compare

4.0.1 (2020-11-09)

Bug Fixes

  • compatibility with connect (b83a1db)

v4.0.0

28 Oct 14:44
Compare
Choose a tag to compare

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)

v4.0.0-rc.3

14 Jul 17:01
Compare
Choose a tag to compare

4.0.0-rc.3 (2020-07-14)

  • internal improvements

v4.0.0-rc.2

30 Jun 15:28
Compare
Choose a tag to compare

4.0.0-rc.2 (2020-06-30)

Bug Fixes

  • prefer mime type option over built-in (#670) (7fa2c15)