== 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. == 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.