Releases: rogeriopvl/gulp-ejs
Releases · rogeriopvl/gulp-ejs
v5.1.0
v5.0.0
Changelog
- Updated ejs to v3.0.1 (check ejs's changelog for info on discontinued features)
v4.1.1
Changelog
- Update ejs to v2.6.2
v4.1.0
v4.0.0
Changelog
This version features a complete rewrite of the plugin to update it's code to modern es6 javascript, which involve some breaking changes.
- Removed settings hash (third argument), consequentially
settings.ext
(setting output file extension) is no longer supported. If you need to rename the ejs files extension please use gulp-rename. - Renamed exposed
ejs
object to__EJS__
Please check the README file for more info on how migrate to version 4.
v3.3.0
Changelog
- Update
through2
to version 3.0.0
v3.2.1
Changelog
- Update
through2
package from 2.0.3 to 2.0.4
V3.2.0
Changelog
- Remove
safe-buffer
package, and use new Buffer API (Buffer.from
) - Update
ejs
to version2.6.1
- Update dev dependencies
Breaking changes: Node v4 no longer supported.
Version 3.1.3
Changelog
- Updated ejs to latest version (2.5.9)
v3.1.1
Changelog
- Remove
gulp-util
dependency to avoid errors in Gulp 4.