Mustache Development Tool is announcing that Mustache with version number 1.0.2 is already available to download.
What is Mustache ?
Mustache is This is the Ruby version of the Mustache templating engine .
Mustache provides logic-less Ruby templates for quickly building web pages.The templates is inspired by Google’s ctemplate and Ivan fomichev’s et (Erlang Template Engine Prototype).Mustache is a framework-agnostic way to render logic-free views.Created files will be separated into two aprts: a Ruby class and an HTML template.The Ruby class is called the “view” and the HTML template the “template.”Mustache ships with Sinatra integration. It also works great with TextMate, Vim, Emacs, and Coda.Mustache is also available in:JavaScript – download mustache.js hereRuby – download Mustache here.Python – download pystache here.Erlang – download mustache.erl here.PHP – download mustache.php here.Perl – download Mustache Template here.Go – download mustache.go here.Lua – download hige here.ooc – download Mustang here.C++ – download plustache here.ActionScript 3 – download mustache.as here.Java – download mustache.java here.node.js – download Mu here.
This is changelog for Mustache version 1.0.2 :
- Always cast to hash on hash-like object lookups
- Fixed -v option in the binary
- Missing partial returns “” per the spec
You can read the complete changelog and also download this latest version on their homepage: github.com