Mustache v0.99.6 Release Notes

Release Date: 2014-07-22 // almost 10 years ago
    • ๐Ÿ›  Fixed and updated documentation
    • โž• Added license to gemspec
    • ๐Ÿ‘ Allows Hash default proc to work in context
    • โœ… Avoids raising ContextMiss when testing for key presence
    • ๐Ÿ”จ Refactored Parser to allow for better extensibility
    • 1.9.3+ YAML compatibility
    • ๐Ÿ‘Œ Support allowed liberal tag names in classes
    • โœ‚ Removed redundant Parser#scan_tag> code
    • Mustache command works with pure json files
    • Enumerate any object tagged with Mustache::Enumerable
    • Rescue NameError when Views module isn't found
    • โž• Adds Gemfile