File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,15 @@ All notable changes to this project will be documented in this file.
33
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
55
6+ ## [ 0.9.9] Stringable Conditions - 2025-10-15
7+ ### Added
8+ - Allow ` Stringable ` variables in ` if ` statements ([ #8 ] ( https://github.com/devtheorem/php-handlebars/pull/8 ) ).
9+
10+ ### Fixed
11+ - Raw lookup when key doesn't exist ([ #3 ] ( https://github.com/devtheorem/php-handlebars/issues/3 ) ).
12+ - Spacing and undefined variable for each block in partial ([ #7 ] ( https://github.com/devtheorem/php-handlebars/issues/7 ) ).
13+
14+
615## [ 0.9.8] String Escaping - 2025-05-20
716### Added
817- ` Handlebars::escapeExpression() ` method (equivalent to the ` Handlebars.escapeExpression() ` utility function in Handlebars.js).
@@ -87,6 +96,7 @@ Initial release after forking from LightnCandy 1.2.6.
8796- HTML documentation.
8897- Dozens of unnecessary feature flags.
8998
99+ [ 0.9.9 ] : https://github.com/devtheorem/php-handlebars/compare/v0.9.8...v0.9.9
90100[ 0.9.8 ] : https://github.com/devtheorem/php-handlebars/compare/v0.9.7...v0.9.8
91101[ 0.9.7 ] : https://github.com/devtheorem/php-handlebars/compare/v0.9.6...v0.9.7
92102[ 0.9.6 ] : https://github.com/devtheorem/php-handlebars/compare/v0.9.5...v0.9.6
You can’t perform that action at this time.
0 commit comments