2.1.3
·
51 commits
to refs/heads/master
since this release
Changes
-
Fix 535 OutOfMemoryException @anth12 (#536)
The following line currently throws an OutOfMemoryException for unrecognised expressions:
https://github.com/Handlebars-Net/Handlebars.Net/blob/01ad0e69e56331371f85a1c59c008d7ecfd06f78/source/Handlebars/Compiler/Lexer/Parsers/BlockParamsParser.cs#L28This PR exits the while loop when reaching the end of the end of the string reader.
-
Rendering inline blocks are incorrectly escaped @Nisden (#538)
This pull request demonstrates the the issue experienced in #524