We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 326ff48 commit 1b9663bCopy full SHA for 1b9663b
2 files changed
CHANGELOG.md
@@ -2,6 +2,16 @@
2
3
All notable changes to this project will be documented in this file.
4
5
+## v0.9.3 — 2026-05-25
6
+
7
+### Added
8
9
+- **`:layout` for `render-file-cached`.** Mirrors `HAML.render(:file, :layout)`.
10
+ Both the inner template and the layout are compiled, cached on disk, and
11
+ memoized in-process independently; editing either file invalidates only that
12
+ file's entry. The layout sees the inner render through `= yield` and
13
+ `yield(:name<...>)` / `content-for`.
14
15
## v0.9.2 — 2026-05-25
16
17
### Changed
META6.json
@@ -1,7 +1,7 @@
1
{
"name": "Template::HAML",
"description": "HAML template engine",
- "version": "0.9.2",
+ "version": "0.9.3",
"api": "1",
"perl": "6.d",
"authors": ["Greg Donald"],
0 commit comments