File tree 1 file changed +10
-0
lines changed
1 file changed +10
-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.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
+
4
12
## [ 0.9.1] Better Return Type - 2025-03-18
5
13
### Added
6
14
- Detailed return annotation for ` compile() ` method.
7
15
16
+
8
17
## [ 0.9.0] Modern Cleanup - 2025-03-18
9
18
Initial release after forking from LightnCandy 1.2.6.
10
19
@@ -35,5 +44,6 @@ Initial release after forking from LightnCandy 1.2.6.
35
44
- HTML documentation.
36
45
- Dozens of unnecessary feature flags.
37
46
47
+ [ 0.9.2 ] : https://github.com/devtheorem/php-handlebars/compare/v0.9.1...v0.9.2
38
48
[ 0.9.1 ] : https://github.com/devtheorem/php-handlebars/compare/v0.9.0...v0.9.1
39
49
[ 0.9.0 ] : https://github.com/devtheorem/php-handlebars/tree/v0.9.0
You can’t perform that action at this time.
0 commit comments