Skip to content

Commit e194a0d

Browse files
committed
Release 0.9.6
1 parent e22564e commit e194a0d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

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+
412
## [0.9.5] Block Parameter Parsing - 2025-03-30
513
### Fixed
614
- 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.
5967
- HTML documentation.
6068
- Dozens of unnecessary feature flags.
6169

70+
[0.9.6]: https://github.com/devtheorem/php-handlebars/compare/v0.9.5...v0.9.6
6271
[0.9.5]: https://github.com/devtheorem/php-handlebars/compare/v0.9.4...v0.9.5
6372
[0.9.4]: https://github.com/devtheorem/php-handlebars/compare/v0.9.3...v0.9.4
6473
[0.9.3]: https://github.com/devtheorem/php-handlebars/compare/v0.9.2...v0.9.3

0 commit comments

Comments
 (0)