Skip to content

Commit

Permalink
Release 0.3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 23, 2013
1 parent b69c95a commit cff06b6
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
== 0.3 (Growing Strong)
* Rename `autoprefixer.filter()` to `autoprefixer.rework()`.
* 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.
* Add main to component config (by Jonathan Ong).
* Fix documentation (by Sergey Leschina and Mark Vasilkov).

== 0.2 (Hear Me Roar!)
* Update parse libraries.
* Use component package manager to build standalone script.
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
"version": "0.2.20130413",
"version": "0.3.20130423",
"description": "Parse CSS and add prefixed properties and values by actual Can I Use database",
"keywords": ["css", "prefix", "rework"],
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
"version": "0.2.20130413",
"version": "0.3.20130423",
"description": "Parse CSS and add prefixed properties and values by actual Can I Use database",
"keywords": ["css", "prefix", "rework"],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
Expand Down

0 comments on commit cff06b6

Please sign in to comment.