Skip to content

Commit

Permalink
chore(release): update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
rogeriopvl committed Apr 19, 2019
1 parent 4c624e5 commit c41e2c7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
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.

0 comments on commit c41e2c7

Please sign in to comment.