Skip to content

2.0.10

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Dec 23:01
· 91 commits to master since this release
3b6c9c4

Changes

Features πŸš€

  • HtmlEncoding consistent with rules in handlebars.js @tommysor (#473)

    The original issue this PR was intended to solve have been fixed in PR #477.
    This PR now deals with general rules for encoding in Handlebars.Net vs handlebars.js.

  • Support @last by default. @orgads (#481)

    Fixes #480

Bug Fixes πŸ›

  • Fix path parsing when contains [a/b] @zjklee (#478)

    Fixes #470

  • UnencodedStatementVisitor resets value to previously existing value when done @tommysor (#477)

    Fix #468 HandlebarsDotNet.Handlebars.Configuration.NoEscape Applied Inconsistently
    This PR does not deal with the question of general rules for encoding that was brought up in #473.

  • Issue #469 @jamesfarrugia96 (#474)

    Exposed additional helper registration overloads via static methods

Contributors

@jamesfarrugia96, @orgads, @tommysor, @zjklee