# 4.0.1 (November 14, 2019)

* Fix error handling

# 4.0.0 (November 14, 2019)

* Update CSSO to [^4.0.0](https://github.com/css/csso/releases/tag/v4.0.0)
* Plugin never produce a parse error, but drops bad parts of CSS instead
* Drop support for Node.js < 8

# 3.0.1

* Drop dependency on deprecated `gulp-util` (#30, thanks to @TheDancingCode)

# 3.0.0

* Update CSSO to [3.0.0](https://github.com/css/csso/releases/tag/v3.0.0) (thanks to @lahmatiy).

# 2.0.0

* Update CSSO to [2.0.0](https://github.com/css/csso/releases/tag/v2.0.0) (thanks to @lahmatiy).

# 1.1.0

* Adds source map support, options object support (thanks to @lahmatiy).

# 1.0.1

* Bump CSSO to [1.4.0](https://github.com/css/csso/releases/tag/v1.4.0) (thanks to @lahmatiy).

# 1.0.0

* Breaking change: streams are no longer supported.

# 0.2.9

* Update bufferstreams dependency (thanks to @contra).

# 0.2.8

* Update documentation.

# 0.2.7

* Use SVG badges for documentation (thanks to @sahat).

# 0.2.6

* Bump dependencies.

# 0.2.5

* Bump CSSO to 1.3.11.

# 0.2.4

* Use new with gulp-util PluginError.

# 0.2.3

* Update documentation.
* Make gulp-util a runtime dependency instead of a development dependency.

# 0.2.2

* Removes map-stream dependency.

# 0.2.1

* Update code style.

# 0.2.0

* Adds streaming support.

# 0.1.8

* Update map-stream dependency.

# 0.1.7

* Update development configuration.

# 0.1.6

* Update documentation.

# 0.1.5

* Update development configuration.

# 0.1.4

* Update from event-stream to map-stream, cuts package weight.

# 0.1.3

* Update code style.

# 0.1.2

* Update documentation.

# 0.1.1

* Now returns a Buffer rather than a string.

# 0.1.0

* Initial release.
