Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: salesforce/handlebars-php

3.0.1

Choose a tag to compare

@luke-lan luke-lan released this 12 Jan 16:32
d3a0552

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

v3

Choose a tag to compare

@sam-osborne sam-osborne released this 02 Aug 21:11
12d2694

php8 support
phpunit fixes

First Salesforce release

Choose a tag to compare

@rustybailey rustybailey released this 17 Jun 20:48
59fc47c

Includes changes since forking from original repo including

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