Releases: edge-js/edge
Releases · edge-js/edge
Expose API to hook into renderer instance
The Edge.onRender method will allow to hook into the renderer instance and maybe share local variables before any template gets rendered.
edge.onRender((renderer) => {
renderer.share({ key: value })
})Commits
Share state with Edge output processor
Commits
- feat: share state with processor output callback 635ca02
- chore: update dependencies 7294929
- chore: update dependencies 513a853
- docs(README): update sponsors list and remove individual assets 3caf8ad
- docs(README): add sponsors to the repo 109f741
- chore: update dependencies 5d976bf
Full Changelog: v5.3.7...v5.4.0
Update dependencies
- chore: update dependencies 13ae6dd
Do not cache partials since they share local state with parent template
- fix: do not cache partials since they share local state with the parent template ad2ceab
- chore: update dependencies 56784f6
Full Changelog: v5.3.5...v5.3.6
Update parser
- chore: update dependencies d629331
Update dependencies
- chore: update dependencies 7b6628a
Update dependencies
- refactor: reorganize meta config 5961ad5
- chore: update dependencies c7e3dd3
- docs: ✏️ update standalone usage in README (#105) c575a79
- test: fix assertion to work with latest and old node versions 8ec5323
New Contributors
- @estalaPaul made their first contribution in #105
Full Changelog: v5.3.2...v5.3.3