Skip to content

Releases: xp-forge/handlebars

9.4.0: XP 12 compatibility

24 Mar 14:29
Compare
Choose a tag to compare
  • Made compatible with XP 12 - @thekid

9.3.0: Partial inheritance

29 Oct 21:45
Compare
Choose a tag to compare
  • Merged PR #30: Add possibility to inherit partials - @thekid
  • Fixed com.handlebarsjs.PartialNode string representation to include
    closing braces
    (@thekid)

9.2.0: Inverse blocks, literals, optimizations

22 Oct 20:18
Compare
Choose a tag to compare
  • Added support for literals enclosed in [] - @thekid
  • Optimized helpers invoked as part of a block - @thekid
  • Fixed Call to undefined method errors for unclosed sections - @thekid
  • Merged PR #29: Implement inverse blocks - @thekid
  • Added PHP 8.4 to the test matrix - @thekid
  • Optimized parsing {{.}} by not parsing following text - @thekid

9.1.0: Block helper functions

25 Jul 20:41
Compare
Choose a tag to compare
  • Merged PR #28: Allow registering functions in BlockHelper - @thekid

9.0.0: Decorator removal

23 Jul 07:29
Compare
Choose a tag to compare
  • Merged PR #27: Remove decorator support and optimize inline partials
    (@thekid)

8.1.1: HTML escaping warnings fix

22 Jul 10:34
Compare
Choose a tag to compare
  • Fixed htmlspecialchars(): Passing null to parameter #1 ($string)
    of type string is deprecated

    (@thekid)

8.1.0: Helper compatibility

07 Apr 11:28
Compare
Choose a tag to compare
  • Fixed implementation to not render helper output. This ensures
    compatibility with the official Handlebars implementation. See
    issue #26
    (@thekid)
  • Merged PR #25: Migrate to new testing library - @thekid

8.0.0: Helpers precedence

08 Oct 12:35
Compare
Choose a tag to compare
  • Merged PR #23: Add support for literal segments, e.g. notations
    like array.[0].[item-class].
    (@thekid)
  • Merged PR #22: Give helpers precedence over input properties.
    Heads up: This creates a BC break, {{date}} will now invoke
    the date helper instead of selecting the date property from the
    current context!
    (@thekid)

7.1.1: Nested loops fix

11 Sep 11:45
Compare
Choose a tag to compare
  • Fixed @first and @last inside nested each loops - @thekid

7.1.0: Parent "this"

03 Sep 07:57
Compare
Choose a tag to compare