Skip to content

Commit 6c0a4b1

Browse files
committed
Release 0.9.2
1 parent bdb7da1 commit 6c0a4b1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

CHANGELOG.md

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

4+
## [0.9.2] Arrow Function Helpers - 2025-03-19
5+
### Added
6+
- Support for arrow function helpers.
7+
8+
### Fixed
9+
- Parse error when using length with `@root` (from https://github.com/zordius/lightncandy/issues/370).
10+
11+
412
## [0.9.1] Better Return Type - 2025-03-18
513
### Added
614
- Detailed return annotation for `compile()` method.
715

16+
817
## [0.9.0] Modern Cleanup - 2025-03-18
918
Initial release after forking from LightnCandy 1.2.6.
1019

@@ -35,5 +44,6 @@ Initial release after forking from LightnCandy 1.2.6.
3544
- HTML documentation.
3645
- Dozens of unnecessary feature flags.
3746

47+
[0.9.2]: https://github.com/devtheorem/php-handlebars/compare/v0.9.1...v0.9.2
3848
[0.9.1]: https://github.com/devtheorem/php-handlebars/compare/v0.9.0...v0.9.1
3949
[0.9.0]: https://github.com/devtheorem/php-handlebars/tree/v0.9.0

0 commit comments

Comments
 (0)