Sha256: 8406f75b80178fbf0167f63384e87222f07d4128f585c2140263c907222c44b4
Contents?: true
Size: 1.84 KB
Versions: 9
Compression:
Stored size: 1.84 KB
Contents
* 1.6.0 (2014-08-16) * Code statements continue on the next line when the current one is terminated by a comma * Ruby-style attributes continue on the next line when braces are not balanced and the current one is terminated by a comma * Attributes defined by attribute methods or expressions are merged with existing .class and #id instead of overriding them (%p.class{attrs()}) * 1.5.0 (2014-07-08) * Improved the Twig Loader (hason) * 1.4.0 (2014-05-23) * Now attributes are escaped only if escape is activated (Hassan Amouhzi) * Added an Executor that can easily execute php-based templates * 1.3.0 (2013-10-04) * Made filters modular (hason) * Added filters: coffee, escaped, less, markdown, php, scss, twig (hason) * Spec: Case insensitive doctype id after `!!!` * Spec: `!!! XML` doctype ignored in non xhtml mode * Spec: Do not output `/>` on empty elements in non xhtml mode * Fixed handling of escaped string interpolations (hason) * Improved Object Reference support: object name override (ronan-gloo) * New examples * 1.2.2 (2013-03-29) * Flatten deeply-nested data attributes * 1.2.0 (2013-02-09) * Added support for interpolations in attributes: %form(action="" #{form_enctype(form)}) * Added support for object reference syntax: %div[object] * Made the parser more permissive when parsing content of -# comments * Fixed rendering of <?xml tags to not conflict with php short open tags * Added ability to use inline comments in php code * Added attribute expression support in ruby-like attributes: %html{get_attrs()} * Added boolean attribute syntax in html-like attributes: %input(type="checkbox" checked) * 1.1.0 (2012-09-24) * Added handling of special attributes (e.g. id, class, data, and boolean attributes) * Compiled MtHaml templates now need MtHaml at runtime in some cases (and a Twig extension, for Twig templates).
Version data entries
9 entries across 9 versions & 1 rubygems