Releases: thomasvantuycom/gulp-rev-rewrite
Releases · thomasvantuycom/gulp-rev-rewrite
v6.0.0
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
5.0.0 (2021-07-31)
Build System
BREAKING CHANGES
v4.0.0
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
3.0.3 (2020-04-03)
Bug Fixes
v3.0.2
3.0.2 (2020-02-19)
Bug Fixes
v3.0.1
3.0.1 (2020-01-30)
Bug Fixes
- avoid corrupting binary files (96eabfa)
v3.0.0
3.0.0 (2020-01-03)
Code Refactoring
BREAKING CHANGES
v2.0.0
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
1.1.4 (2019-01-15)
Bug Fixes
- allow replacing in query parameters (ee9dc42), closes #17
v1.1.3
1.1.3 (2018-11-27)
Bug Fixes
- downgrade malicious devDependency (a3817d6)