Releases: aymerick/raymond
Releases · aymerick/raymond
Raymond 2.0.2
Raymond 2.0.1
Changelog
- [BUGFIX] Removes data races #3 - Thanks @markbates
Raymond 2.0.0
Changelog
- [BUGFIX] Fixes passing of context in helper options #2 - Thanks @GhostRussia
- [BREAKING] Renames and unexports constants:
handlebars.DUMP_TPL
lexer.ESCAPED_ESCAPED_OPEN_MUSTACHE
lexer.ESCAPED_OPEN_MUSTACHE
lexer.OPEN_MUSTACHE
lexer.CLOSE_MUSTACHE
lexer.CLOSE_STRIP_MUSTACHE
lexer.CLOSE_UNESCAPED_STRIP_MUSTACHE
lexer.DUMP_TOKEN_POS
lexer.DUMP_ALL_TOKENS_VAL
Raymond 1.1.0
Changelog
- Adds
ParseFile()
function. - Adds
RegisterPartialFile()
,RegisterPartialFiles()
andClone()
methods onTemplate
. - Helpers can now be struct methods.
- Permits templates references with lowercase versions of struct fields.
- Ensures safe concurrent access to helpers and partials.
Raymond 1.0.0
Changelog
- This is the first release. Raymond supports almost all handlebars features. See https://github.com/aymerick/raymond#limitations for a list of differences with the javascript implementation.