UNPKG

2.35 kBMarkdownView Raw
1## 1.3.3
2* Remove `postcss-loader-before-processing` warning (by Michael Ciniawsky).
3
4## 1.3.2
5* Fix deprecated warning (by Xiaoyu Zhai).
6
7## 1.3.1
8* Fix conflict with CLI `--config` argument (by EGOIST).
9
10## 1.3
11* Allow object in syntax options, not only path for require (by Jeff Escalante).
12
13## 1.2.2
14* Watch `postcss.config.js` for changes (by Michael Ciniawsky).
15
16## 1.2.1
17* Fix relative `config` parameter resolving (by Simen Bekkhus).
18
19## 1.2
20* Add `config` parameter (by sainthkh).
21
22## 1.1.1
23* Fix `this` in options function (by Jeff Escalante).
24
25## 1.1
26* PostCSS common config could be placed to subdirs.
27* Add webpack instance to PostCSS common config context.
28
29## 1.0
30* Add common PostCSS config support (by Mateusz Derks).
31* Add Webpack 2 support with `plugins` query option (by Izaak Schroeder).
32* Add `dependency` message support.
33* Rewrite docs (by Michael Ciniawsky).
34
35## 0.13
36* Add `exec` parameter (by Neal Granger).
37
38## 0.12
39* Add CSS syntax highlight to syntax error code frame.
40
41## 0.11.1
42* Fix Promise API (by Daniel Haus).
43
44## 0.11
45* Add `postcss-loader-before-processing` webpack event (by Jan Nicklas).
46
47## 0.10.1
48* Better syntax error message (by Andrey Popp).
49
50## 0.10.0
51* Add `sourceMap` parameter to force inline maps (by 雪狼).
52
53## 0.9.1
54* Fix plugin in simple array config.
55
56## 0.9
57* Allow to pass syntax, parser or stringifier as function (by Jeff Escalante).
58
59## 0.8.2
60* Fix source map support (by Andrew Bradley).
61
62## 0.8.1
63* Fix resource path.
64
65## 0.8
66* Add postcss-js support (by Simon Degraeve).
67
68## 0.7
69* Added argument with webpack instance to plugins callback (by Maxime Thirouin).
70
71## 0.6
72* Use PostCSS 5.0.
73* Remove `safe` parameter. Use Safe Parser.
74* Add `syntax`, `parser` and `stringifier` parameters.
75
76## 0.5.1
77* Fix string source map support (by Jan Nicklas).
78
79## 0.5.0
80* Set plugins by function for hot reload support (by Stefano Brilli).
81
82## 0.4.4
83* Fix error on empty PostCSS config.
84
85## 0.4.3
86* Better check for `CssSyntaxError`.
87
88## 0.4.2
89* Fixed invalid sourcemap exception (by Richard Willis).
90
91## 0.4.1
92* Use only Promise API to catch PostCSS errors.
93
94## 0.4
95* Add PostCSS asynchronous API support.
96* Fix source map support (by Richard Willis).
97* Add warnings API support.
98* Better output for CSS syntax errors.
99
100## 0.3
101* Use PostCSS 4.0.
102
103## 0.2
104* Use PostCSS 3.0.
105
106## 0.1
107* Initial release.