Skip to content

Latest commit

 

History

History
49 lines (32 loc) · 1.64 KB

CHANGELOG.md

File metadata and controls

49 lines (32 loc) · 1.64 KB

Raymond Changelog

HEAD

Raymond 0.2.4 (February 28, 2020)

  • [IMPROVEMENT] Remove annoying printfs

Raymond 0.2.3 (Jan 30, 2020)

  • [IMPROVEMENT] Iterate map keys in ordered fashion
  • [IMPROVEMENT] Add RemoveHelper and RemoveAllHelpers functions

Raymond 0.2.2 (March 22, 2018)

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

Raymond 0.2.1 (June 01, 2016)

Raymond 0.2.0 (May 01, 2016)

  • [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 0.1.0 (June 15, 2015)

  • Permits templates references with lowercase versions of struct fields.
  • Adds ParseFile() function.
  • Adds RegisterPartialFile(), RegisterPartialFiles() and Clone() methods on Template.
  • Helpers can now be struct methods.
  • Ensures safe concurrent access to helpers and partials.

Raymond 0.1.0 (June 09, 2015)