Skip to content

Commit c41e2c7

Browse files
committed
chore(release): update changelog
1 parent 4c624e5 commit c41e2c7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Changelog
2+
3+
## v4.0.0
4+
5+
This version features a complete rewrite of the plugin to update it's code to modern es6 javascript, which involve some breaking changes.
6+
7+
- 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](https://npmjs.com/package/gulp-rename).
8+
- Renamed exposed `ejs` object to `__EJS__`
9+
10+
Please check the [README](https://github.com/rogeriopvl/gulp-ejs/blob/master/README.md) file for more info on how migrate to version 4.
11+
12+
## Previous versions
13+
14+
Please check [The github releases page](https://github.com/rogeriopvl/gulp-ejs/releases) for previous versions changelog.

0 commit comments

Comments
 (0)