UNPKG

1.43 kBMarkdownView Raw
1# 2.0.1
2
3* Replaced javascript-natural-sort with alphanum-sort (thanks to @TrySound).
4
5# 2.0.0
6
7* Upgraded to PostCSS 5.
8* At-rule parameter minification was extracted out of this module into
9 postcss-minify-params (thanks to @TrySound).
10
11# 1.5.0
12
13* Added support for converting pseudo elements with double colon syntax to
14 the single colon syntax.
15
16# 1.4.7
17
18* Further performance improvements by using less postcss-selector-parser
19 iterations.
20
21# 1.4.6
22
23* Bump normalize-selector to `0.2.0`, decreases overall package weight.
24* Speed up node iteration by calling `eachInside` once rather than twice.
25
26# 1.4.5
27
28* Update normalize-selector to cut down package weight.
29
30# 1.4.4
31
32* Fixed an integration issue with postcss-font-magician.
33
34# 1.4.3
35
36* Fixed an issue where `.from` was transformed to `0%`.
37
38# 1.4.2
39
40* Bump dependencies.
41* Fixes for PostCSS plugin guidelines.
42
43# 1.4.1
44
45* Fixes incorrect deduplication of pseudo selector rules.
46
47# 1.4.0
48
49* Update to postcss-selector-parser to greatly improve parsing logic.
50
51# 1.3.1
52
53* Fixes a crash when nothing was passed to `node-balanced`.
54
55# 1.3.0
56
57* Now uses the PostCSS `4.1` plugin API.
58
59# 1.2.1
60
61* Passes original test case in issue 1.
62
63# 1.2.0
64
65* Does not touch quoted values in attribute selectors.
66* No longer will mangle values such as `2100%` in keyframes.
67
68# 1.1.0
69
70* Now minifies `from` to `0%` and `100%` to `to` in keyframe declarations.
71
72# 1.0.0
73
74* Initial release.