-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4c624e5
commit c41e2c7
Showing
1 changed file
with
14 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Changelog | ||
|
||
## v4.0.0 | ||
|
||
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](https://npmjs.com/package/gulp-rename). | ||
- Renamed exposed `ejs` object to `__EJS__` | ||
|
||
Please check the [README](https://github.com/rogeriopvl/gulp-ejs/blob/master/README.md) file for more info on how migrate to version 4. | ||
|
||
## Previous versions | ||
|
||
Please check [The github releases page](https://github.com/rogeriopvl/gulp-ejs/releases) for previous versions changelog. |