- Update ejs to
v3.0.2
(please read ejs's changelog for more info on discontinued ejs features)
- Update ejs to
v3.0.1
(please read ejs's changelog for more info on discontinued ejs features)
- Update ejs to
v2.7.1
- Update ejs to
v2.6.2
- Add support for the new ejs (v.2.5.8) async rendering feature. (@Tietew)
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.
Please check The github releases page for previous versions changelog.