Skip to content

Releases: webpack/webpack-dev-middleware

v1.8.1

30 Oct 14:37
Compare
Choose a tag to compare
  • Fix exception thrown when using webpack array config (#125).

v1.8.0

30 Oct 14:37
Compare
Choose a tag to compare
  • Add tests for everything (#121)!
  • Use valid license for npm (af6243b).
  • Instantiate the in-memory filesystem only once, meaning it can be shared when using multiple middleware instances with one webpack config (#120).
  • When sending requests with a Range header, the status code would not always be correct (cedc09f).
  • Middleware would not work with a proxy (#80).
  • Add index option (default: index.html) to customize the file used as index for a directory (#123).

v1.7.0

30 Oct 14:36
Compare
Choose a tag to compare
  • Add reporter option for custom logs (#91).
  • Add serverSideRender option to help support server-side rendering (#118).
  • Set statusCode to 200 for served files (#94).
  • Fix waitUntilValid callback always being called immediately when using MultiCompiler (#100).
  • Fix range support not working (#116).
  • Only use middleware for GET requests (#96).