UNPKG

30.1 kBMarkdownView Raw
1# Change Log
2This project adheres to [Semantic Versioning](http://semver.org/).
3
4## 9.8.5
5* Improved Grid Layout warnings (by Daniel Tonon).
6
7## 9.8.4
8* Replace color output library.
9
10## 9.8.3
11* Return old non-LTS Node.js versions to avoid breaking changes.
12
13## 9.8.2
14* Remove Node.js 13.0-13.7 from supported engines, because of buggy ESM support.
15
16## 9.8.1
17* Replace `chalk` to `kleur` (by Luke Edwards).
18* Update docs (by @mbomb007).
19
20## 9.8 “Vigilo Confido”
21* Add `:placeholder-shown` support (by Tanguy Krotoff).
22
23## 9.7.6
24* Revert `-webkit-stretch` fix.
25
26## 9.7.5
27* Fix `-webkit-stretch` support.
28
29## 9.7.4
30* Fix warning text (by Dmitry Ishkov).
31
32## 9.7.3
33* Fix compatibility with PostCSS Modules.
34
35## 9.7.2
36* Add `-ms-user-select: element` support.
37* Add funding link for `npm fund`.
38
39## 9.7.1
40* Avoid unnecessary transitions in prefixed selectors (by Andrey Alexandrov).
41* Fix `fit-content` for Firefox.
42
43## 9.7 “Ad Victoriam”
44* Add `AUTOPREFIXER_GRID` env variable to enable Grid Layout polyfill for IE.
45* Fix `Cannot read property 'grid' of undefined` error.
46
47## 9.6.5
48* Fix selector prefixing (by Andrey Alexandrov).
49
50## 9.6.4
51* Now the real fix for `'startsWith' of undefined` error.
52
53## 9.6.3
54* Fix `Cannot read property 'startsWith' of undefined` error.
55
56## 9.6.2
57* Fix false `Replace fill to stretch` warning.
58
59## 9.6.1
60* Fix `-webkit-line-clamp` truncating multi-line text support.
61
62## 9.6 “Nunc id vides, nunc ne vides”
63* Show warning about Browserslist config on `browser` option.
64* Add warning-less `overrideBrowserslist` option.
65* Add `text-orientation` support.
66* Add `min-resolution: 2x` alias support.
67* Add `.github/CONTRIBUTING.md` (by Juan Martin Marco).
68
69## 9.5.1
70* Fix `backdrop-filter` for Edge (by Oleh Aloshkin).
71* Fix `min-resolution` media query support in Firefox < 16.
72
73## 9.5 “Draco dormiens nunquam titillandus”
74* Add `mask-composite` support (by Semen Levenson).
75
76## 9.4.10
77* Add warning for named Grid rows.
78
79## 9.4.9
80* Fix `grid-template` and `@media` case (by Bogdan Dolin).
81
82## 9.4.8
83* Fix `calc()` support in Grid gap.
84
85## 9.4.7
86* Fix infinite loop on mismatched parens.
87
88## 9.4.6
89* Fix warning text (by Albert Juhé Lluveras).
90
91## 9.4.5
92* Fix `text-decoration-skip-ink` support.
93
94## 9.4.4
95* Use `direction` value for `-ms-writing-mode` (by Denys Kniazevych).
96* Fix warning text (by @zzzzBov).
97
98## 9.4.3
99* Add warning to force `flex-start` instead of `start` (by Antoine du Hamel).
100* Fix docs (by Christian Oliff).
101
102## 9.4.2
103* Fix Grid autoplacement warning.
104
105## 9.4.1
106* Fix unnecessary Flexbox prefixes in Grid elements.
107
108## 9.4 “Advance Australia”
109* Add Grid autoplacement for `-ms-` (by Bogdan Dolin).
110* Improve docs and warnings (by Daniel Tonon).
111* Remove some unnecessary warnings for Grid (by Andrey Alexandrov).
112
113## 9.3.1
114* Fix Grid prefixes with `repeat()` value (by Bogdan Dolin).
115
116## 9.3 “Labor omnia vincit”
117* Add `place-self` support (by Bogdan Dolin).
118* Fix Grid row/column span inheritance bug (by Bogdan Dolin).
119
120## 9.2.1
121* Fix broken AST.
122
123## 9.2 “Onyi est glavnaya krepost”
124* Add `/* autoprefixer grid: on */` control comment (by Andrey Alexandrov).
125* Add duplicate `grid-area` support (by Bogdan Dolin).
126* Fix `grid-gap` support for rules with different specifity (by Bogdan Dolin).
127* Disable Grid in `@supports` at-rule with non-supported Grid features.
128* Improve Grid warnings (by Daniel Tonon).
129* Improve docs (by Joshua Hall, Mat Gadd, Roy Revelt, and Ivan).
130
131## 9.1.5
132* Remove `@babel/register` from dependencies.
133
134## 9.1.4
135* Use Babel 7.
136
137## 9.1.3
138* Sort properties in `autoprefixer --info` alphabetically.
139* Fix old Firefox gradient prefix.
140
141## 9.1.2
142* Fix `autoprefixer --info` in new Node.js.
143
144## 9.1.1
145* Retain `grid-gap` through `@media` (by Bogdan Dolin).
146* Fix `grid-template` and `@media` (by Bogdan Dolin).
147* Fix Grid areas searching error (by Bogdan Dolin).
148* Fix `span X` Grid prefix (by Bogdan Dolin).
149* Fix docs (by Eduard Kyvenko).
150
151## 9.1 “Equality before the law”
152* Add `background-clip: text` support.
153* Fix adding Grid span for IE (by Bogdan Dolin).
154
155## 9.0.2
156* Show warning on Grid area names conflict (by Bogdan Dolin).
157* Fix documentation (by Sven Wagner).
158
159## 9.0.1
160* Fix nested at-rules in Grid prefixes (by Ivan Malov).
161
162## 9.0 “A Mari Usque Ad Mare”
163* Remove Node.js 9 and Node.js 4 support.
164* Remove IE and “dead” browsers from Babel.
165* Use PostCSS 7.0.
166* Use Browserslist 4.0.
167
168## 8.6.5
169* Do not show Grid warnings if IE was not selected.
170
171## 8.6.4
172* Fix `stretch` prefix in Chrome >= 46.
173
174## 8.6.3
175* Add warnings for unsupported Grid features.
176* Add warnings about wrong Grid properties.
177* Add note about `grid` option for grid properties in `autoprefixer --info`.
178
179## 8.6.2
180* Fix error during adding Grid prefixes in `@media` (by Evgeny Petukhov).
181
182## 8.6.1
183* Fix `grid-template` with media queries (by Evgeny Petukhov).
184
185## 8.6 “Follow Reason”
186* Add `gap` support (by Evgeny Petukhov).
187* Add two values support for `grid-gap` and `gap` (by Evgeny Petukhov).
188* Add `ignoreUnknownVersions` option for Browserslist.
189
190## 8.5.2
191* Fix `grid-template` support wit auto row sizes (by Yury Timofeev).
192
193## 8.5.1
194* Remove unnecessary warning on `-webkit-fill-available`.
195
196## 8.5 “Muito Nobre e Sempre Leal”
197* Add `grid-gap` support (by Evgeny Petukhov).
198* Fix radial gradients direction fix.
199* Fix docs (by Phani Kandula and Huáng Jùnliàng).
200
201## 8.4.1
202* Fix working in old PostCSS versions (by Diablohu).
203
204## 8.4 “Non in aves, sed in angues”
205* Add `/* autoprefixer: ignore next */` control comment (by Pavel Vostrikov).
206
207## 8.3 “Benigno Numine”
208* Add `@media` support to `grid-template` (by Evgeny Petukhov).
209* Fix `radial-gradient` direction warning (by Gustavo Real).
210
211## 8.2 “Ad Astra per Aspera”
212* Add `color-adjust` (by Sergey Lysenko, Stanislav Botev, and Yuriy Alekseyev).
213
214## 8.1 “Rex, Familia et Ultio”
215* Add `overscroll-behavior` support.
216* Add `grid-template` shortcut support (by Evgeny Petukhov).
217* Add better `grid-column-end` and `grid-row-end` support (by Evgeny Petukhov).
218* Fix Grid properties support in `@supports`.
219
220## 8.0 “Excelsior”
221* Use Browserslist 3.0.
222* Rename `autoprefixer-info` CLI tool to `autoprefixer --info`.
223* Remove `break-*` to `page-break-*` conversion for Firefox.
224
225## 7.2.6
226* Fix `-ms-` prefix for grid cells with same `grid-area` (by Evgeny Petukhov).
227
228## 7.2.5
229* Fix multiple prefixes in declaration value.
230
231## 7.2.4
232* Fix IE 10 support.
233
234## 7.2.3
235* Fix `grid-template-areas` in `@media` (by Evgeny Petukhov).
236
237## 7.2.2
238* Fix `_autoprefixerDisabled is undefined` issue.
239
240## 7.2.1
241* Fix IE and other old JS runtimes support.
242
243## 7.2 “Ordem e Progresso”
244* Add `grid-template-areas` support (by Evgeny Petukhov).
245* Add `grid-template` support (by Evgeny Petukhov).
246* Add `grid-area` support (by Alexey Komarov).
247* Add `autoprefixer-info` CLI tool.
248* Add wrong `radial-gradient` properties warning.
249* Use current working dir on missed `from` in `info()` (by Phil Dokas).
250* Fix `grid-row` and `grid-column` support (by Alexey Komarov).
251* Do not prefix `reverse` animation direction.
252* Improve test coverage (by Dmitry Semigradsky).
253
254## 7.1.6
255* Add warning for using `browserslist` option instead of `browsers`.
256* Add warning for multiple control comments in the same scope.
257* Fix `Invalid array length` error during indent changes.
258
259## 7.1.5
260* Fix `::placeholder` prefix for Edge.
261* Fix `inherit`/`initial`/`unset` values for `flex-direction`.
262* Fix RegExp usage in gradients (by Yet Another Minion).
263
264## 7.1.4
265* Fix `radial-gradient` direction conversion.
266* Fix `image-set` in `cursor`.
267
268## 7.1.3
269* Add warning for old `radial-gradient` direction syntax.
270
271## 7.1.2
272* Fix `text-decoration` shortcut support.
273
274## 7.1.1
275* Remove non-`-webkit-` intrinsic prefixes in Grid Layout (by 一丝).
276
277## 7.1 “Universitas litterarum”
278* Add `unicode-bidi` support.
279* Add `-webkit-appearance` support for Edge.
280* Add `from` option to `info()`.
281* Fix intrinsic widths prefixes in Grid Layout.
282
283## 7.0.1
284* Fix Autoprefixer for old JS runtimes.
285
286## 7.0 “Coelestem adspicit lucem”
287* Remove node.js 0.12 support.
288* Use PostCSS 6.0.
289* Use Browserslist 2.
290* Use `caniuse-lite` instead of `caniuse-db` (by Ben Briggs).
291* Use `^` for Browserslist dependencies, instead of `~`.
292* Rewrite project from CoffeeScript to Babel (by Dmitry Semigradsky).
293* Disable Grid Layout prefixes for IE by default.
294* Fix `-ms-grid-column-align`.
295* Move tests to Jest.
296
297## 6.7.7
298* Fix `order` for non-digit values.
299
300## 6.7.6
301* Fix `font-kerning` (by Chi Vinh Le).
302
303## 6.7.5
304* Fix `text-decoration-skip` in iOS (by Chi Vinh Le).
305* Fix `clip-path` (by Chi Vinh Le).
306
307## 6.7.4
308* Improve `browsers` option perfomance.
309* Update CoffeeScript compiler.
310
311## 6.7.3
312* Fix compatibility with “Intrinsic & Extrinsic Sizing” spec update.
313
314## 6.7.2
315* Do not prefix grid/flexbox in `@supports` on `grid: false`/`flexbox: false`.
316
317## 6.7.1
318* Update Browserslist with `last n version` fix.
319
320## 6.7 “Krungthep doot thep saang”
321* Add Electron support in browsers list (by Kilian Valkhof).
322* Add `flex-flow` partial support for Flexbox 2009 specification.
323* Fix browsers `0` version issue in some Can I Use data.
324
325## 6.6.1
326* Add metadata to use Autoprefixer in JSS tests (by Chi Vinh Le).
327
328## 6.6 “Kaiyuan”
329* Add `browserslist` key in `package.json` support.
330* Add support for separated environments in browserslist config.
331* Add `browserslist-stats.json` file support to load custom usage statistics.
332
333## 6.5.4
334* Fix unitless 0 basis in IE10/IE11 shorthand flex (by Google).
335
336## 6.5.3
337* Add error for popular mistake with `browser` option instead of `browsers`.
338
339## 6.5.2
340* Clean prefixes data (by Reinaldo Schiehll).
341
342## 6.5.1
343* Fix selectors with `:--` prefix support.
344
345## 6.5 “Einigkeit und Recht und Freiheit”
346* Add `defaults` keyword to browsers requirements.
347* Fix CSS Grid Layout support.
348* Fix `align-self` cleaning.
349
350## 6.4.1
351* Fix node cloning after some PostCSS plugins.
352
353## 6.4 “Hic et ubique terrarum”
354* Add `:any-link` selector support.
355* Add `text-decoration-skip` support.
356* Add `transition: duration property` support.
357* Fix `-webkit-` prefix for `backface-visibility`.
358* Fix `rad` unit support in gradients (by 刘祺).
359* Fix `transition` support in Opera 12.
360* Removed Safari TP Grid prefixes support.
361
362## 6.3.7
363* Fix rare `Cannot read property 'constructor' of null` issue.
364
365## 6.3.6
366* Add Safari TP prefix support for Grid Layout.
367
368## 6.3.5
369* Fix duplicate prefixes for `-ms-interpolation-mode`.
370
371## 6.3.4
372* Show users coverage for selected browsers in `info()`.
373
374## 6.3.3
375* Fix transition warning.
376
377## 6.3.2
378* Fix jspm support (by Sean Anderson).
379
380## 6.3.1
381* Fix compatibility with Flexibility polyfill.
382
383## 6.3 “Pro rege et lege”
384* Add Grid Layout support.
385* Add `text-spacing` support.
386* Add `> 10% in my stats` browsers query with custom usage statistics.
387* Add options to disable `@supports`, Flexbox or Grid support.
388* Fix compatibility with other PostCSS plugins.
389
390## 6.2.3
391* Fix error on broken transition with double comma.
392
393## 6.2.2
394* Fix issues in broken transitions.
395
396## 6.2.1
397* Fix AST error in transition warning (by @jvdanilo).
398
399## 6.2 “Fluctuat nec mergitur”
400* Use `fill` instead of `fill-available` according spec changes (by 一丝).
401* Add `fill` support for logical dimension properties (by 一丝).
402* Add `text-emphasis` support (by 一丝).
403* Add prefixes to `@supports` only for compatible browsers.
404* Add `rad`, `grad` and `turn` units support to linear gradients.
405* Add some `deg` directions support for old WebKit linear gradients.
406* Fix `@supports` parenthesis (by @heady).
407* Add warning when prefixes could not be generated
408 for complicated `transition-property` values.
409* Add warning for outdated `fill-available` value.
410* Add warning for wrong `text-emphasis-position` value.
411* Add “time capsule” warning for prefix-less future.
412* Normalizes all warning messages.
413
414## 6.1.2
415* Fix gradient hack on some parameters (by Alexey Efremov).
416
417## 6.1.1
418* Fix `cursor: grab` and `cursor: grabbing` support.
419
420## 6.1 “Bil-shaʿb wa lil-shaʿb”
421* Change `transition` support to output more robust CSS.
422* Add `:read-only` support.
423* Add support for `appearance` with any values.
424* Add CSS-in-JS support via `postcss-js`.
425* Add loud `/*! autoprefixer: off */` control comments support.
426* Convert `rotateZ` to `rotate` for `-ms-transform`.
427* Use `postcss-value-parser` to carefully work with gradients.
428* Remove `-ms-transform-style` and `-o-transform-style` that never existed.
429
430## 6.0.3
431* Fix old gradient direction warning.
432
433## 6.0.2
434* Remove unnecessary `-khtml-` prefix too.
435
436## 6.0.1
437* Fix `cross-fade()` support (by 一丝).
438
439## 6.0 “Eureka”
440* CLI was removed from `autoprefixer` package to `autoprefixer-cli`.
441* `autoprefixer-core` and `autoprefixer` packages was merged back.
442* Remove `autoprefixer(opt).process(css)`, use `autoprefixer.process(css, opt)`.
443* Remove `safe` option. Use separated Safe parser from PostCSS.
444* Remove Opera 12.1 from default query.
445* Use PostCSS 5.0 API.
446* Add custom syntaxes support.
447* Add `image-set` support (by 一丝).
448* Add `mask-border` support (by 一丝).
449* Add `filter()` function support (by Vincent De Oliveira).
450* Add `backdrop-filter` support (by Vincent De Oliveira).
451* Add `element()` support (by Vincent De Oliveira).
452* Add CSS Regions support.
453* Add Scroll Snap Points support.
454* Add `writing-mode` support.
455* Add `::backdrop` support.
456* Add `cross-fade()` support.
457* Add other `break-` properties support.
458* Add Microsoft Edge support (by Andrey Polischuk).
459* Add `not` keyword and exclude browsers by query.
460* Add version ranges `IE 6-9` (by Ben Briggs).
461* Fix `filter` in `transition` support on Safari.
462* Fix `url()` parsing.
463* Fix `pixelated` cleaning.
464* Always show old gradient direction warning.
465
466## 5.2.1
467* Fix parent-less node issue on some cases (by Josh Gillies).
468
469## 5.2 “Dont tread on me”
470* Add `appearance` support.
471* Warn users on old gradient direction or flexbox syntax.
472* Add `add: false` option to disable new prefixes adding.
473* Make Autoprefixer 30% faster.
474* Use PostCSS 4.1 plugin API.
475* Add prefixes for `pixelated` instead of `crisp-edges` in `image-rendering`.
476* Do not add `::placeholder` prefixes for `:placeholder-shown`.
477* Fix `text-decoration` prefixes.
478* `autoprefixer.process()` was deprecated. Use PostCSS API.
479
480## 5.1.11
481* Update `num2fraction` to fix resolution media query (by 一丝).
482
483## 5.1.10
484* Do not generate `-webkit-image-rendering`.
485
486## 5.1.9
487* Fix DynJS compatibility (by Nick Howes).
488
489## 5.1.8
490* Fix gradients in `mask` and `mask-image` properties.
491* Fix old webkit prefix on some unsupported gradients.
492
493## 5.1.7
494* Fix placeholder selector (by Vincent De Oliveira).
495
496## 5.1.6
497* Use official `::placeholder-shown` selector (by Vincent De Oliveira).
498
499## 5.1.5
500* Add transition support for CSS Masks properties.
501
502## 5.1.4
503* Use `-webkit-` prefix for Opera Mobile 24.
504
505## 5.1.3
506* Add IE support for `image-rendering: crisp-edges`.
507
508## 5.1.2
509* Add never existed `@-ms-keyframes` to common mistake.
510
511## 5.1.1
512* Safer value split in `flex` hack.
513
514## 5.1 “Jianyuan”
515* Add support for resolution media query (by 一丝).
516* Higher accuracy while removing prefixes in values.
517* Add support for logical properties (by 一丝).
518* Add `@viewport` support.
519* Add `text-overflow` support (by 一丝).
520* Add `text-emphasis` support (by 一丝).
521* Add `image-rendering: crisp-edges` support.
522* Add `text-align-last` support.
523* Return `autoprefixer.defaults` as alias to current `browserslist.defaults`.
524* Save code style while adding prefixes to `@keyframes` and `@viewport`.
525* Do not remove `-webkit-background-clip` with non-spec `text` value.
526* Fix `-webkit-filter` in `transition`.
527* Better support for browser versions joined on Can I Use
528 like `ios_saf 7.0-7.1` (by Vincent De Oliveira).
529* Fix compatibility with `postcss-import` (by Jason Kuhrt).
530* Fix Flexbox prefixes for BlackBerry and UC Browser.
531* Fix gradient prefixes for old Chrome.
532
533## 5.0 “Pravda vítězí”
534* Use PostCSS 4.0.
535* Use Browserslist to parse browsers queries.
536* Use global `browserslist` config.
537* Add `> 5% in US` query to select browsers by usage in some country.
538* Add `object-fit` and `object-position` properties support.
539* Add CSS Shape properties support.
540* Fix UC Browser name in debug info.
541* Remove `autoprefixer.defaults` and use defaults from Browserslist.
542
543## 4.0.2
544* Remove `o-border-radius`, which is common mistake in legacy CSS.
545
546## 4.0.1
547* Fix `@supports` support with brackets in values (by Vincent De Oliveira).
548
549## 4.0 “Indivisibiliter ac Inseparabiliter”
550* Become 2.5 times fatser by new PostCSS 3.0 parser.
551* Do not remove outdated prefixes by `remove: false` option.
552* `map.inline` and `map.sourcesContent` options are now `true` by default.
553* Add `box-decoration-break` support.
554* Do not add old `-webkit-` prefix for gradients with `px` units.
555* Use previous source map to show origin source of CSS syntax error.
556* Use `from` option from previous source map `file` field.
557* Set `to` value to `from` if `to` option is missing.
558* Trim Unicode BOM on source maps parsing.
559* Parse at-rules without spaces like `@import"file"`.
560* Better previous `sourceMappingURL` annotation comment cleaning.
561* Do not remove previous `sourceMappingURL` comment on `map.annotation: false`.
562
563## 3.1.2
564* Update Firefox ESR version from 24 to 31.
565
566## 3.1.1
567* Use Flexbox 2009 spec for Android stock browser < 4.4.
568
569## 3.1 “Satyameva Jayate”
570* Do not remove comments from prefixed values (by Eitan Rousso).
571* Allow Safari 6.1 to use final Flexbox spec (by John Kreitlow).
572* Fix `filter` value in `transition` in Webkits.
573* Show greetings if your browsers don’t require any prefixes.
574* Add `<=` and `<` browsers requirement (by Andreas Lind).
575
576## 3.0.1
577* Fix `autoprefixer.postcss` in callbacks.
578
579## 3.0 “Liberté, Égalité, Fraternité”
580* Project was split to autoprefixer (with CLI) and autoprefixer-core.
581* `autoprefixer()` now receives only `options` object with `browsers` key.
582* GNU format for syntax error messages from PostCSS 2.2.
583
584## 2.2 “Mobilis in mobili”
585* Allow to disable Autoprefixer for some rule by control comment.
586* Use PostCSS 2.1 with Safe Mode option and broken source line
587 in CSS syntax error messages.
588
589## 2.1.1
590* Fix `-webkit-background-size` hack for `contain` and `cover` values.
591* Don’t add `-webkit-` prefix to `filter` with SVG (by Vincent De Oliveira).
592
593## 2.1 “Eleftheria i thanatos”
594* Add support for `clip-path` and `mask` properties.
595* Return `-webkit-` prefix to `filter` with SVG URI.
596
597## 2.0.2
598* Add readable names for new browsers from 2.0 release.
599* Don’t add `-webkit-` prefix to `filter` with SVG URI.
600* Don’t add `-o-` prefix 3D transforms.
601
602## 2.0.1
603* Save declaration style, when clone declaration to prefix.
604
605## 2.0 “Hongik Ingan”
606* Based on PostCSS 1.0.
607 See [options changes](https://github.com/postcss/postcss/releases/tag/1.0.0).
608* Restore visual cascade after declaration removing.
609* Enable visual cascade by default.
610* Prefix declareation in `@supports` at-rule conditions.
611* Add all browsers from Can I Use: `ie_mob`, `and_chr`, `and_ff`,
612 `op_mob` and `op_mini`.
613* Allow to use latest Autoprefixer from GitHub by npm.
614* Add `--no-cascade`, `--annotation` and `--sources-content` options to binary.
615
616## 1.3.1
617* Fix gradient hack, when `background` property contains color.
618
619## 1.3 “Tenka Fubu”
620* Add `text-size-adjust` support.
621* Add `background-size` to support Android 2.
622
623## 1.2 “Meiji”
624* Use Can I Use data from official `caniuse-db` npm package.
625* Remove package data update from binary.
626* Use increment value instead of current date in minor versions.
627
628## 1.1 “Nutrisco et extingo”
629* Add source map annotation comment support.
630* Add inline source map support.
631* Autodetect previous source map.
632* Fix source maps support on Windows.
633* Fix source maps support in subdirectory.
634* Prefix selector even if it is already prefixed by developer.
635* Add option `cascade` to create nice visual cascade of prefixes.
636* Fix flexbox support for IE 10 (by Roland Warmerdam).
637* Better `break-inside` support.
638* Fix prefixing, when two same properties are near.
639
640### 20140222
641* Add `touch-action` support.
642
643### 20140226
644* Chrome 33 is moved to released versions.
645* Add Chrome 36 data.
646
647### 20140302
648* Add `text-decoration-*` properties support.
649* Update browsers usage statistics.
650* Use new PostCSS version.
651
652### 20140319
653* Check already prefixed properties after current declaration.
654* Normalize spaces before already prefixed check.
655* Firefox 28 is moved to released versions.
656* Add Firefox 31 data.
657* Add some Blackberry data.
658
659### 20140327
660* Don’t use `-ms-transform` in `@keyframes`, because IE 9 doesn’t support
661 animations.
662* Update BlackBerry 10 data.
663
664### 20140403
665* Update browsers usage statistics.
666* Opera 20 is moved to released versions.
667* Add Opera 22 data.
668
669### 20140410
670* Chrome 34 is moved to released versions.
671* Add Chrome 37 data.
672* Fix Chrome 36 data.
673
674### 20140429
675* Fix `display: inline-flex` support by 2009 spec.
676* Fix old WebKit gradient converter (by Sergey Belov).
677* Fix CSS 3 cursors data (by Nick Schonning).
678
679### 20140430
680* Separate 2D and 3D transform prefixes to clean unnecessary `-ms-` prefixes.
681* Firefox 29 is moved to released versions.
682* Add Firefox 32 data.
683
684### 20140510
685* Do not add `-ms-` prefix for `transform` with 3D functions.
686* Update browsers global usage statistics.
687
688### 20140512
689* Remove unnecessary `-moz-` prefix for `wavy` in `text-decoration`.
690* Update Safari data for font properties.
691
692### 20140521
693* Chrome 36 is moved to released versions.
694* Add Chrome 38 data.
695
696### 20140523
697* Opera 21 is moved to released versions.
698* Add Opera 23 data.
699
700### 20140605
701* Allow to parse gradients without space between color and position.
702* Add iOS 8, Safari 8 and Android 4.4.3 data.
703* Update browsers usage statistics.
704
705## 1.0 “Plus ultra”
706* Source map support.
707* Save origin indents and code formatting.
708* Change CSS parser to PostCSS.
709* Preserve vendor-prefixed properties put right after unprefixed ones.
710* Rename `compile()` to `process()` and return result object,
711 instead of CSS string.
712* Rename `inspect()` to `info()`.
713* Add in binary `-d` option to specify output directory.
714* Binary now will not concat output files.
715* Allow to select last versions for specified browser.
716* Add full browser names aliases: `firefox`, `explorer` and `blackberry`.
717* Ignore case in browser names.
718* Change license to MIT.
719* Add prefixes inside custom at-rules.
720* Add only necessary prefixes to selector inside prefixed at-rule.
721* Safer backgrounds list parser in gradient hack.
722* Prefix `@keyframes` inside `@media`.
723* Don’t prefix values for CSS3 PIE properties.
724* Binary now shows file name in syntax error.
725* Use browserify to build standalone version.
726
727### 20131225
728* Fix deprecated API convertor.
729* Add `::placeholder` support for Firefix >= 18.
730* Fix vendor prefixes order.
731
732### 20140103
733* Add `-webkit-` prefix for `sticky` position.
734* Update browsers popularity statistics.
735
736### 20140109
737* Add selectors and at-rules sections to debug info.
738* Fix outdated prefixes cleaning.
739
740### 20140110
741* Add `Firefox ESR` browser requirement.
742* Opera 18 is moved to released versions.
743* Add Opera 20 data.
744
745### 20140117
746* Chrome 32 is moved to released versions.
747* Add Opera 34 data.
748
749### 20140130
750* Fix flexbox properties names in transitions.
751* Add Chrome 35 and Firefox 29 data.
752
753### 20140203
754* Android 4.4 stock browser and Opera 19 are moved to released versions.
755* Add Opera 21 data.
756* Update browsers usage statistics.
757
758### 20140213
759* Add case insensitive to IE’s filter hack (by Dominik Schilling).
760* Improve selector prefixing in some rare cases (by Simon Lydell).
761* Firefox 27 is moved to released versions.
762* Add Firefox 30 data.
763
764## 0.8 “Unbowed, Unbent, Unbroken”
765* Add more browsers to defaults ("> 1%, last 2 versions, ff 17, opera 12.1"
766 instead of just "last 2 browsers").
767* Keep vendor prefixes without unprefixed version (like vendor-specific hacks).
768* Convert gradients to old WebKit syntax (actual for Android 2.3).
769* Better support for several syntaxes with one prefix (like Flexbox and
770 gradients in WebKit).
771* Add intrinsic and extrinsic sizing values support.
772* Remove never existed prefixes from common mistakes (like -ms-transition).
773* Add Opera 17 data.
774* Fix selector prefixes order.
775* Fix browser versions order in inspect.
776
777### 20130903
778* Fix old WebKit gradients convertor on rgba() colors.
779* Allow to write old direction syntax in gradients.
780
781### 20130906
782* Fix direction syntax in radial gradients.
783* Don’t prefix IE filter with modern syntax.
784
785### 20130911
786* Fix parsing property name with spaces.
787
788### 20130919
789* Fix processing custom framework prefixes (by Johannes J. Schmidt).
790* Concat outputs if several files compiled to one output.
791* Decrease standalone build size by removing unnecessary Binary class.
792* iOS 7 is moved to released versions.
793* Clean up binary code (by Simon Lydell).
794
795### 20130923
796* Firefox 24 is moved to released versions.
797
798### 20131001
799* Add support for grab, grabbing, zoom-in and zoom-out cursor values.
800
801### 20131006
802* Chrome 30 is moved to released versions.
803
804### 20131007
805* Don’t add another prefixes in rule with prefixed selector.
806
807### 20131009
808* Opera 17 is moved to released versions.
809
810### 20131015
811* Fix converting multiple gradients to old webkit syntax (by Aleksei Androsov).
812
813### 20131017
814* Fix @host at-rule parsing.
815
816### 20131020
817* IE 11 and Andrid 4.3 is moved to released versions.
818* Add Opera 18 data.
819* Add @namespace support.
820* Sort browser versions in data file.
821
822### 20131029
823* Add Safari 6.1 data.
824* Add fx alias for Firefox.
825
826### 20131104
827* Update Android future version to 4.4.
828* Google Chrome 32 added to future versions list.
829* Firefox 25 now is actual version, 27 and 28 added to future versions.
830* Browsers statistics are updated.
831
832### 20131205
833* Google Chrome 33 added to future releases list.
834* Google Chrome 31 moved to current releases list.
835
836### 20131209
837* Use old webkit gradients for old iOS and Safari (by Chad von Nau).
838* Fix direction conversion for old webkit gradients (by Chad von Nau).
839* Update browsers popularity statistics.
840
841### 20131213
842* Firefox ESR in default browsers was changed to 24 version.
843* Firefox 26 was moved to current releases list.
844* Firefox 28 was added to future releases list.
845
846## 0.7 “We Do Not Sow”
847* Add vendor prefixes to selectors.
848* Add ::selection and ::placeholder selectors support.
849* Allow to load support data from Can I Use pull requests.
850* Remove deprecated API.
851
852### 20130806
853* Add hyphens support.
854
855### 20130807
856* Add tab-size support.
857* Add :fullscreen support.
858
859### 20130808
860* Allow to select browser versions by > and >= operator.
861* Fix flex properties in transition.
862
863### 20130810
864* Add Firefox 25 data.
865
866### 20130824
867* Add Chrome 31 and 30 data.
868* Fix CSS comments parsing (by vladkens).
869
870## 0.6 “As High As Honor”
871* New faster API, which cache preprocessed data. Old API is deprecated.
872* A lot of perfomance improvements.
873* Add Opera 15 -webkit- prefix support.
874* Update Chrome 29 and Safari 7 prefixes data.
875* Add minor browsers in popularity select.
876* Better syntax error messages.
877
878### 20130721
879* Add Chrome 30 data.
880
881### 20130728
882* Don’t remove non-standard -webkit-background-clip: text.
883* Don’t remove IE hack on CSS parse.
884
885### 20130729
886* Add Opera 16 data.
887* Fix “Invalid range in character class” error on Firefox.
888
889### 20130730
890* Fix correct clone comments inside keyframes (by Alexey Plutalov).
891* Fix angle recalculation in gradients (by Roman Komarov).
892
893### 20130731
894* Add border-image support.
895
896## 0.5 “Ours is the Fury”
897* Rewrite Autoprefixer to be more flexible.
898* Use css, instead of Rework, to fix CSS parsing errors faster.
899* Fix a lot of CSS parsing errors.
900
901### 20130616
902* More useful message for CSS parsing errors.
903* Remove old WebKit gradient syntax.
904* Fix parsing error on comment with braces.
905
906### 20130617
907* Remove old Mozilla border-radius.
908* Don’t prefix old IE filter.
909* Remove old background-clip, background-size and background-origin prefixes.
910* Speed up regexps in values.
911* Allow to hack property declarations.
912
913### 20130625
914* Convert flexbox properties to 2009 and 2012 specifications.
915* Improve messages on syntax errors.
916
917### 20130626
918* Add Firefox 24 data.
919* Add prefixes for font-feature-settings.
920
921### 20130629
922* Fix convert flex properties to old box-flex.
923
924## 0.4 “Winter Is Coming”
925* Remove outdated prefixes.
926* Add border-radius and box-shadow properties to database.
927* Change degrees in webkit gradients.
928
929### 20130515
930* Add old syntax in gradient direction.
931* Add old syntax for display: flex.
932* Update browser global usage statistics.
933
934### 20130521
935* Add Firefox 23 data.
936
937### 20130524
938* Add Chrome 29 data.
939
940### 20130528
941* Fix compatibilty with Rework from git master.
942* Add minor browsers to data, which can be selected only directly.
943
944### 20130530
945* Add Opera 15 and iOS 6.1 data.
946* Fix iOS versions in properties and values data.
947
948### 20130603
949* Use latest Rework 0.15 with a lot of CSS parsing fixes.
950* Update browsers usage statistics.
951
952## 0.3 “Growing Strong”
953* Rename `autoprefixer.filter()` to `autoprefixer.rework()`.
954* Use own filters instead of Rework’s `prefix` and `prefixValue`.
955* Smarter value prefixer without false match “order” in “border”.
956* 40% faster.
957* Don’t add unnecessary properties instead of Rework’s `prefixValue`.
958* Don’t change properties order.
959* Sort properties and values in inspect output.
960* Add main to component config (by Jonathan Ong).
961* Fix documentation (by Sergey Leschina and Mark Vasilkov).
962
963### 20130424
964* Fix value override in prefixer.
965
966### 20130427
967* Prefix several same values in one property.
968* Fix Windows support in binary.
969* Improve print errors in binary.
970
971### 20130502
972* Don’t add -webkit- prefix to IE filter.
973* Don’t duplicate prefixes on second run.
974
975## 0.2 “Hear Me Roar!”
976* Update parse libraries.
977* Use component package manager to build standalone script.
978* Add inspect to standalone script.
979
980## 0.1 “Fire and Blood”
981* Initial release.