UNPKG

1.11 kBMarkdownView Raw
1# Change Log
2This project adheres to [Semantic Versioning](http://semver.org/).
3
4## 2.1.2
5* Fix replacing multiple `&`.
6
7## 2.1.1
8* Fix `:not(&)` support.
9
10## 2.1
11* Add `preserveEmpty` option (by Federico Zivolo).
12
13## 2.0.4
14* Fix finding `&` in some selectors (by Stepan Mikhaylyuk).
15
16## 2.0.3
17* Doesn’t replace `&` inside string (by Paul Kiddle).
18
19## 2.0.2
20* Fix comments moving regression.
21
22## 2.0.1
23* Fix rules order regression (by Dmitry Vibe).
24
25## 2.0
26* Use PostCSS 6 API.
27
28## 1.0.1
29* Clean up npm package.
30
31## 1.0
32* Use PostCSS 5.0 API.
33* Do not add spaces to selector in compressed CSS.
34* Move nodes with its comment above.
35
36## 0.3.2
37* Fix `@supports` at-rule support (by Ben Briggs).
38
39## 0.3.1
40* Pass PostCSS Plugin Guidelines.
41
42## 0.3
43* Do not unwrap custom at-rules.
44* Add `bubble` option to unwrap some custom at-rules.
45* Support PostCSS 4.1 API.
46* Fix last semicolon after unwrapping.
47
48## 0.2.2
49* Module returns function to have common PostCSS API.
50
51## 0.2.1
52* Add comma support to selectors unwrap.
53
54## 0.2
55* Use PostCSS 4.0.
56* Fix indent, when move rules to other parent.
57
58## 0.1
59* Initial release.