-
Haml 6+ support.
-
Fixed a bug that embedded ruby code was not parsed with the current version of ruby.
- Haml 5 support.
- Reduce specificity of Haml 4.0 version dependency. (thanks to Ben Sheldon)
-
Switch to Nokogiri for XML parsing. (thanks to Stefan Natchev and Norman Clarke)
-
Add Ruby 2.0 support. (thanks to Yasuharu Ozaki)
-
Add option to use Ruby 1.9-style attributes when possible. (thanks to Yoshinori Kawasaki and Alexander Egorov)
-
Updated dependency versions.
-
Removed some deprecated configuration flags.
-
Move the internal HTML class from the Haml namespace into the Html2haml namespace.
Rescue from RubyParser::SyntaxError
in check for valid ruby.
- Extracted from Haml and released as an independent gem. For changes from previous versions, see the Haml changelog.