Haml v2.2.7 Release Notes

  • Tagged on GitHub.

    • ๐Ÿ›  Fixed an html2haml issue where ERB attribute values weren't HTML-unescaped before being transformed into Haml.

    • ๐Ÿ›  Fixed an html2haml issue where #{} wasn't escaped before being transformed into Haml.

    • โž• Add <code> to the list of tags that's {file:HAML_REFERENCE.md#preserve-option automatically whitespace-preserved}.

    • ๐Ÿ›  Fixed a bug with end being followed by code in silent scripts - it no longer throws an error when it's nested beneath tags.

    • ๐Ÿ›  Fixed a bug with inner whitespace-nuking and conditionals. The else et al. clauses of conditionals are now properly whitespace-nuked.