Skip to content

Releases: webpack/webpack-dev-middleware

v5.1.0

09 Sep 16:13
Compare
Choose a tag to compare

5.1.0 (2021-09-09)

Features

  • don't read full file if Range header is present (e8b21f0)
  • output more information on errors (#1024) (7df9e44)

Bug Fixes

  • reduced package size by removing mem package (#1027) (0d55268)

v5.0.0

02 Jun 13:43
Compare
Choose a tag to compare

5.0.0 (2021-06-02)

⚠ BREAKING CHANGES

  • minimum supported Node.js version is 12.13.0 (#928) (4cffeff)

v4.3.0

19 May 15:19
Compare
Choose a tag to compare

4.3.0 (2021-05-19)

Features

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)