Skip to content

Releases: thomasvantuycom/gulp-rev-rewrite

v6.0.0

28 Sep 22:58
Compare
Choose a tag to compare

6.0.0 (2023-09-28)

Code Refactoring

  • move to ESM and require Node 18 (ce3b418)
  • remove unnecessary plugin options (3cc22fc)

Performance Improvements

  • speed up RegExp with character classes (35e2943)

BREAKING CHANGES

  • The plugin is now pure ESM
  • Requires Node 18
  • The prefix, modifyUnreved, and modifyReved options
    have been removed.

v5.0.0

31 Jul 09:03
Compare
Choose a tag to compare

5.0.0 (2021-07-31)

Build System

BREAKING CHANGES

  • dropped Node 10 support

v4.0.0

30 Oct 21:23
9c29832
Compare
Choose a tag to compare

4.0.0 (2020-10-30)

Code Refactoring

  • change manifest option to accept Buffer (#53) (9c29832)

BREAKING CHANGES

  • The manifest option no longer accepts a stream, only a Buffer. This aligns the plugin with Gulp's guidelines.

v3.0.3

03 Apr 15:02
Compare
Choose a tag to compare

3.0.3 (2020-04-03)

Bug Fixes

v3.0.2

19 Feb 13:56
45705d7
Compare
Choose a tag to compare

3.0.2 (2020-02-19)

Bug Fixes

  • support quoteless html atributes (#30) (45705d7)

v3.0.1

30 Jan 12:43
Compare
Choose a tag to compare

3.0.1 (2020-01-30)

Bug Fixes

  • avoid corrupting binary files (96eabfa)

v3.0.0

03 Jan 23:50
Compare
Choose a tag to compare

3.0.0 (2020-01-03)

Code Refactoring

BREAKING CHANGES

  • dropped Node 8 support

v2.0.0

02 Jul 23:09
Compare
Choose a tag to compare

2.0.0 (2019-07-02)

Code Refactoring

  • remove canonicalUris option (ded7170)
  • remove replaceInExtensions option (6ec52e4)
  • use object spread (dd0511b)

BREAKING CHANGES

  • will now replace in all files. Files can be filtered by
    extension in the gulp.src glob, or by using gulp.filter.
  • usage of Windows-style paths within files now only
    possible through the modifyUnreved function.
  • require node 8

v1.1.4

15 Jan 10:36
Compare
Choose a tag to compare

1.1.4 (2019-01-15)

Bug Fixes

  • allow replacing in query parameters (ee9dc42), closes #17

v1.1.3

27 Nov 09:58
Compare
Choose a tag to compare

1.1.3 (2018-11-27)

Bug Fixes

  • downgrade malicious devDependency (a3817d6)