Skip to content

Commit

Permalink
Release 1.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Dec 22, 2013
1 parent 1313e19 commit e36eb19
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions ChangeLog.md
@@ -1,3 +1,23 @@
## 1.0 “Plus ultra”
* Source map support.
* Save origin indents and code formatting.
* Change CSS parser to PostCSS.
* Rename compile() to process() and return result object, instead of CSS string.
* Rename inspect() to info().
* Add in binary -d option to specify output directory.
* Binary now will not concat output files.
* Allow to select last versions for specified browser.
* Add full browser names aliases: `firefox`, `explorer` and `blackberry`.
* Ignore case in browser names.
* Change license to MIT.
* Add prefixes inside custom at-rules.
* Add only necessary prefixes to selector inside prefixed at-rule.
* Safer backgrounds list parser in gradient hack.
* Prefix @keyframes inside @media.
* Don’t prefix values for CSS3 PIE properties.
* Binary now shows file name in syntax error.
* Use browserify to build standalone version.

## 0.8 “Unbowed, Unbent, Unbroken”
* Add more browsers to defaults ("> 1%, last 2 versions, ff 17, opera 12.1"
instead of just "last 2 browsers").
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "autoprefixer",
"version": "0.8.20131213",
"version": "1.0.20131222",
"description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website",
"keywords": ["css", "prefix", "postprocessor", "postcss"],
"author": "Andrey Sitnik <andrey@sitnik.ru>",
Expand Down

0 comments on commit e36eb19

Please sign in to comment.