Skip to content

Releases: webpack/webpack-dev-middleware

v3.2.0

23 Aug 20:03
Compare
Choose a tag to compare

2018-08-23

Bug Fixes

  • package: 18 security vulnerabilities (#329) (5951de9)

Features

  • middleware: add methods option (options.methods) (#319) (fe6bb86)

v3.1.3

26 Apr 18:34
Compare
Choose a tag to compare

Bugfixes

  • Excluded outputPath from URI escaping to fix #297. (#303)
  • fix: fixes #290 - MultiCompiler exception with writeToDisk (#301)

v3.1.2

26 Apr 18:29
Compare
Choose a tag to compare

Updates

  • refactor: use chalk from webpack-log (#293)

v3.1.1

05 Apr 00:21
Compare
Choose a tag to compare

Bugfixes

  • fix(package): add chalk to peerDeps (#292)

v3.1.0

26 Mar 19:09
Compare
Choose a tag to compare

Bugfixes

  • On windows path spaces should resolve to %20 (#288)
  • fixes #282. credit @cexoso. in certain edge situations res.locals is undefined (d26c67c)

Features

  • Allow Writing Files to Disk (#287)

v3.0.0

28 Feb 22:30
Compare
Choose a tag to compare

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 watchOffset option has been removed and the README has been updated with alternative means of accomplishing the same result for this module and webpack v4.
  • middleware.webpack now returns a Promise that should be handled with .then when needing to perform other actions, like adding additional middleware.

v2.0.2

18 Dec 17:33
Compare
Choose a tag to compare

Updates

  • Implemented webpack-log, removed dependencies related to the previous logging implementation.

v2.0.1

14 Dec 16:58
Compare
Choose a tag to compare

Publish to correct package.json.

v2.0.0

14 Dec 16:33
e9407b7
Compare
Choose a tag to compare

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-level and follows the same patterns as
    webpack-dev-server.

Breaking Changes

  • watchDelay option was previous deprecated and has now been removed.
  • reportTime option renamed to logTime
  • noInfo option removed in favor of setting a logLevel higher than 'info'
  • quiet option removed in favor of logLevel: 'silent'
  • reporter signature changed to reporter(middlewareOptions, reporterOptions)

v1.12.2

27 Nov 14:07
Compare
Choose a tag to compare

Bugfixes

  • serve .wasm files as application/wasm (without charset) (#230)