All Versions
40
Latest Version
Avg Release Cycle
153 days
Latest Release
1274 days ago
Changelog History
Page 3
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"
- ๐ Sinatra bugfix:
-
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 callsuper
when providing a custompartial
method. - ๐ Bugfix: Allow slashes in tags, especially partials.
- ๐ Sinatra: Bugfix for
-
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