Releases · miickel/gulp-angular-templatecache
v3.0.1
Changed
- Update gulp-footer to 2.1.0.
v3.0.0
Changed
- Update jsesc to 2.5.2, through2 to 3.0.1, vinyl to 2.2.0.
Removed
- Remove NodeJS6 (deprecated 4/30/19) and set node engine minimum to NodeJS 8. This is a breaking change. #175
Fixed
- Fix deprecated
Buffer(). #173
v2.2.7
Changed
- Update gulp-header to 2.0.7 (removes event-stream).
- Update Travis CI configuration by adding NodeJS 12.
Fixed
- Fix #145.
v2.2.6
Changed
- Remove all references to event-stream (due to recent security exploit). Thanks, @Basa0!
v2.2.5
v2.2.4
v2.2.3
Changed
- Update Travis CI configuration by adding NodeJS 11.
Fixed
- Fix
IIFEwrapper removal during minification by addinguse strictdirective. #161.
v2.2.2
Changed
- Update dependencies identified as having security concerns by
npm audit. There are no outstanding known security issues as identified bynpm auditat this time.
Fixed
- Fix support for empty header and footer. #160
v2.2.1
Changed
- Update gulp-header and gulp-footer dependencies to remove gulp-util which has been largely deprecated from the gulp ecosystem.
- Update Travis CI configuration to use current node LTS versions.
v2.0.0
In this release we replace js-string-escape with jsesc, which handles the string escaping more efficiently by avoiding unnecessary escape characters (quotes).
This change is breaking, as from now on we only support Node versions >= 4.2 (previously 0.8). For older versions of Node, please revert back to using v1.9.1 of this plugin.