Skip to content

Releases: xp-forge/handlebars-templates

4.3.0: JSON helper

27 Sep 10:53

Choose a tag to compare

  • Merged PR #22: Add json helper, which can be used to transport values
    from PHP to JavaScript.
    (@thekid)

4.2.0: YFM for fragments

07 Sep 13:31

Choose a tag to compare

  • Added support for inherited front matter to partials, making definitions
    accessible when rendering template fragments.
    (@thekid)
  • Fixed PHP 8.5 deprecation warnings about using null as an array offset
    being deprecated
    (@thekid)

4.1.0: Library compatibility

10 May 08:33

Choose a tag to compare

  • Added compatibility with xp-forge/yaml 9.0.0-RELEASE - @thekid

4.0.0: PHP 7.4+

04 May 16:48

Choose a tag to compare

  • Heads up: Dropped support for PHP < 7.4, see xp-framework/rfc#343
    (@thekid)
  • Added PHP 8.5 to test matrix - @thekid
  • Refactored template loading to no longer use deprecated functionality
    from the xp-forge/mustache library, making it compatible with its
    newest major release
    (@thekid)

3.5.1: WithFrontMatter fix

12 Apr 09:32

Choose a tag to compare

  • Fixed issue #21: WithFrontMatter incompatible with Nodes::inheriting()
    (@thekid)

3.5.0: XP 12

12 Apr 09:32

Choose a tag to compare

  • Made compatible with XP 12 - @thekid

3.4.0: YAML library compatibility

04 Feb 09:57

Choose a tag to compare

3.3.0: Fragment parameters

14 Jan 09:18

Choose a tag to compare

  • Merged PR #20: Add support for fragment parameters - @thekid

3.2.0: Frontend library compatibility

25 Dec 12:29

Choose a tag to compare

3.1.0: Nested fragments

29 Oct 22:16

Choose a tag to compare

  • Merged PR #19: Support nested fragments - @thekid
  • Added PHP 8.4 to test matrix - @thekid