mustache.js v0.7.0 Release Notes

Release Date: 2012-09-10 // over 11 years ago
    • Rename Renderer => Writer.
    • Allow partials to be loaded dynamically using a callback (thanks [@TiddoLangerak] for the suggestion).
    • Fixed a bug with higher-order sections that prevented them from being passed the raw text of the section from the original template.
    • More concise token format. Tokens also include start/end indices in the original template.
    • High-level API is consistent with the Writer API.
    • Allow partials to be passed to the pre-compiled function (thanks [@fallenice]).
    • Don't use eval (thanks [@cweider]).