- Add a nice error message when
output.pathin 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).
- Fix exception thrown when using webpack array config (#125).
- 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
Rangeheader, the status code would not always be correct (cedc09f). - Middleware would not work with a proxy (#80).
- Add
indexoption (default:index.html) to customize the file used as index for a directory (#123).
- Add
reporteroption for custom logs (#91). - Add
serverSideRenderoption to help support server-side rendering (#118). - Set
statusCodeto 200 for served files (#94). - Fix
waitUntilValidcallback always being called immediately when using MultiCompiler (#100). - Fix range support not working (#116).
- Only use middleware for GET requests (#96).