Skip to content

Commit 4d1710e

Browse files
committed
Release 0.9.5
1 parent e87fc1f commit 4d1710e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

CHANGELOG.md

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

4+
## [0.9.5] Block Parameter Parsing - 2025-03-30
5+
### Fixed
6+
- Parsing block parameters with extra surrounding whitespace (fixes https://github.com/zordius/lightncandy/issues/371).
7+
8+
49
## [0.9.4] String Arguments - 2025-03-23
510
### Fixed
6-
- Parsing single-quoted string arguments. (Fixes https://github.com/zordius/lightncandy/issues/281, https://github.com/zordius/lightncandy/issues/357, https://github.com/zordius/lightncandy/issues/367).
11+
- Parsing single-quoted string arguments (fixes https://github.com/zordius/lightncandy/issues/281, https://github.com/zordius/lightncandy/issues/357, https://github.com/zordius/lightncandy/issues/367).
12+
713

814
## [0.9.3] Raw Block Parsing - 2025-03-20
915
### Fixed
1016
- Correctly parse handlebars after raw block (fixes https://github.com/zordius/lightncandy/issues/344).
1117

18+
1219
## [0.9.2] Arrow Function Helpers - 2025-03-19
1320
### Added
1421
- Support for arrow function helpers.
@@ -52,6 +59,7 @@ Initial release after forking from LightnCandy 1.2.6.
5259
- HTML documentation.
5360
- Dozens of unnecessary feature flags.
5461

62+
[0.9.5]: https://github.com/devtheorem/php-handlebars/compare/v0.9.4...v0.9.5
5563
[0.9.4]: https://github.com/devtheorem/php-handlebars/compare/v0.9.3...v0.9.4
5664
[0.9.3]: https://github.com/devtheorem/php-handlebars/compare/v0.9.2...v0.9.3
5765
[0.9.2]: https://github.com/devtheorem/php-handlebars/compare/v0.9.1...v0.9.2

0 commit comments

Comments
 (0)