Releases: edge-js/edge
Releases · edge-js/edge
Export EdgeError
Simplify internals of pushOnceTo tag
Full Changelog: v6.1.0...v6.1.1
Add support for stacks
Edge stacks allows you to create placeholders within your templates and push contents from other places. For example: You can have a placeholder for inline scripts using the @stack('js')
tag and then push to this stack using the @pushTo
and @pushOnceTo
tags.
The documentation covers the usage of stacks in-depth.
Features
- add support for content stacks (5714054)
- clone edge renderer instance with shared data (0cddc8d), closes #156
Full Changelog: v6.0.2...v6.1.0
Update dependencies
Full Changelog: v6.0.1...v6.0.2
Update dependencies
Full Changelog: v6.0.0...v6.0.1
Publish under latest tag
Please visit https://edgejs.dev/docs/changelog/upgrading-to-v6 for the changelog
- chore: add labels 603741b
- docs(README): update docs 166ade2
- refactor: merge next to develop (#144) ec859c2
What's Changed
- Merge next to develop by @thetutlage in #144
Full Changelog: v5.5.1...v6.0.0
Improvements to the way plugins are executed
- refactor: execute plugins atleast one time even when registered later ee7a38d
- fix: create a shallow copy of globals b5ac2f3
Full Changelog: v6.0.0-8...v6.0.0-9
Assign props to the props class instance
- refactor: assign props values to the props instance ad03e03
Full Changelog: v6.0.0-9...v6.0.0-10
Export Template class
- feat: export Template fa11bdb
Full Changelog: v6.0.0-7...v6.0.0-8
Add merge, mergeUnless, and mergeIf methods to props
- refactor: use fs-readdir-recursive package 519a1ca
- feat(props): add merge, mergeUnless and mergeIf methods 16786a6
Full Changelog: v6.0.0-6...v6.0.0-7