UNPKG

1.33 kBMarkdownView Raw
1# Change Log
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](http://keepachangelog.com/)
6and this project adheres to [Semantic Versioning](http://semver.org/).
7
8<!-- ## Unreleased -->
9<!-- New PRs should document their changes here. -->
10
11## [2.1.2] - 2018-05-15
12* Update deps for CLI to `npm audit` clean.
13
14## [2.1.1] - 2018-05-02
15* Updated dependencies and type definitions.
16
17## [2.1.0] - 2018-03-07
18* Updated dependencies.
19* Convert to TypeScript.
20
21## [2.0.2] - 2017-10-02
22
23* Enhance `@apply` detector to support the case with parens better
24
25## [2.0.1] - 2017-09-29
26
27* Make sure `@apply` always has a semicolon at the end
28
29## [2.0.0] - 2017-09-11
30
31* Update shady-css-parser to v0.1.0
32* Update dom5 to v2
33* Drop testing of Node 4 and Node5
34* Add testing of Node 8
35* Update devDependencies to latest versions
36
37## [1.2.1] - 2016-11-01
38
39### Fixed
40
41* Improve support for node v6 by updating to command-line-args v3.
42
43## [1.2.0] - 2016-05-25
44
45### Fixed
46* Updated CSS parser to fix several parse bugs. See https://github.com/PolymerLabs/shady-css-parser/releases/tag/v0.0.8
47
48## [1.1.0] - 2016-05-04
49
50### Added
51* Added a gulp stream transformer.
52
53## [1.0.11] - 2016-04-29
54
55### Fixed
56* Updated CSS parser: https://github.com/PolymerLabs/shady-css-parser/releases/tag/v0.0.7