Skip to content

Latest commit

 

History

History
61 lines (26 loc) · 1.78 KB

CHANGELOG.md

File metadata and controls

61 lines (26 loc) · 1.78 KB

Change Log

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)

Features

3.0.0 (2018-02-03)

Features

  • allow invalidating a compilation in watch mode (7c68c41)

BREAKING CHANGES

  • .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 the invalidate event.

2.0.1 (2018-01-14)

2.0.0 (2017-12-18)

Chores

  • 100% api compatibility with webpack-sane-compiler (7ff8e9d)

BREAKING CHANGES

  • several API breaking changes, please check the documentation

1.1.4 (2017-11-16)

Bug Fixes

  • fix separator char on windows (06d8314)