Skip to content

Releases: aymerick/raymond

Raymond 2.0.2

22 Mar 18:48
Compare
Choose a tag to compare

Changelog

  • [IMPROVEMENT] Add the #equal helper (#7)
  • [IMPROVEMENT] Add struct tag template variable support (#8)

Raymond 2.0.1

01 Jun 19:06
Compare
Choose a tag to compare

Changelog

Raymond 2.0.0

01 May 16:03
Compare
Choose a tag to compare

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

15 Jun 09:30
Compare
Choose a tag to compare

Changelog

  • Adds ParseFile() function.
  • Adds RegisterPartialFile(), RegisterPartialFiles() and Clone() methods on Template.
  • 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

09 Jun 15:51
Compare
Choose a tag to compare

Changelog