Skip to content

v5.0.0

Choose a tag to compare

@sindresorhus sindresorhus released this 03 Nov 12:48
· 14 commits to main since this release

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