mustache.js v2.3.1 Release Notes

Release Date: 2018-08-07 // over 5 years ago
  • Minor

    • ๐Ÿ“œ #643: Writer.prototype.parse to cache by tags in addition to template string, by @raymond-lam.
    • ๐Ÿ“œ #664: Fix Writer.prototype.parse cache, by @seminaoki.

    Dev

    • ๐Ÿš€ #666: Install release tools with npm rather than pre-commit hook & Rakefile, by @phillipj.
    • โœ… #667, #668: Stabilize browser test suite, by @phillipj.

    ๐Ÿ“„ Docs

    • #644: Document global Mustache.escape overriding capacity, by @paultopia.
    • ๐Ÿ“š #657: Correct Mustache.parse() return type documentation, by @bbrooks.