Skip to content

Raymond 1.1.0

Compare
Choose a tag to compare
@aymerick aymerick released this 15 Jun 09:30
· 27 commits to master since this release

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.