Skip to content

Commit

Permalink
Release 6.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey Kuzmin committed Jan 15, 2017
1 parent 24c1197 commit 604a264
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,8 @@ return gulp.src('./src/*.css')

## Advanced usage

If you want to configure per file basis, you can pass a callback that
receives [vinyl file object](https://github.com/gulpjs/vinyl) and returns
If you want to configure postcss on per-file-basis, you can pass a callback
that receives [vinyl file object](https://github.com/gulpjs/vinyl) and returns
`{ plugins: plugins, options: options }`. For example, when you need to
parse different extensions differntly:

Expand Down Expand Up @@ -166,6 +166,11 @@ module.exports = function (ctx) {

## Changelog

* 6.3.0
* Integrated with postcss-load-config
* Added a callback to configure postcss on per-file-basis
* Dropped node 0.10 support

* 6.2.0
* Fix syntax error message for PostCSS 5.2 compatibility

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": "gulp-postcss",
"version": "6.2.0",
"version": "6.3.0",
"description": "PostCSS gulp plugin",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 604a264

Please sign in to comment.