Skip to content

Releases: salesforce/handlebars-php

3.0.1

12 Jan 16:32
d3a0552
Compare
Choose a tag to compare

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

02 Aug 21:11
12d2694
Compare
Choose a tag to compare
v3

php8 support
phpunit fixes

First Salesforce release

17 Jun 20:48
59fc47c
Compare
Choose a tag to compare

Includes changes since forking from original repo including

  • php7 support
  • performance improvements
  • support for @data variables