Skip to content

Commit

Permalink
Release 3.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Aug 22, 2014
1 parent 689cec1 commit 01609bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 3.0 “Liberté, Égalité, Fraternité”
* Project was split to autoprefixer (with CLI) and autoprefixer-core.
* `autoprefixer()` now receives only `options` object with `browsers` key.
* GNU format for syntax error messages from PostCSS 2.2.

## 2.2 “Mobilis in mobili”
* Allow to disable Autoprefixer for some rule by control comment.
* Use PostCSS 2.1 with Safe Mode option and broken source line
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-core",
"version": "2.2.0",
"version": "3.0.0",
"description": "CLI-less core of Autoprefixer to use in plugins",
"keywords": ["autoprefixer", "css", "prefix", "postprocessor", "postcss"],
"author": "Andrey Sitnik <[email protected]>",
Expand Down

0 comments on commit 01609bd

Please sign in to comment.