Skip to content

Latest commit

 

History

History
45 lines (27 loc) · 1.06 KB

Changelog.markdown

File metadata and controls

45 lines (27 loc) · 1.06 KB

HTML2Haml Changelog

2.3.0

  • Haml 6+ support.

  • Fixed a bug that embedded ruby code was not parsed with the current version of ruby.

2.2.0

  • Haml 5 support.

2.1.0

  • Reduce specificity of Haml 4.0 version dependency. (thanks to Ben Sheldon)

2.0.0

  • 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.

1.0.1

Rescue from RubyParser::SyntaxError in check for valid ruby.

1.0.0

  • Extracted from Haml and released as an independent gem. For changes from previous versions, see the Haml changelog.