We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb2e785 commit 59646cbCopy full SHA for 59646cb
1 file changed
CHANGELOG.md
@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
3
4
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
5
6
+## [1.2.0] Frame API - 2026-03-27
7
+
8
+### Added
9
+- `Handlebars::createFrame()`: creates a child `@data` frame inheriting fields from a parent frame,
10
+ equivalent to `Handlebars.createFrame()` in Handlebars.js.
11
12
+### Fixed
13
+- Block param path lookups and literal path lookups (e.g. `{{"foo"}}`, `{{#"foo"}}`) in `strict`
14
+ mode no longer incorrectly throw when the key exists but its value is `null`.
15
+- Inline partials defined inside an `{{else}}` block no longer leak into the surrounding scope.
16
17
18
## [1.1.0] Dynamic Partial Resolution - 2026-03-26
19
20
### Added
0 commit comments