Haml v5.1.0 Release Notes

Release Date: 2019-05-16 // almost 5 years ago
  • ๐Ÿš€ Released on May 16, 2019 (diff).

    • ๐Ÿš… Rails 6 support #1008 (thanks Seb Jacobs)
    • Add escape_filter_interpolations option for backwards compatibility with haml 4 defaults #984 (thanks Will Jordan)
    • ๐Ÿ›  Fix error on empty :javascript and :css filter blocks #986 (thanks Will Jordan)
    • 0๏ธโƒฃ Respect changes in Haml::Options.defaults in Haml::TempleEngine options (Takashi Kokubun)
    • Un-freeze TempleEngine precompiled string literals #983 (thanks Will Jordan)
    • ๐ŸŽ Various performance/memory improvements #965, #966, #963 (thanks Dillon Welch)
    • Enable frozen_string_literal magic comment for all .rb files #967 (thanks Dillon Welch)