Skip to content

Releases: sindresorhus/gulp-filter

v9.0.1

15 Nov 06:25
Compare
Choose a tag to compare
  • Fix Windows compatibility 1513d7a

v9.0.0...v9.0.1

v9.0.0

02 Nov 16:33
Compare
Choose a tag to compare

Breaking

v8.0.0...v9.0.0

v8.0.0

22 Jul 09:53
Compare
Choose a tag to compare

Breaking

v7.0.0...v8.0.0

v7.0.0

24 Apr 18:45
Compare
Choose a tag to compare

Breaking

Fixes

  • Fix behavior for matching paths outside cwd (#92) 2e5d663

v6.0.0...v7.0.0

v6.0.0

28 May 17:51
Compare
Choose a tag to compare

Breaking:

v5.1.0...v6.0.0

5.0.0

19 Jan 17:48
Compare
Choose a tag to compare
  • Adds support for relative parent paths. #78 f148c7b
  • Drops support for Node.js 0.12 & 0.10.

v4.0.0...v5.0.0

4.0.0

06 Dec 16:37
Compare
Choose a tag to compare

Use the correct relative path. 5fd40bc

3.0.0

27 Jul 19:05
Compare
Choose a tag to compare

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.