Skip to content

Releases: smysnk/gulp-rev-all

v4.0.0

16 Dec 19:21
d5b2a56
Compare
Choose a tag to compare
  • Convert to ESM (breaking change)
  • Require Node 16+ (breaking change)
  • Update dependencies
  • Replace through2 with easy-transform-stream
  • Replace 'merge' with spread operator
  • Clean up code (remove IIFE)

v3.0.0

11 Apr 10:25
df99d90
Compare
Choose a tag to compare
  • Use GitHub Actions for CI
  • Update dependencies
  • Require Node 10+ (breaking change)

v2.0.2

11 Jun 08:26
ec454d7
Compare
Choose a tag to compare

v2.0.1

29 May 03:24
6441ef5
Compare
Choose a tag to compare
  • Prefer npm scripts over gulp tasks #208

v2.0.0

27 May 15:38
1f087fc
Compare
Choose a tag to compare
  • Fix support for Node.js >= 11 #204
  • Drop support for Node.js < 8 #204
  • Update npm dependencies #205

v1.0.0

02 Aug 14:28
d0bf52a
Compare
Choose a tag to compare
  • Do not stringify contents before calling md5 hasher (#167)
  • Update Gulp link and add yarn example in README.md (#169)
  • Replace custom is_binary_file implementation with a library (#179)
  • Use only active versions of Node.js (6, 8, 10) on CI (#189)
  • Update npm dependencies (#190) (#195)
  • Use 'Buffer.from()' instead of 'new Buffer()' (#191)
  • Commit package-lock.json (#192)
  • Setup Prettier (#193)
  • Setup ESLint (#194)
  • Add more badges in README.md (#196)

v0.9.8

19 Jul 10:27
7a37fb0
Compare
Choose a tag to compare
  • Replace deprecated gulp-util (#167)