File tree 1 file changed +16
-0
lines changed 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
5
+
6
+ ## [ 0.9.8] String Escaping - 2025-05-20
7
+ ### Added
8
+ - ` Handlebars::escapeExpression() ` method (equivalent to the ` Handlebars.escapeExpression() ` utility function in Handlebars.js).
9
+
10
+ ### Removed
11
+ - Unnecessary ` $escape ` parameter on SafeString constructor.
12
+
13
+ ### Fixed
14
+ - Nested else if validation (fixes https://github.com/zordius/lightncandy/issues/313 ).
15
+ - Escaping multiple double quotes (fixes https://github.com/zordius/lightncandy/issues/298 ).
16
+ - Single-quoted string parsing and compiling.
17
+
18
+
4
19
## [ 0.9.7] Resolvers - 2025-05-04
5
20
### Added
6
21
- ` helperResolver ` and ` partialResolver ` compile options for dynamic handling of partials and helpers.
@@ -72,6 +87,7 @@ Initial release after forking from LightnCandy 1.2.6.
72
87
- HTML documentation.
73
88
- Dozens of unnecessary feature flags.
74
89
90
+ [ 0.9.8 ] : https://github.com/devtheorem/php-handlebars/compare/v0.9.7...v0.9.8
75
91
[ 0.9.7 ] : https://github.com/devtheorem/php-handlebars/compare/v0.9.6...v0.9.7
76
92
[ 0.9.6 ] : https://github.com/devtheorem/php-handlebars/compare/v0.9.5...v0.9.6
77
93
[ 0.9.5 ] : https://github.com/devtheorem/php-handlebars/compare/v0.9.4...v0.9.5
You can’t perform that action at this time.
0 commit comments