Mustache Development Tool is announcing that mustache.js with version number 2.1.3 is already available to download.
What is mustache.js ?
mustache.js is The JavaScript version of the Mustache templating engine .
Mustache provides logic-less minimal templates in JavaScript.Programmers can use mustache.js for rendering templates in his browser, rendering server-side templates alongside node.js or use it for rendering stuff in CouchDB’s views.Mustache folllows the trend of separating logics code from HTML tags.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.js version 2.1.3 :
- Fixed lookup not stopping upon finding undefined or null values.
- Refactored pre-commit hook.
You can read the complete changelog and also download this latest version on their homepage: mustache.github.io