Releases: mourner/yeahjs
Releases · mourner/yeahjs
v0.3.0
⚠️ Breaking: switch to ESM export and drop support for Node versions earlier than v12.17.0.
v0.2.0
Added ability to pass data to includes (<%- include('template.ejs', {foo: bar}) %>
).
v0.1.0
async
templates.
cache
option and caching includes automatically.
- Better file handling API (
resolve
and read
options)