UNPKG

1.08 kBMarkdownView Raw
1# 2.1.7
2
3* Replaced the `has-own` module with `has`.
4
5# 2.1.6
6
7* Fixes an issue where the module would discard at-rules that were defined in
8 `@media` & `@supports` rules as well as the root. As this is legal to do in
9 CSS, the module now checks to see if the candidate rule has the same parent
10 as the cached rule. If it does, the rules are merged.
11
12# 2.1.5
13
14* Now compiled with babel 6.
15
16# 2.1.4
17
18* Fixed a range error which happened when duplicated at rules were found
19 in the stylesheet.
20
21# 2.1.3
22
23* Fixed an infinite loop regression in the last patch.
24
25# 2.1.2
26
27* Fixes a bug where sometimes values would be substituted by JS code.
28
29# 2.1.1
30
31* Updates postcss-value-parser to version 3 (thanks to @TrySound).
32
33# 2.1.0
34
35* Replaced css-list with postcss-value-parser, reduced AST iterations from 4
36 to 1 for increased performance.
37
38# 2.0.0
39
40* Upgraded to PostCSS 5.
41
42# 1.0.2
43
44* Minor boost in performance with reduced stringify passes.
45
46# 1.0.1
47
48* Fixes an issue where duplicated keyframes with the same name would cause
49 an infinite loop.
50
51# 1.0.0
52
53* Initial release.