File tree 1 file changed +9
-0
lines changed
1 file changed +9
-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
+ ## [ 0.9.6] Partial Indentation - 2025-04-20
5
+ ### Fixed
6
+ - Indentation of nested partials (https://github.com/ProAI/laravel-handlebars/issues/33 ).
7
+ - Parsing hash options containing line breaks (fixes https://github.com/zordius/lightncandy/issues/310 ).
8
+ - Parameter type error in strict mode.
9
+ - Parsing raw block helper params.
10
+
11
+
4
12
## [ 0.9.5] Block Parameter Parsing - 2025-03-30
5
13
### Fixed
6
14
- Parsing block parameters with extra surrounding whitespace (fixes https://github.com/zordius/lightncandy/issues/371 ).
@@ -59,6 +67,7 @@ Initial release after forking from LightnCandy 1.2.6.
59
67
- HTML documentation.
60
68
- Dozens of unnecessary feature flags.
61
69
70
+ [ 0.9.6 ] : https://github.com/devtheorem/php-handlebars/compare/v0.9.5...v0.9.6
62
71
[ 0.9.5 ] : https://github.com/devtheorem/php-handlebars/compare/v0.9.4...v0.9.5
63
72
[ 0.9.4 ] : https://github.com/devtheorem/php-handlebars/compare/v0.9.3...v0.9.4
64
73
[ 0.9.3 ] : https://github.com/devtheorem/php-handlebars/compare/v0.9.2...v0.9.3
You can’t perform that action at this time.
0 commit comments