Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 2.24 KB

File metadata and controls

28 lines (21 loc) · 2.24 KB

1.8.2 (2016-09-23)

  • Add a nice error message when output.path in the webpack config is relative.
  • Expose stats when using the advanced API (#127).
  • Make log & warn functions replaceable (#124).
  • Fix protocol-relative urls with publicPath (#129).

1.8.1 (2016-09-18)

  • Fix exception thrown when using webpack array config (#125).

1.8.0 (2016-09-17)

  • 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).

1.7.0 (2016-09-10)

  • 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).