# Change Log

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

<!-- ## Unreleased -->
<!-- New PRs should document their changes here. -->

## [2.1.2] - 2018-05-15
* Update deps for CLI to `npm audit` clean.

## [2.1.1] - 2018-05-02
* Updated dependencies and type definitions.

## [2.1.0] - 2018-03-07
* Updated dependencies.
* Convert to TypeScript.

## [2.0.2] - 2017-10-02

* Enhance `@apply` detector to support the case with parens better

## [2.0.1] - 2017-09-29

* Make sure `@apply` always has a semicolon at the end

## [2.0.0] - 2017-09-11

* Update shady-css-parser to v0.1.0
* Update dom5 to v2
* Drop testing of Node 4 and Node5
* Add testing of Node 8
* Update devDependencies to latest versions

## [1.2.1] - 2016-11-01

### Fixed

* Improve support for node v6 by updating to command-line-args v3.

## [1.2.0] - 2016-05-25

### Fixed
* Updated CSS parser to fix several parse bugs. See https://github.com/PolymerLabs/shady-css-parser/releases/tag/v0.0.8

## [1.1.0] - 2016-05-04

### Added
* Added a gulp stream transformer.

## [1.0.11] - 2016-04-29

### Fixed
* Updated CSS parser: https://github.com/PolymerLabs/shady-css-parser/releases/tag/v0.0.7
