gulp-changed

Only pass through changed files

MIT License

Downloads
163.9K
Stars
742
Committers
21

Bot releases are visible (Hide)

gulp-changed - Latest Release

Published by sindresorhus 10 months ago

gulp-changed -

Published by sindresorhus 12 months ago

gulp-changed -

Published by sindresorhus 12 months ago

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

https://github.com/sindresorhus/gulp-changed/compare/v4.0.3...v5.0.0

gulp-changed -

Published by sindresorhus over 3 years ago

  • Fix compareLastModifiedTime for Node.js 14.17.0 (#83) (#84) e5c66cd

https://github.com/sindresorhus/gulp-changed/compare/v4.0.2...v4.0.3

gulp-changed -

Published by sindresorhus about 5 years ago

  • Make Gulp an optional peer dependency 42c9e37

https://github.com/sindresorhus/gulp-changed/compare/v4.0.1...v4.0.2

gulp-changed -

Published by sindresorhus about 5 years ago

  • Fix compareLastModifiedTime for Gulp 4 (#78) ad492ff

https://github.com/sindresorhus/gulp-changed/compare/v4.0.0...v4.0.1

gulp-changed -

Published by sindresorhus over 5 years ago

Breaking:

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

https://github.com/sindresorhus/gulp-changed/compare/v3.2.0...v4.0.0