Skip to content

v6.0.0

Latest
Compare
Choose a tag to compare
@shannonmoeller shannonmoeller released this 26 Jan 15:13
· 29 commits to master since this release

BREAKING CHANGE: This commit updates the handlebars-wax module to v5. This major version update changes the meaning of @root back to the original Handlebars meaning and introduces @global and @local. This means that accessing global data in templates should be changed from:

{{foo}}
{{@root.foo}}

to:

{{foo}}
{{@global.foo}}