We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f61bc7a commit 0edb611Copy full SHA for 0edb611
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v4.1.0
4
+
5
+- Add support for the new ejs ([v.2.5.8](https://github.com/mde/ejs/releases/tag/v2.5.8)) async rendering feature. (@Tietew)
6
7
## v4.0.0
8
9
This version features a complete rewrite of the plugin to update it's code to modern es6 javascript, which involve some breaking changes.
package.json
@@ -1,6 +1,6 @@
{
"name": "gulp-ejs",
- "version": "4.0.0",
+ "version": "4.1.0",
"description": "A plugin for Gulp that parses ejs template files",
"keywords": [
"gulpplugin",
0 commit comments