Skip to content

Commit 604a264

Browse files
author
Andrey Kuzmin
committed
Release 6.3.0
1 parent 24c1197 commit 604a264

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ return gulp.src('./src/*.css')
107107

108108
## Advanced usage
109109

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

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

167167
## Changelog
168168

169+
* 6.3.0
170+
* Integrated with postcss-load-config
171+
* Added a callback to configure postcss on per-file-basis
172+
* Dropped node 0.10 support
173+
169174
* 6.2.0
170175
* Fix syntax error message for PostCSS 5.2 compatibility
171176

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gulp-postcss",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"description": "PostCSS gulp plugin",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)