2.0.10
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