Skip to content

Commit

Permalink
Release 0.6 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jul 16, 2013
1 parent 86d5a05 commit b30326b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
== 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.

== 0.5 (Ours is the Fury)
* Rewrite Autoprefixer to be more flexible.
* Use css, instead of Rework, to fix CSS parsing errors faster.
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.5.20130629",
"version": "0.6.20130716",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"keywords": ["css", "prefix", "rework"],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
Expand Down

0 comments on commit b30326b

Please sign in to comment.