Skip to content

Releases: makenowjust/crustache

Version 2.2.0

08 Mar 23:59

Choose a tag to compare

Features:

  • Rename embed_mustache and mustache_file to Mustache#.embed and Mustahce#.def_to_s, follow Crystal v0.12.0 changes.

Version 2.1.0

08 Mar 23:59

Choose a tag to compare

Features:

  • Added ECR compatible macros, embed_mustache and mustache_file.

Version 2.0.1

09 Mar 00:00

Choose a tag to compare

Changes:

  • Fixed a bug to represent Section and Invert by to_code incorrectly.

Version 2.0.0

09 Feb 10:03

Choose a tag to compare

Features:

  • Support compile time template parsing.
  • Added Crustache::parse_file_static to parse Mustache file on compile time.
  • Added Crustache::loader to create FileSystem object to use Crustache::Engine.
  • Added Crustache::loader_static, it is compile time version of Crustache::loader.

Changes:

  • Add type annotation to class constructors for Crystal next compiler.

Version 1.0.0

18 Oct 13:02

Choose a tag to compare

Changes: