All Versions
40
Latest Version
Avg Release Cycle
153 days
Latest Release
1274 days ago

Changelog History
Page 3

  • v0.12.0 Changes

    December 10, 2010
    • Passing the full draft Mustache spec.
    • Instance render: @view.render(:thing => :world)
    • ๐Ÿ›  Sinatra bugfix: 'layout not found' fix
  • v0.11.2 Changes

    May 13, 2010
    • ๐Ÿ›  Sinatra bugfix: mustache :"TEMPLATE.atom"
  • v0.11.1 Changes

    May 12, 2010
    • ๐Ÿ›  mustache(1) bugfix: Render even without data.
  • v0.11.0 Changes

    April 18, 2010
    • ๐Ÿ‘€ Higher Order Sections. See mustache(5) for details.
    • โž• Add inheritable class ivars on Mustache for @options.
  • v0.10.0 Changes

    April 02, 2010
    • โž• Added Inverted Sections (). See mustache(5) for details.
    • โž• Added Template#source for accessing the template's string source.
    • ๐Ÿ›  Bugfix: 1.9 encoding fix
    • ๐Ÿ›  Sinatra Bugfix: 1.9 compat
  • v0.9.2 Changes

    March 29, 2010
    • ๐Ÿ›  Sinatra: Bugfix for mustache :view, :layout => true
    • Mustache class now implements partial so you can call super when providing a custom partial method.
    • ๐Ÿ›  Bugfix: Allow slashes in tags, especially partials.
  • v0.9.1 Changes

    March 27, 2010
    • ๐Ÿ›  Bugfix: Partials use the nearest context when being rendered.
    • ๐Ÿ›  Bugfix: Partials returned by the partial method are now rendered.
  • v0.9.0 Changes

    March 26, 2010
    • ๐Ÿ†• New, cleaner parser by Magnus Holm!
    • ๐Ÿ‘Œ Improved error messages!
    • ๐Ÿ›  Bugfixes!
    • Faster runtime!
    • Sinatra 1.0 compatibility with layout tag overriding!
  • v0.7.0 Changes

    March 25, 2010
    • ๐Ÿ’Ž Mustache.compile for compiling a template into Ruby.
    • ๐Ÿ‘€ mustache -c FILE to see a template's compiled Ruby.
    • ๐Ÿ‘ Recursive partial support.
    • โž• Added & as an alias for the triple mustache (unescaped HTML).
    • โœ… Simpler examples. Old examples are now test fixtures.
  • v0.6.0 Changes

    March 08, 2010
    • ๐Ÿ‘€ Ruby objects can be used in sections, not just hashes. See http://github.com/defunkt/mustache/commit/9477619638
    • As a result, TypeError is no longer thrown when hashes are not passed.
    • mustache(1) man page is now included
    • mustache(5) man page is now included
    • tpl-mode.el has been renamed mustache-mode.el
    • ๐Ÿ‘Œ Improved README