Version 1.6.0
TL;DR
The main change in this commit is the ability to write partials like <%~ include(...) %>
or <%~ includeFile(...) %>
in their templates in addition to <%~ E.include(...) %>
or <%~ E.includeFile(...) %>
🎉 🎉 🎉
This new change should increase template readability and make transitioning to Eta seem less overwhelming. This release also includes some dev-dependency updates and the removal of some unneeded dev-dependencies.
Commits
- Merge pull request #18 from eta-dev/dependabot/npm_and_yarn/node-fetch-2.6.1 b46aab7
- Update package.json, remove unneeded dev dependencies c4aad16
- Bump node-fetch from 2.6.0 to 2.6.1 7ab1ef0
- Merge pull request #17 from eta-dev/simple-include e381db1
- Update tests to include case with include,includeFile undefined a3fa9c0
- Update tests, documentation to use simplified version of include & includeFile c72a067
- Alias E.include, E.includeFile as include, includeFile bfbcd14