0270a840f09221fdd6a20d7e21a64ca6716a9f51335d200811fbf354e65f88f0b83b527b0736036ec75b6aee871ac4c2733609662ed58c73495ad85255cdb9 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688
  1. # Change Log
  2. This project adheres to [Semantic Versioning](http://semver.org/).
  3. ## 6.7.7
  4. * Fix `order` for non-digit values.
  5. ## 6.7.6
  6. * Fix `font-kerning` (by Chi Vinh Le).
  7. ## 6.7.5
  8. * Fix `text-decoration-skip` in iOS (by Chi Vinh Le).
  9. * Fix `clip-path` (by Chi Vinh Le).
  10. ## 6.7.4
  11. * Improve `browsers` option perfomance.
  12. * Update CoffeeScript compiler.
  13. ## 6.7.3
  14. * Fix compatibility with “Intrinsic & Extrinsic Sizing” spec update.
  15. ## 6.7.2
  16. * Do not prefix grid/flexbox in `@supports` on `grid: false`/`flexbox: false`.
  17. ## 6.7.1
  18. * Update Browserslist with `last n version` fix.
  19. ## 6.7 “Krungthep doot thep saang”
  20. * Add Electron support in browsers list (by Kilian Valkhof).
  21. * Add `flex-flow` partial support for Flexbox 2009 specification.
  22. * Fix browsers `0` version issue in some Can I Use data.
  23. ## 6.6.1
  24. * Add metadata to use Autoprefixer in JSS tests (by Chi Vinh Le).
  25. ## 6.6 “Kaiyuan”
  26. * Add `browserslist` key in `package.json` support.
  27. * Add support for separated environments in browserslist config.
  28. * Add `browserslist-stats.json` file support to load custom usage statistics.
  29. ## 6.5.4
  30. * Fix unitless 0 basis in IE10/IE11 shorthand flex (by Google).
  31. ## 6.5.3
  32. * Add error for popular mistake with `browser` option instead of `browsers`.
  33. ## 6.5.2
  34. * Clean prefixes data (by Reinaldo Schiehll).
  35. ## 6.5.1
  36. * Fix selectors with `:--` prefix support.
  37. ## 6.5 “Einigkeit und Recht und Freiheit”
  38. * Add `defaults` keyword to browsers requirements.
  39. * Fix CSS Grid Layout support.
  40. * Fix `align-self` cleaning.
  41. ## 6.4.1
  42. * Fix node cloning after some PostCSS plugins.
  43. ## 6.4 “Hic et ubique terrarum”
  44. * Add `:any-link` selector support.
  45. * Add `text-decoration-skip` support.
  46. * Add `transition: duration property` support.
  47. * Fix `-webkit-` prefix for `backface-visibility`.
  48. * Fix `rad` unit support in gradients (by 刘祺).
  49. * Fix `transition` support in Opera 12.
  50. * Removed Safari TP Grid prefixes support.
  51. ## 6.3.7
  52. * Fix rare `Cannot read property 'constructor' of null` issue.
  53. ## 6.3.6
  54. * Add Safari TP prefix support for Grid Layout.
  55. ## 6.3.5
  56. * Fix duplicate prefixes for `-ms-interpolation-mode`.
  57. ## 6.3.4
  58. * Show users coverage for selected browsers in `info()`.
  59. ## 6.3.3
  60. * Fix transition warning.
  61. ## 6.3.2
  62. * Fix jspm support (by Sean Anderson).
  63. ## 6.3.1
  64. * Fix compatibility with Flexibility polyfill.
  65. ## 6.3 “Pro rege et lege”
  66. * Add Grid Layout support.
  67. * Add `text-spacing` support.
  68. * Add `> 10% in my stats` browsers query with custom usage statistics.
  69. * Add options to disable `@supports`, Flexbox or Grid support.
  70. * Fix compatibility with other PostCSS plugins.
  71. ## 6.2.3
  72. * Fix error on broken transition with double comma.
  73. ## 6.2.2
  74. * Fix issues in broken transitions.
  75. ## 6.2.1
  76. * Fix AST error in transition warning (by @jvdanilo).
  77. ## 6.2 “Fluctuat nec mergitur”
  78. * Use `fill` instead of `fill-available` according spec changes (by 一丝).
  79. * Add `fill` support for logical dimension properties (by 一丝).
  80. * Add `text-emphasis` support (by 一丝).
  81. * Add prefixes to `@supports` only for compatible browsers.
  82. * Add `rad`, `grad` and `turn` units support to linear gradients.
  83. * Add some `deg` directions support for old WebKit linear gradients.
  84. * Fix `@supports` parenthesis (by @heady).
  85. * Add warning when prefixes could not be generated
  86. for complicated `transition-property` values.
  87. * Add warning for outdated `fill-available` value.
  88. * Add warning for wrong `text-emphasis-position` value.
  89. * Add “time capsule” warning for prefix-less future.
  90. * Normalizes all warning messages.
  91. ## 6.1.2
  92. * Fix gradient hack on some parameters (by Alexey Efremov).
  93. ## 6.1.1
  94. * Fix `cursor: grab` and `cursor: grabbing` support.
  95. ## 6.1 “Bil-shaʿb wa lil-shaʿb”
  96. * Change `transition` support to output more robust CSS.
  97. * Add `:read-only` support.
  98. * Add support for `appearance` with any values.
  99. * Add CSS-in-JS support via `postcss-js`.
  100. * Add loud `/*! autoprefixer: off */` control comments support.
  101. * Convert `rotateZ` to `rotate` for `-ms-transform`.
  102. * Use `postcss-value-parser` to carefully work with gradients.
  103. * Remove `-ms-transform-style` and `-o-transform-style` that never existed.
  104. ## 6.0.3
  105. * Fix old gradient direction warning.
  106. ## 6.0.2
  107. * Remove unnecessary `-khtml-` prefix too.
  108. ## 6.0.1
  109. * Fix `cross-fade()` support (by 一丝).
  110. ## 6.0 “Eureka”
  111. * CLI was removed from `autoprefixer` package to `autoprefixer-cli`.
  112. * `autoprefixer-core` and `autoprefixer` packages was merged back.
  113. * Remove `autoprefixer(opt).process(css)`, use `autoprefixer.process(css, opt)`.
  114. * Remove `safe` option. Use separated Safe parser from PostCSS.
  115. * Remove Opera 12.1 from default query.
  116. * Use PostCSS 5.0 API.
  117. * Add custom syntaxes support.
  118. * Add `image-set` support (by 一丝).
  119. * Add `mask-border` support (by 一丝).
  120. * Add `filter()` function support (by Vincent De Oliveira).
  121. * Add `backdrop-filter` support (by Vincent De Oliveira).
  122. * Add `element()` support (by Vincent De Oliveira).
  123. * Add CSS Regions support.
  124. * Add Scroll Snap Points support.
  125. * Add `writing-mode` support.
  126. * Add `::backdrop` support.
  127. * Add `cross-fade()` support.
  128. * Add other `break-` properties support.
  129. * Add Microsoft Edge support (by Andrey Polischuk).
  130. * Add `not` keyword and exclude browsers by query.
  131. * Add version ranges `IE 6-9` (by Ben Briggs).
  132. * Fix `filter` in `transition` support on Safari.
  133. * Fix `url()` parsing.
  134. * Fix `pixelated` cleaning.
  135. * Always show old gradient direction warning.
  136. ## 5.2.1
  137. * Fix parent-less node issue on some cases (by Josh Gillies).
  138. ## 5.2 “Dont tread on me”
  139. * Add `appearance` support.
  140. * Warn users on old gradient direction or flexbox syntax.
  141. * Add `add: false` option to disable new prefixes adding.
  142. * Make Autoprefixer 30% faster.
  143. * Use PostCSS 4.1 plugin API.
  144. * Add prefixes for `pixelated` instead of `crisp-edges` in `image-rendering`.
  145. * Do not add `::placeholder` prefixes for `:placeholder-shown`.
  146. * Fix `text-decoration` prefixes.
  147. * `autoprefixer.process()` was deprecated. Use PostCSS API.
  148. ## 5.1.11
  149. * Update `num2fraction` to fix resolution media query (by 一丝).
  150. ## 5.1.10
  151. * Do not generate `-webkit-image-rendering`.
  152. ## 5.1.9
  153. * Fix DynJS compatibility (by Nick Howes).
  154. ## 5.1.8
  155. * Fix gradients in `mask` and `mask-image` properties.
  156. * Fix old webkit prefix on some unsupported gradients.
  157. ## 5.1.7
  158. * Fix placeholder selector (by Vincent De Oliveira).
  159. ## 5.1.6
  160. * Use official `::placeholder-shown` selector (by Vincent De Oliveira).
  161. ## 5.1.5
  162. * Add transition support for CSS Masks properties.
  163. ## 5.1.4
  164. * Use `-webkit-` prefix for Opera Mobile 24.
  165. ## 5.1.3
  166. * Add IE support for `image-rendering: crisp-edges`.
  167. ## 5.1.2
  168. * Add never existed `@-ms-keyframes` to common mistake.
  169. ## 5.1.1
  170. * Safer value split in `flex` hack.
  171. ## 5.1 “Jianyuan”
  172. * Add support for resolution media query (by 一丝).
  173. * Higher accuracy while removing prefixes in values.
  174. * Add support for logical properties (by 一丝).
  175. * Add `@viewport` support.
  176. * Add `text-overflow` support (by 一丝).
  177. * Add `text-emphasis` support (by 一丝).
  178. * Add `image-rendering: crisp-edges` support.
  179. * Add `text-align-last` support.
  180. * Return `autoprefixer.defaults` as alias to current `browserslist.defaults`.
  181. * Save code style while adding prefixes to `@keyframes` and `@viewport`.
  182. * Do not remove `-webkit-background-clip` with non-spec `text` value.
  183. * Fix `-webkit-filter` in `transition`.
  184. * Better support for browser versions joined on Can I Use
  185. like `ios_saf 7.0-7.1` (by Vincent De Oliveira).
  186. * Fix compatibility with `postcss-import` (by Jason Kuhrt).
  187. * Fix Flexbox prefixes for BlackBerry and UC Browser.
  188. * Fix gradient prefixes for old Chrome.
  189. ## 5.0 “Pravda vítězí”
  190. * Use PostCSS 4.0.
  191. * Use Browserslist to parse browsers queries.
  192. * Use global `browserslist` config.
  193. * Add `> 5% in US` query to select browsers by usage in some country.
  194. * Add `object-fit` and `object-position` properties support.
  195. * Add CSS Shape properties support.
  196. * Fix UC Browser name in debug info.
  197. * Remove `autoprefixer.defaults` and use defaults from Browserslist.
  198. ## 4.0.2
  199. * Remove `o-border-radius`, which is common mistake in legacy CSS.
  200. ## 4.0.1
  201. * Fix `@supports` support with brackets in values (by Vincent De Oliveira).
  202. ## 4.0 “Indivisibiliter ac Inseparabiliter”
  203. * Become 2.5 times fatser by new PostCSS 3.0 parser.
  204. * Do not remove outdated prefixes by `remove: false` option.
  205. * `map.inline` and `map.sourcesContent` options are now `true` by default.
  206. * Add `box-decoration-break` support.
  207. * Do not add old `-webkit-` prefix for gradients with `px` units.
  208. * Use previous source map to show origin source of CSS syntax error.
  209. * Use `from` option from previous source map `file` field.
  210. * Set `to` value to `from` if `to` option is missing.
  211. * Trim Unicode BOM on source maps parsing.
  212. * Parse at-rules without spaces like `@import"file"`.
  213. * Better previous `sourceMappingURL` annotation comment cleaning.
  214. * Do not remove previous `sourceMappingURL` comment on `map.annotation: false`.
  215. ## 3.1.2
  216. * Update Firefox ESR version from 24 to 31.
  217. ## 3.1.1
  218. * Use Flexbox 2009 spec for Android stock browser < 4.4.
  219. ## 3.1 “Satyameva Jayate”
  220. * Do not remove comments from prefixed values (by Eitan Rousso).
  221. * Allow Safari 6.1 to use final Flexbox spec (by John Kreitlow).
  222. * Fix `filter` value in `transition` in Webkits.
  223. * Show greetings if your browsers don’t require any prefixes.
  224. * Add `<=` and `<` browsers requirement (by Andreas Lind).
  225. ## 3.0.1
  226. * Fix `autoprefixer.postcss` in callbacks.
  227. ## 3.0 “Liberté, Égalité, Fraternité”
  228. * Project was split to autoprefixer (with CLI) and autoprefixer-core.
  229. * `autoprefixer()` now receives only `options` object with `browsers` key.
  230. * GNU format for syntax error messages from PostCSS 2.2.
  231. ## 2.2 “Mobilis in mobili”
  232. * Allow to disable Autoprefixer for some rule by control comment.
  233. * Use PostCSS 2.1 with Safe Mode option and broken source line
  234. in CSS syntax error messages.
  235. ## 2.1.1
  236. * Fix `-webkit-background-size` hack for `contain` and `cover` values.
  237. * Don’t add `-webkit-` prefix to `filter` with SVG (by Vincent De Oliveira).
  238. ## 2.1 “Eleftheria i thanatos”
  239. * Add support for `clip-path` and `mask` properties.
  240. * Return `-webkit-` prefix to `filter` with SVG URI.
  241. ## 2.0.2
  242. * Add readable names for new browsers from 2.0 release.
  243. * Don’t add `-webkit-` prefix to `filter` with SVG URI.
  244. * Don’t add `-o-` prefix 3D transforms.
  245. ## 2.0.1
  246. * Save declaration style, when clone declaration to prefix.
  247. ## 2.0 “Hongik Ingan”
  248. * Based on PostCSS 1.0.
  249. See [options changes](https://github.com/postcss/postcss/releases/tag/1.0.0).
  250. * Restore visual cascade after declaration removing.
  251. * Enable visual cascade by default.
  252. * Prefix declareation in `@supports` at-rule conditions.
  253. * Add all browsers from Can I Use: `ie_mob`, `and_chr`, `and_ff`,
  254. `op_mob` and `op_mini`.
  255. * Allow to use latest Autoprefixer from GitHub by npm.
  256. * Add `--no-cascade`, `--annotation` and `--sources-content` options to binary.
  257. ## 1.3.1
  258. * Fix gradient hack, when `background` property contains color.
  259. ## 1.3 “Tenka Fubu”
  260. * Add `text-size-adjust` support.
  261. * Add `background-size` to support Android 2.
  262. ## 1.2 “Meiji”
  263. * Use Can I Use data from official `caniuse-db` npm package.
  264. * Remove package data update from binary.
  265. * Use increment value instead of current date in minor versions.
  266. ## 1.1 “Nutrisco et extingo”
  267. * Add source map annotation comment support.
  268. * Add inline source map support.
  269. * Autodetect previous source map.
  270. * Fix source maps support on Windows.
  271. * Fix source maps support in subdirectory.
  272. * Prefix selector even if it is already prefixed by developer.
  273. * Add option `cascade` to create nice visual cascade of prefixes.
  274. * Fix flexbox support for IE 10 (by Roland Warmerdam).
  275. * Better `break-inside` support.
  276. * Fix prefixing, when two same properties are near.
  277. ### 20140222:
  278. * Add `touch-action` support.
  279. ### 20140226:
  280. * Chrome 33 is moved to released versions.
  281. * Add Chrome 36 data.
  282. ### 20140302:
  283. * Add `text-decoration-*` properties support.
  284. * Update browsers usage statistics.
  285. * Use new PostCSS version.
  286. ### 20140319:
  287. * Check already prefixed properties after current declaration.
  288. * Normalize spaces before already prefixed check.
  289. * Firefox 28 is moved to released versions.
  290. * Add Firefox 31 data.
  291. * Add some Blackberry data.
  292. ### 20140327:
  293. * Don’t use `-ms-transform` in `@keyframes`, because IE 9 doesn’t support
  294. animations.
  295. * Update BlackBerry 10 data.
  296. ### 20140403:
  297. * Update browsers usage statistics.
  298. * Opera 20 is moved to released versions.
  299. * Add Opera 22 data.
  300. ### 20140410:
  301. * Chrome 34 is moved to released versions.
  302. * Add Chrome 37 data.
  303. * Fix Chrome 36 data.
  304. ### 20140429:
  305. * Fix `display: inline-flex` support by 2009 spec.
  306. * Fix old WebKit gradient converter (by Sergey Belov).
  307. * Fix CSS 3 cursors data (by Nick Schonning).
  308. ### 20140430:
  309. * Separate 2D and 3D transform prefixes to clean unnecessary `-ms-` prefixes.
  310. * Firefox 29 is moved to released versions.
  311. * Add Firefox 32 data.
  312. ### 20140510
  313. * Do not add `-ms-` prefix for `transform` with 3D functions.
  314. * Update browsers global usage statistics.
  315. ### 20140512
  316. * Remove unnecessary `-moz-` prefix for `wavy` in `text-decoration`.
  317. * Update Safari data for font properties.
  318. ### 20140521
  319. * Chrome 36 is moved to released versions.
  320. * Add Chrome 38 data.
  321. ### 20140523
  322. * Opera 21 is moved to released versions.
  323. * Add Opera 23 data.
  324. ### 20140605
  325. * Allow to parse gradients without space between color and position.
  326. * Add iOS 8, Safari 8 and Android 4.4.3 data.
  327. * Update browsers usage statistics.
  328. ## 1.0 “Plus ultra”
  329. * Source map support.
  330. * Save origin indents and code formatting.
  331. * Change CSS parser to PostCSS.
  332. * Preserve vendor-prefixed properties put right after unprefixed ones.
  333. * Rename `compile()` to `process()` and return result object,
  334. instead of CSS string.
  335. * Rename `inspect()` to `info()`.
  336. * Add in binary `-d` option to specify output directory.
  337. * Binary now will not concat output files.
  338. * Allow to select last versions for specified browser.
  339. * Add full browser names aliases: `firefox`, `explorer` and `blackberry`.
  340. * Ignore case in browser names.
  341. * Change license to MIT.
  342. * Add prefixes inside custom at-rules.
  343. * Add only necessary prefixes to selector inside prefixed at-rule.
  344. * Safer backgrounds list parser in gradient hack.
  345. * Prefix `@keyframes` inside `@media`.
  346. * Don’t prefix values for CSS3 PIE properties.
  347. * Binary now shows file name in syntax error.
  348. * Use browserify to build standalone version.
  349. ### 20131225:
  350. * Fix deprecated API convertor.
  351. * Add `::placeholder` support for Firefix >= 18.
  352. * Fix vendor prefixes order.
  353. ### 20140103:
  354. * Add `-webkit-` prefix for `sticky` position.
  355. * Update browsers popularity statistics.
  356. ### 20140109:
  357. * Add selectors and at-rules sections to debug info.
  358. * Fix outdated prefixes cleaning.
  359. ### 20140110:
  360. * Add `Firefox ESR` browser requirement.
  361. * Opera 18 is moved to released versions.
  362. * Add Opera 20 data.
  363. ### 20140117:
  364. * Chrome 32 is moved to released versions.
  365. * Add Opera 34 data.
  366. ### 20140130:
  367. * Fix flexbox properties names in transitions.
  368. * Add Chrome 35 and Firefox 29 data.
  369. ### 20140203:
  370. * Android 4.4 stock browser and Opera 19 are moved to released versions.
  371. * Add Opera 21 data.
  372. * Update browsers usage statistics.
  373. ### 20140213:
  374. * Add case insensitive to IE’s filter hack (by Dominik Schilling).
  375. * Improve selector prefixing in some rare cases (by Simon Lydell).
  376. * Firefox 27 is moved to released versions.
  377. * Add Firefox 30 data.
  378. ## 0.8 “Unbowed, Unbent, Unbroken”
  379. * Add more browsers to defaults ("> 1%, last 2 versions, ff 17, opera 12.1"
  380. instead of just "last 2 browsers").
  381. * Keep vendor prefixes without unprefixed version (like vendor-specific hacks).
  382. * Convert gradients to old WebKit syntax (actual for Android 2.3).
  383. * Better support for several syntaxes with one prefix (like Flexbox and
  384. gradients in WebKit).
  385. * Add intrinsic and extrinsic sizing values support.
  386. * Remove never existed prefixes from common mistakes (like -ms-transition).
  387. * Add Opera 17 data.
  388. * Fix selector prefixes order.
  389. * Fix browser versions order in inspect.
  390. ### 20130903:
  391. * Fix old WebKit gradients convertor on rgba() colors.
  392. * Allow to write old direction syntax in gradients.
  393. ### 20130906:
  394. * Fix direction syntax in radial gradients.
  395. * Don’t prefix IE filter with modern syntax.
  396. ### 20130911:
  397. * Fix parsing property name with spaces.
  398. ### 20130919:
  399. * Fix processing custom framework prefixes (by Johannes J. Schmidt).
  400. * Concat outputs if several files compiled to one output.
  401. * Decrease standalone build size by removing unnecessary Binary class.
  402. * iOS 7 is moved to released versions.
  403. * Clean up binary code (by Simon Lydell).
  404. ### 20130923:
  405. * Firefox 24 is moved to released versions.
  406. ### 20131001:
  407. * Add support for grab, grabbing, zoom-in and zoom-out cursor values.
  408. ### 20131006:
  409. * Chrome 30 is moved to released versions.
  410. ### 20131007:
  411. * Don’t add another prefixes in rule with prefixed selector.
  412. ### 20131009:
  413. * Opera 17 is moved to released versions.
  414. ### 20131015:
  415. * Fix converting multiple gradients to old webkit syntax (by Aleksei Androsov).
  416. ### 20131017:
  417. * Fix @host at-rule parsing.
  418. ### 20131020:
  419. * IE 11 and Andrid 4.3 is moved to released versions.
  420. * Add Opera 18 data.
  421. * Add @namespace support.
  422. * Sort browser versions in data file.
  423. ### 20131029:
  424. * Add Safari 6.1 data.
  425. * Add fx alias for Firefox.
  426. ### 20131104:
  427. * Update Android future version to 4.4.
  428. * Google Chrome 32 added to future versions list.
  429. * Firefox 25 now is actual version, 27 and 28 added to future versions.
  430. * Browsers statistics are updated.
  431. ### 20131205:
  432. * Google Chrome 33 added to future releases list.
  433. * Google Chrome 31 moved to current releases list.
  434. ### 20131209:
  435. * Use old webkit gradients for old iOS and Safari (by Chad von Nau).
  436. * Fix direction conversion for old webkit gradients (by Chad von Nau).
  437. * Update browsers popularity statistics.
  438. ### 20131213:
  439. * Firefox ESR in default browsers was changed to 24 version.
  440. * Firefox 26 was moved to current releases list.
  441. * Firefox 28 was added to future releases list.
  442. ## 0.7 “We Do Not Sow”
  443. * Add vendor prefixes to selectors.
  444. * Add ::selection and ::placeholder selectors support.
  445. * Allow to load support data from Can I Use pull requests.
  446. * Remove deprecated API.
  447. ### 20130806:
  448. * Add hyphens support.
  449. ### 20130807:
  450. * Add tab-size support.
  451. * Add :fullscreen support.
  452. ### 20130808:
  453. * Allow to select browser versions by > and >= operator.
  454. * Fix flex properties in transition.
  455. ### 20130810:
  456. * Add Firefox 25 data.
  457. ### 20130824:
  458. * Add Chrome 31 and 30 data.
  459. * Fix CSS comments parsing (by vladkens).
  460. ## 0.6 “As High As Honor”
  461. * New faster API, which cache preprocessed data. Old API is deprecated.
  462. * A lot of perfomance improvements.
  463. * Add Opera 15 -webkit- prefix support.
  464. * Update Chrome 29 and Safari 7 prefixes data.
  465. * Add minor browsers in popularity select.
  466. * Better syntax error messages.
  467. ### 20130721:
  468. * Add Chrome 30 data.
  469. ### 20130728:
  470. * Don’t remove non-standard -webkit-background-clip: text.
  471. * Don’t remove IE hack on CSS parse.
  472. ### 20130729:
  473. * Add Opera 16 data.
  474. * Fix “Invalid range in character class” error on Firefox.
  475. ### 20130730:
  476. * Fix correct clone comments inside keyframes (by Alexey Plutalov).
  477. * Fix angle recalculation in gradients (by Roman Komarov).
  478. ### 20130731:
  479. * Add border-image support.
  480. ## 0.5 “Ours is the Fury”
  481. * Rewrite Autoprefixer to be more flexible.
  482. * Use css, instead of Rework, to fix CSS parsing errors faster.
  483. * Fix a lot of CSS parsing errors.
  484. ### 20130616:
  485. * More useful message for CSS parsing errors.
  486. * Remove old WebKit gradient syntax.
  487. * Fix parsing error on comment with braces.
  488. ### 20130617:
  489. * Remove old Mozilla border-radius.
  490. * Don’t prefix old IE filter.
  491. * Remove old background-clip, background-size and background-origin prefixes.
  492. * Speed up regexps in values.
  493. * Allow to hack property declarations.
  494. ### 20130625:
  495. * Convert flexbox properties to 2009 and 2012 specifications.
  496. * Improve messages on syntax errors.
  497. ### 20130626:
  498. * Add Firefox 24 data.
  499. * Add prefixes for font-feature-settings.
  500. ### 20130629:
  501. * Fix convert flex properties to old box-flex.
  502. ## 0.4 “Winter Is Coming”
  503. * Remove outdated prefixes.
  504. * Add border-radius and box-shadow properties to database.
  505. * Change degrees in webkit gradients.
  506. ### 20130515:
  507. * Add old syntax in gradient direction.
  508. * Add old syntax for display: flex.
  509. * Update browser global usage statistics.
  510. ### 20130521:
  511. * Add Firefox 23 data.
  512. ### 20130524:
  513. * Add Chrome 29 data.
  514. ### 20130528:
  515. * Fix compatibilty with Rework from git master.
  516. * Add minor browsers to data, which can be selected only directly.
  517. ### 20130530:
  518. * Add Opera 15 and iOS 6.1 data.
  519. * Fix iOS versions in properties and values data.
  520. ### 20130603:
  521. * Use latest Rework 0.15 with a lot of CSS parsing fixes.
  522. * Update browsers usage statistics.
  523. ## 0.3 “Growing Strong”
  524. * Rename `autoprefixer.filter()` to `autoprefixer.rework()`.
  525. * Use own filters instead of Rework’s `prefix` and `prefixValue`.
  526. * Smarter value prefixer without false match “order” in “border”.
  527. * 40% faster.
  528. * Don’t add unnecessary properties instead of Rework’s `prefixValue`.
  529. * Don’t change properties order.
  530. * Sort properties and values in inspect output.
  531. * Add main to component config (by Jonathan Ong).
  532. * Fix documentation (by Sergey Leschina and Mark Vasilkov).
  533. ### 20130424:
  534. * Fix value override in prefixer.
  535. ### 20130427:
  536. * Prefix several same values in one property.
  537. * Fix Windows support in binary.
  538. * Improve print errors in binary.
  539. ### 20130502:
  540. * Don’t add -webkit- prefix to IE filter.
  541. * Don’t duplicate prefixes on second run.
  542. ## 0.2 “Hear Me Roar!”
  543. * Update parse libraries.
  544. * Use component package manager to build standalone script.
  545. * Add inspect to standalone script.
  546. ## 0.1 “Fire and Blood”
  547. * Initial release.