Skip to content

Commit

Permalink
Release 1.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Feb 18, 2014
1 parent e7924ea commit 651b58e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 1.1 “Nutrisco et extingo”
* Add source map annotation comment support.
* Add inline source map support.
* Autodetect previous source map.
* Fix source maps support on Windows.
* Fix source maps support in subdirectory.
* Add option `cascade` to create nice visual cascade of prefixes.
* Fix flexbox support for IE 10 (by Roland Warmerdam).
* Better `break-inside` support.
* Fix prefixing, when two same properties are near.

## 1.0 “Plus ultra”
* Source map support.
* Save origin indents and code formatting.
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": "1.0.20140213",
"version": "1.1.20140218",
"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 651b58e

Please sign in to comment.