# Change Log

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="3.3.2"></a>
## [3.3.2](https://github.com/moxystudio/webpack-sane-compiler-reporter/compare/v3.3.1...v3.3.2) (2018-03-04)


### Bug Fixes

* turn off some stats options made on by default in webpack 4 ([a465d39](https://github.com/moxystudio/webpack-sane-compiler-reporter/commit/a465d39))



<a name="3.3.1"></a>
## [3.3.1](https://github.com/moxystudio/webpack-sane-compiler-reporter/compare/v3.3.0...v3.3.1) (2018-03-04)



<a name="3.3.0"></a>
# [3.3.0](https://github.com/moxystudio/webpack-sane-compiler-reporter/compare/v3.2.2...v3.3.0) (2018-02-03)


### Features

* add support for invalidate event ([a90fa12](https://github.com/moxystudio/webpack-sane-compiler-reporter/commit/a90fa12))



<a name="3.2.2"></a>
## [3.2.2](https://github.com/moxystudio/webpack-sane-compiler-reporter/compare/v3.2.1...v3.2.2) (2017-12-21)


### Bug Fixes

* fix missing indent-string dependency ([0fe0b0d](https://github.com/moxystudio/webpack-sane-compiler-reporter/commit/0fe0b0d))



<a name="3.2.1"></a>
## [3.2.1](https://github.com/moxystudio/webpack-sane-compiler-reporter/compare/v3.2.0...v3.2.1) (2017-12-20)



<a name="3.2.0"></a>
# [3.2.0](https://github.com/moxystudio/webpack-sane-compiler-reporter/compare/v3.1.0...v3.2.0) (2017-12-20)


### Features

* export the symbols that precede messages ([#10](https://github.com/moxystudio/webpack-sane-compiler-reporter/issues/10)) ([57a3f02](https://github.com/moxystudio/webpack-sane-compiler-reporter/commit/57a3f02))



<a name="3.1.0"></a>
# [3.1.0](https://github.com/moxystudio/webpack-sane-compiler-reporter/compare/v3.0.2...v3.1.0) (2017-12-18)


### Features

* render the error from the stats if present ([#8](https://github.com/moxystudio/webpack-sane-compiler-reporter/issues/8)) ([f26829a](https://github.com/moxystudio/webpack-sane-compiler-reporter/commit/f26829a))



<a name="3.0.2"></a>
## [3.0.2](https://github.com/moxystudio/webpack-sane-compiler-reporter/compare/v3.0.1...v3.0.2) (2017-12-18)



<a name="3.0.1"></a>
## [3.0.1](https://github.com/moxystudio/webpack-sane-compiler-reporter/compare/v3.0.0...v3.0.1) (2017-12-17)


### Bug Fixes

* do not print 0 duration if not passed ([f10a5b1](https://github.com/moxystudio/webpack-sane-compiler-reporter/commit/f10a5b1))



<a name="3.0.0"></a>
# [3.0.0](https://github.com/moxystudio/webpack-sane-compiler-reporter/compare/v2.0.0...v3.0.0) (2017-12-16)


### Features

* indent stats and error ([ce3505e](https://github.com/moxystudio/webpack-sane-compiler-reporter/commit/ce3505e))
* pass stats and err to print success and print failure respectively ([bc2409b](https://github.com/moxystudio/webpack-sane-compiler-reporter/commit/bc2409b))


### BREAKING CHANGES

* the printers signature is different



<a name="2.0.0"></a>
# [2.0.0](https://github.com/moxystudio/webpack-sane-compiler-reporter/compare/v1.0.0...v2.0.0) (2017-12-15)


### Features

* expose the internal compiler options ([9c0fd7c](https://github.com/moxystudio/webpack-sane-compiler-reporter/commit/9c0fd7c))


### BREAKING CHANGES

* the return of the startReporting is now an object



<a name="1.0.0"></a>
# [1.0.0](https://github.com/moxystudio/webpack-sane-compiler-reporter/compare/v0.2.0...v1.0.0) (2017-12-15)



<a name="0.2.0"></a>
# 0.2.0 (2017-12-15)


### Features

* initial implementation ([6189263](https://github.com/moxystudio/webpack-sane-compiler-reporter/commit/6189263))
