We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 23d3012 commit a1c2de3Copy full SHA for a1c2de3
CHANGELOG.md
@@ -18,7 +18,8 @@
18
* [Fixed] stack overflow with nested `@partial-block` [#401]
19
* [Fixed] value access issue when upper block has a base value [#419]
20
* [Fixed] escape rules for Json string literal [#423]
21
-* [Fixed] zero-arity subexpressions support [#433]
+* [Fixed] **Breaking** zero-arity subexpressions support [#433]
22
+ Zero-arity subexpression no longer resolved as variable. The behaviour is now aligned with handlebarsjs.
23
* [Removed] **Breaking** option to disable source map is removed [#395]
24
* [Removed] **Breaking** `TemplateFileError` and `TemplateRenderError` are removed and merged into
25
`TemplateError` and `RenderError` [#395]
0 commit comments