Skip to content

Commit 7bfbe91

Browse files
committed
Release 0.9.9
1 parent 69daae8 commit 7bfbe91

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@ 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+
## [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

0 commit comments

Comments
 (0)