@@ -31,11 +31,13 @@ The support of syntax without : and the warning message will be remove in the ne
31
31
32
32
# 1.6.0 - 2015-06-02
33
33
34
- - Added: prevent mutability issues with frozen options objects ([ #147 ] ( https://github.com/cssnext/cssnext/pull/147 ) )
34
+ - Added: prevent mutability issues with frozen options objects
35
+ ([ #147 ] ( https://github.com/cssnext/cssnext/pull/147 ) )
35
36
36
37
# 1.5.2 - 2015-05-27
37
38
38
- - Fixed: support for autoprefixer 5.2 ([ #131 ] ( https://github.com/cssnext/cssnext/issues/131 ) )
39
+ - Fixed: support for autoprefixer 5.2
40
+ ([ #131 ] ( https://github.com/cssnext/cssnext/issues/131 ) )
39
41
40
42
# 1.5.1 - 2015-05-25
41
43
@@ -70,7 +72,8 @@ replacement of colors lib by chalk in 1.5.0
70
72
71
73
# 1.2.1 - 2015-03-02
72
74
73
- - Fixed: remove some deprecation notice related to postcss 4.1 ([ postcss/postcss #272 ] ( https://github.com/postcss/postcss/issues/272 ) )
75
+ - Fixed: remove some deprecation notice related to postcss 4.1
76
+ ([ postcss #272 ] ( https://github.com/postcss/postcss/issues/272 ) )
74
77
75
78
# 1.2.0 - 2015-04-02
76
79
@@ -84,7 +87,8 @@ replacement of colors lib by chalk in 1.5.0
84
87
85
88
# 1.0.1 - 2015-02-18
86
89
87
- - Fixed: cssnext binary doesn't exit on an error if --watch is enabled ([ #69 ] ( https://github.com/cssnext/cssnext/pull/69 ) )
90
+ - Fixed: cssnext binary doesn't exit on an error if --watch is enabled
91
+ ([ #69 ] ( https://github.com/cssnext/cssnext/pull/69 ) )
88
92
89
93
# 1.0.0 - 2015-02-06
90
94
@@ -121,7 +125,8 @@ cssnext({
121
125
122
126
# 0.6.6 - 2014-12-22
123
127
124
- - Fixed: ` Cannot find module 'exit' ` error when an error came out ([ #54 ] ( https://github.com/cssnext/cssnext/issues/54 ) )
128
+ - Fixed: ` Cannot find module 'exit' ` error when an error came out
129
+ ([ #54 ] ( https://github.com/cssnext/cssnext/issues/54 ) )
125
130
126
131
# 0.6.5 - 2014-12-16
127
132
@@ -162,25 +167,32 @@ cssnext({
162
167
163
168
# 0.4.4 - 2014-11-11
164
169
165
- - Fixed: bug introduced by ` options ` mutations ([ ref] ( https://github.com/cssnext/gulp-cssnext/issues/1 ) )
170
+ - Fixed: bug introduced by ` options ` mutations
171
+ ([ gulp-cssnext #1 ] ( https://github.com/cssnext/gulp-cssnext/issues/1 ) )
166
172
167
173
# 0.4.3 - 2014-11-09
168
174
169
- - Added: font-variant support ([ ref] ( https://github.com/cssnext/cssnext/issues/42 ) )
175
+ - Added: font-variant support
176
+ ([ #42 ] ( https://github.com/cssnext/cssnext/issues/42 ) )
170
177
171
178
# 0.4.2 - 2014-11-02
172
179
173
- - Fixed: support !important for custom properties ([ ref] ( https://github.com/postcss/postcss-custom-properties/issues/12 ) )
174
- - Added: echo a warning when using a non root custom properties ([ ref] ( https://github.com/postcss/postcss-custom-properties/issues/13 ) )
175
- - Added: cssnext can return a postcss instance of no string given ([ ref] ( https://github.com/cssnext/cssnext/issues/3 ) )
180
+ - Fixed: support !important for custom properties
181
+ ([ #12 ] ( https://github.com/postcss/postcss-custom-properties/issues/12 ) )
182
+ - Added: echo a warning when using a non root custom properties
183
+ ([ #13 ] ( https://github.com/postcss/postcss-custom-properties/issues/13 ) )
184
+ - Added: cssnext can return a postcss instance of no string given
185
+ ([ #3 ] ( https://github.com/cssnext/cssnext/issues/3 ) )
176
186
177
187
# 0.4.1 - 2014-11-01
178
188
179
- - Added: gray() support ([ ref] ( https://github.com/cssnext/cssnext/issues/44 ) )
189
+ - Added: gray() support
190
+ ([ #44 ] ( https://github.com/cssnext/cssnext/issues/44 ) )
180
191
181
192
# 0.4.0 - 2014-10-23
182
193
183
- - Changed: color feature has been exploded to multiples features ([ issue] ( https://github.com/cssnext/cssnext/issues/40 ) ).
194
+ - Changed: color feature has been exploded to multiples features
195
+ ([ #40 ] ( https://github.com/cssnext/cssnext/issues/40 ) ).
184
196
185
197
Before
186
198
@@ -213,7 +225,8 @@ var output = cssnext(input, {
213
225
})
214
226
```
215
227
216
- - Changed: cssnext options are not passed to all plugins anymore. You know need to specify feature options by passing object to ` features ` properties ([ issue] ( https://github.com/cssnext/cssnext/issues/39 ) ).
228
+ - Changed: cssnext options are not passed to all plugins anymore. You know need to specify feature options by passing object to ` features ` properties
229
+ ([ #39 ] ( https://github.com/cssnext/cssnext/issues/39 ) ).
217
230
218
231
Before
219
232
@@ -243,15 +256,17 @@ This change have been made to avoid collision between options (of each features)
243
256
244
257
# 0.3.1 - 2014-08-27
245
258
246
- - Fixed: nested custom properties usages ([ #25 ] ( https://github.com/cssnext/cssnext/issues/25 ) )
259
+ - Fixed: nested custom properties usages
260
+ ([ #25 ] ( https://github.com/cssnext/cssnext/issues/25 ) )
247
261
248
262
# 0.3.0 - 2014-08-26
249
263
250
264
- Added: better custom properties fallbacks (thanks to postcss-custom-properties 0.3.0)
251
265
252
266
# 0.2.3 - 2014-08-26
253
267
254
- - Fixed: support empty files ([ #24 ] ( https://github.com/cssnext/cssnext/issues/24 ) )
268
+ - Fixed: support empty files
269
+ ([ #24 ] ( https://github.com/cssnext/cssnext/issues/24 ) )
255
270
256
271
# 0.2.2 - 2014-08-22
257
272
0 commit comments