UNPKG

2.29 kBMarkdownView Raw
1## 3.1.0 - 2015-02-10
2
3* Added:
4 * Less 2.4.0
5 * Stylus 0.50.0
6
7## 3.0.1 - 2015-02-09
8
9* Fixed:
10 * URLs rewriting by adding `to` to PostCSS options
11
12## [3.0.0] - 2015-02-05
13
14* Added:
15 * PostCSS 4.x (and all modules based on it)
16 * Autoprefixer 5.x
17 * Experimental: adding preprocessors (Sass, LESS, Stylus)
18 * Expose Pleeease as a plugin (can be chained in postcss)
19* Fixed:
20 * `browsers` option when many browsers are set
21 * Rebase urls in imported files with `postcss-url`
22* Changed:
23 * Pleeease module no longer contains cli tool, there's now a new [pleeease-cli](https://github.com/iamvdo/pleeease-cli) module
24
25## [2.0.0] - 2014-11-26
26
27* Added:
28 * PostCSS 3.x
29 * Pixrem 1.x
30 * New `browsers` option
31* Changed:
32 * `mqpacker` option set to `false` by default
33
34## 1.1.2 - 2014-09-29
35
36* Fixed:
37 * Pixrem processor call
38
39## 1.1.1 - 2014-08-28
40
41* Fixed:
42 * Update CSS Wring
43 * Update CSS Mqpacker
44
45## [1.1.0] - 2014-08-26
46
47* Added:
48 * Opacity filter for IE8
49* Fixed:
50 * `rem` conversion
51
52## [1.0.0] - 2014-08-25
53
54* Added:
55 * Autoprefixer 3.x
56 * Pleeease.NEXT (mostly cssnext)
57* Changed:
58 * No more "subcategories" for options
59 * Use postcss-import module instead of specific one
60
61## 0.4.4 - 2014-07-24
62
63* Added:
64 * PostCSS 2.x
65* Changed:
66 * Standalone version now made with Browserify 5.x
67
68## 0.4.3 - 2014-07-20
69
70* Fixed:
71 * Fix encoding problem in 0.4.2
72
73## 0.4.2 - 2014-07-17
74
75* Added:
76 * Standalone version available now for each version
77* Changed:
78 * Better sourcemaps integration. Now read prev sourcemaps (from Sass for example)
79
80
81## 0.4.1 - 2014-07-02
82
83* Added:
84 * pleeease-filters postprocessor: converts CSS shorthand filters to SVG equivalent
85
86## 0.4.0 - 2014-06-27
87
88* Added:
89 * PostCSS 1.x and Autoprefixer 2.x
90 * Sourcemaps support
91* Changed:
92 * Better watch command
93 * Options `input` and `output` renamed to `in` and `out`
94 * Improve `@import` (`options.optimizers.import` can now receive a dirname)
95
96## 0.3.0 - 2014-05-19
97* Added:
98 * `@import` processor
99* Changed:
100 * Refactor default options
101
102[1.0.0]: https://github.com/iamvdo/pleeease/releases/tag/1.0.0
103[1.1.0]: https://github.com/iamvdo/pleeease/releases/tag/1.1.0
104[2.0.0]: https://github.com/iamvdo/pleeease/releases/tag/2.0.0
105[3.0.0]: https://github.com/iamvdo/pleeease/releases/tag/3.0.0
\No newline at end of file