Releases: sindresorhus/gulp-filter
Releases · sindresorhus/gulp-filter
v9.0.1
- Fix Windows compatibility 1513d7a
v9.0.0
v8.0.0
v7.0.0
v6.0.0
5.0.0
4.0.0
3.0.0
There were issues with restoring a stream in 2.0.0 so we had to rethink the approach. In 3.0.0 you have to be explicit about what you want when you create the filter stream. Want to be able to restore the files using a restore stream later on? Cool, pass in {restore: true}
in the filter options. The restore stream is now a property on the filter stream instead of a function. We've also added support for using the filtered files as a file source, similar to gulp.src()
, see the passthrough
option.