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
streamparameter is gone and you now need to return the file instead ofstream.push(file). Example