Haml v2.2.6 Release Notes

  • Tagged on GitHub.

    • Made the error message when unable to load a dependency for html2haml respect the --trace option.

    • Don't crash when the __FILE__ constant of a Ruby file is a relative path, as apparently happens sometimes in TextMate (thanks to Karl Varga).

    • ➕ Add "Sass" to the --version string for the executables.

    • 👻 Raise an exception when commas are omitted in static attributes (e.g. %p{:foo => "bar" :baz => "bang"}).