All Versions
23
Latest Version
Avg Release Cycle
90 days
Latest Release
1394 days ago

Changelog History
Page 2

  • v2.1.0 Changes

    March 08, 2016

    ๐Ÿ”‹ Features:

    • Added ECR compatible macros, embed_mustache and mustache_file.
  • v2.0.1 Changes

    March 09, 2016

    ๐Ÿ”„ Changes:

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

    February 09, 2016

    ๐Ÿ”‹ 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.
  • v1.0.2 Changes

    January 13, 2016

    ๐Ÿ”„ Changes:

    • Support Crystal v0.10.1.
      • Implemented IO#read(slice : Slice(UInt8)) in IndentIO.
  • v1.0.1 Changes

    December 25, 2015

    ๐Ÿ”„ Changes:

    • Support Crystal v0.10.0.
      • MemoryIO#clear raised an error when it is not resizable. Fixed it.
      • Fixed JSON type.
  • v1.0.0 Changes

    October 18, 2015

    ๐Ÿ”„ Changes:

  • v0.3.2 Changes

    September 12, 2015

    ๐Ÿ”„ Changes:

  • v0.3.1 Changes

    July 26, 2015

    ๐Ÿ”‹ Features:

    • Used Enumerable instead of Array as model type c91d35f

    ๐Ÿ”„ Changes:

    • Removed Crustache::Template type ef6931c
    • Moved Crustache's class methods to some files to fix circular reference a507890
  • v0.3.0 Changes

    July 18, 2015

    ๐Ÿ”‹ Features:

    • Added Crustache::Context for solving complex model type (see #1) e41a453
    • Added Crustache::DEFAULT_FILENAME 2d80f1c

    ๐Ÿ”„ Changes:

    • Remove some type restrictions (see #1) 0b10d98
    • Fixed the name of Crustache.parse_file from Crustahce.parseFile (mismatch naming) 53dfd00
    • Rename from src/crustache/tree.cr to src/crustache/syntax.cr f860a5a
      because Crustache::Tree is renamed to Crustache::Syntax
  • v0.2.1 Changes

    July 15, 2015

    ๐Ÿ”‹ Features:

    • Added extension argument for Crustache::ViewLoader. It specify filename extensions of implicit loading 8c69afc

    ๐Ÿ”„ Changes:

    • Added spec/spec.cr for running specs db86034