Releases: sindresorhus/gulp-changed
Releases · sindresorhus/gulp-changed
v5.0.2
- Fix last modified comparison b597164
v5.0.1
v5.0.0
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 ofstream.push(file)
. Example
v4.0.3
v4.0.2
- Make Gulp an optional peer dependency 42c9e37
v4.0.1
v4.0.0
Breaking: