All Versions
40
Latest Version
Avg Release Cycle
153 days
Latest Release
1578 days ago

Changelog History
Page 2

  • v0.99.6 Changes

    July 22, 2014
    • ๐Ÿ›  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
  • v0.99.5 Changes

    November 11, 2013
    • โž• Added line offsets to parser ast
    • Sinatra: mustache takes a View class to skip lookups
    • ๐Ÿ›  Fixed warning for shadowing outer local variable
    • ๐Ÿ›  Fixed typos
  • v0.99.4 Changes

    May 26, 2011
    • โช Reverted automatically attr_accessors in Sinatra. Too much magic.
  • v0.99.3 Changes

    March 06, 2011
    • ๐Ÿ›  Fixed method_missing support
    • ๐Ÿ›  Fixed whitespace errors
  • v0.99.2 Changes

    March 06, 2011
    • โž• Added some HTML5 tags to tpl-mode.el
    • ๐Ÿ›  Bugfix: {{#sections}} and whitespace
  • v0.99.1 Changes

    March 01, 2011
    • ๐Ÿ›  Bugfix: Strings used in sections no longer enumerate.
  • v0.99.0 Changes

    February 28, 2011
    • Unary methods of Mustache view can now be used in sections as procs.
    • โž• Added instance-level versions of all view settings.
    • ๐Ÿ‘ Emacs mode: Support for dot notation
    • ๐Ÿ‘ Sinatra: Support for mustache "views/in/sub/directories"
  • v0.98.0 Changes

    February 24, 2011
    • Dot Notation: {{person.name}}
    • Implicit Iterators: {{# people}} {{.}} {{/ people}}
    • Automagic attr_readers for ivars you set in Sinatra routes.
    • Ability to customize escaping by overriding Mustache#escapeHTML
  • v0.13.0 Changes

    February 23, 2011
    • Mustache.render accepts a symbol to specify a template name.
    • ๐Ÿ›  Bugfix: Struct can be used as sections again
  • v0.12.1 Changes

    February 22, 2011
    • ๐Ÿ›  Bugfixes!