Skip to content

Commit 59646cb

Browse files
committed
Add changelog
1 parent fb2e785 commit 59646cb

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@ All notable changes to this project will be documented in this file.
33

44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/).
55

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+
618
## [1.1.0] Dynamic Partial Resolution - 2026-03-26
719

820
### Added

0 commit comments

Comments
 (0)