templates
Advanced tools
Changelog
[0.14.0]
Although 99% of users won't be effected by the changes in this release, there were some potentially breaking changes.
render
and compile
methods were streamlined, making it clear that .mergePartials
should not have been renamed to mergePartialsSync
. So that change was reverted.this.helper
object to the context in helpers, which has the helper name and options that were set specifically for that helperthis.view
object to the context in helpers, which is the current view being rendered. This was (and still is) always expose on this.context.view
, but it makes sense to add this to the root of the context as a convenience. We will deprecate this.context.view
in a future version..get
, .set
and .merge
methods on this.options
, this.context
and the this
object in helpers.