Skip to content

Releases: sindresorhus/gulp-changed

v5.0.2

10 Dec 13:46
Compare
Choose a tag to compare
  • Fix last modified comparison b597164

v5.0.1...v5.0.2

v5.0.1

06 Nov 15:53
Compare
Choose a tag to compare

v5.0.0...v5.0.1

v5.0.0

03 Nov 12:48
Compare
Choose a tag to compare

Breaking

  • Require Node.js 18 2e1a746
  • This package is now pure ESM. Please read this.
  • The built-in comparators are now exposed as named imports instead of properties of gulpChanged
  • If you built your own comparator, note that the first stream parameter is gone and you now need to return the file instead of stream.push(file). Example

v4.0.3...v5.0.0

v4.0.3

15 Jun 08:11
Compare
Choose a tag to compare
  • Fix compareLastModifiedTime for Node.js 14.17.0 (#83) (#84) e5c66cd

v4.0.2...v4.0.3

v4.0.2

04 Oct 07:59
Compare
Choose a tag to compare
  • Make Gulp an optional peer dependency 42c9e37

v4.0.1...v4.0.2

v4.0.1

18 Aug 20:11
Compare
Choose a tag to compare
  • Fix compareLastModifiedTime for Gulp 4 (#78) ad492ff

v4.0.0...v4.0.1

v4.0.0

29 May 05:55
Compare
Choose a tag to compare

Breaking:

  • Remove deprecated compareSha1Digest property 016a3e2
  • Require Node.js 8 and Gulp 4 9251007

v3.2.0...v4.0.0