Mustache v0.99.6 Release Notes
Release Date: 2014-07-22 // over 8 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