Skip to content

Releases: crazyfactory/handlebars-php

v4.1.0

27 Feb 04:05
3795f7e

Choose a tag to compare

Change logs:

Author Date Commit Summary Description
ice-cf 27 Feb 3795f7e Merge pull request 6 from crazyfactorygithub-actions Refactor CI configuration: update PHP version to 7.3, streamline step
ice-cf 27 Feb 198d9b6 Refactor CI configuration: update PHP version to 7.3, streamline steps, and remove Travis CI configuration
ice-cf 27 Feb 8d9b240 Merge pull request 5 from crazyfactory4-add-extended-comparison-operators-and-numeric-comparison-support-in-conditionals Add extended comparison operators and numeric comparison support in conditionals
ice-cf 27 Feb 35a206e Add CLAUDE.md
ice-cf 27 Feb 4e9f796 Enhance README.md to include extended comparison operators and numeric comparison support in conditionals
ice-cf 27 Feb 9924b4b Add extended comparison operators and numeric comparison support in conditionals
ice-cf 25 Feb 30a121a Update handlebars-php dependency version
ice-cf 25 Feb 679fcf9 Update README.md

v4.0.0 - CrazyFactory fork release

25 Feb 08:24

Choose a tag to compare

What's New

New Features

  • Added `{{elseif ...}}` syntax for multi-branch conditional rendering
  • Added comparison expressions using backtick syntax in conditions
  • Automatic parent scope variable lookup in nested contexts (`Context` class)

Changes

  • Package renamed from `salesforce/handlebars-php` to `crazyfactory/handlebars-php`
  • Repository ownership transferred to CrazyFactory
  • Expanded test coverage for elseif conditions and parent scope resolution

Forked from salesforce/handlebars-php (v3.0.1)