All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
3.1.1 (2018-03-06)
3.1.0 (2018-03-04)
- support webpack v4 (01a238e)
3.0.0 (2018-02-03)
- allow invalidating a compilation in watch mode (7c68c41)
.watch
no longer returns the compiler and now returns a function that, when called, will stop an ongoing compilation and start a new one. It also emits theinvalidate
event.
2.0.1 (2018-01-14)
2.0.0 (2017-12-18)
- 100% api compatibility with webpack-sane-compiler (7ff8e9d)
- several API breaking changes, please check the documentation
1.1.4 (2017-11-16)
- fix separator char on windows (06d8314)