== 0.6 (As High As Honor) * New faster API, which cache preprocessed data. Old API is deprecated. * A lot of perfomance improvements. * Add Opera 15 -webkit- prefix support. * Update Chrome 29 and Safari 7 prefixes data. * Add minor browsers in popularity select. * Better syntax error messages. 20130721: * Add Chrome 30 data. 20130728: * Don’t remove non-standard -webkit-background-clip: text. * Don’t remove IE hack on CSS parse. * Fix loading into Rails without Sprockets. == 0.5 (Ours is the Fury) * Rewrite Autoprefixer to be more flexible. * Use css, instead of Rework, to fix CSS parsing errors faster. * Fix a lot of CSS parsing errors. * Fix sass-rails 4.0.0.rc2 compatibility. 20130616: * More useful message for CSS parsing errors. * Remove old WebKit gradient syntax. * Fix parsing error on comment with braces. 20130617: * Remove old Mozilla border-radius. * Don’t prefix old IE filter. * Remove old background-clip, background-size and background-origin prefixes. * Speed up regexps in values. * Allow to hack property declarations. 20130625: * Convert flexbox properties to 2009 and 2012 specifications. * Add support for sass-rails 4 final. 20130626: * Add Firefox 24 data. * Add prefixes for font-feature-settings. 20130629: * Fix convert flex properties to old box-flex. * Fix Sinatra (sprockets-sass) suuport. == 0.4 (Winter Is Coming) * Remove outdated prefixes. * Add border-radius and box-shadow properties to database. * Change degrees in webkit gradients. 20130515: * Add old syntax in gradient direction. * Add old syntax for display: flex. * Update browser global usage statistics. 20130521: * Add Firefox 23 data. * Update css-parse to fix @-moz-document issue. 20130523: * Update Rework’s libraries to fix @page statement. 20130524: * Add Chrome 29 data. 20130527: * Fix new css-stringify issue. 20130528: * Fix compatibilty with Rework from git master. * Add minor browsers to data, which can be selected only directly. 20130530: * Add Opera 15 and iOS 6.1 data. * Fix iOS versions in properties and values data. 20130603: * Use latest Rework 0.15 with a lot of CSS parsing fixes. * Update browsers usage statistics. == 0.3 (Growing Strong) * Use own filters instead of Rework’s `prefix` and `prefixValue`. * Smarter value prefixer without false match “order” in “border”. * 40% faster. * Don’t add unnecessary properties instead of Rework’s `prefixValue`. * Don’t change properties order. * Sort properties and values in inspect output. 20130424: * Fix value override in prefixer. 20130427: * Prefix several same values in one property. 20130502: * Don’t add -webkit- prefix to IE filter. * Don’t duplicate already prefixed rules. == 0.2 (Hear Me Roar!) * Update parse libraries. * Add inspect method and rake tast. == 0.1 (Fire and Blood) * Initial release.