Skip to content

Releases: edge-js/edge

Export EdgeError

19 Sep 16:20
Compare
Choose a tag to compare

Features

Full Changelog: v6.1.1...v6.2.0

Simplify internals of pushOnceTo tag

19 Sep 05:30
Compare
Choose a tag to compare

Add support for stacks

18 Sep 08:47
Compare
Choose a tag to compare

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 (yet to be written, please check back by the end of week).

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

18 Mar 20:03
Compare
Choose a tag to compare
  • chore(package): update dependencies 81fd898
  • chore: update dependencies 5adb9d4

Full Changelog: v6.0.1...v6.0.2

Update dependencies

04 Jan 07:36
Compare
Choose a tag to compare
  • chore: update dependencies 41df71e
  • docs: update github workflow badge url a2d0a4c

Full Changelog: v6.0.0...v6.0.1

Publish under latest tag

07 Nov 05:20
Compare
Choose a tag to compare

Please visit https://edgejs.dev/docs/changelog/upgrading-to-v6 for the changelog

What's Changed

Full Changelog: v5.5.1...v6.0.0

Improvements to the way plugins are executed

24 Aug 04:59
Compare
Choose a tag to compare
  • 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

24 Aug 05:40
Compare
Choose a tag to compare
  • refactor: assign props values to the props instance ad03e03

Full Changelog: v6.0.0-9...v6.0.0-10

Export Template class

19 Aug 06:33
Compare
Choose a tag to compare
Export Template class Pre-release
Pre-release

Full Changelog: v6.0.0-7...v6.0.0-8

Add merge, mergeUnless, and mergeIf methods to props

19 Aug 06:00
Compare
Choose a tag to compare
  • 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