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

Changelog History
Page 3

  • v0.2.0 Changes

    July 14, 2015

    🔋 Features:

    • Added Crustache::Engine. It is a wrapper class for typical usage d813bd2
    • Added Crustache::FileSystem#load!. It is a strict version load 8a8683b

    🔄 Changes:

    • Now, Crustache::Renderer is generic class, so you can use many model types in a program ee5e258
    • Fixed Crustache.render's argument fs's bug 0f97690
  • v0.1.1 Changes

    July 12, 2015

    🔋 Features:

    • Added Crustache::ViewLoader
    • Added Crustache.parseFile

    🔄 Changes:

    • Move Crustache::Data and this subclasses under Crustache::Tree
  • v0.1.0 Changes

    July 12, 2015

    🔋 Features:

    • Added implementation of Mustache v1.1.2+λ
    • Added support flexible contexts (but type is complex!)