Releases: salesforce/handlebars-php
Releases · salesforce/handlebars-php
3.0.1
What's Changed
- Added support {{#if condition}} {{else if condition}} {{else if condition}} {{/if}} by @jichangfeng in #7
- Preserve numeric keys on #each helper by @inkarnation in #18
- Fix incorrect PHPDoc type and remove unused property by @theodorejb in #19
- Fix CI test command by @theodorejb in #20
Full Changelog: v3...3.0.1
v3
php8 support
phpunit fixes
First Salesforce release
Includes changes since forking from original repo including
- php7 support
- performance improvements
- support for
@data
variables