Haml v4.0.1 Release Notes

  • ๐Ÿš€ Released March 21, 2013 (diff).

    • โœ‚ Remove Rails 3.2.3+ textarea hack in favor of a more general solution.
    • ๐Ÿ›  Fix some performance regressions.
    • ๐Ÿ›  Fix support for Rails 4 text_area helper method.
    • ๐Ÿ›  Fix data attribute flattening with singleton objects. (thanks Alisdair McDiarmid)
    • ๐Ÿ›  Fix support for sass-rails 4.0 beta. (thanks Ryunosuke SATO)
    • Load "haml/template" in Railtie in order to prevent user options set in a Rails initializer from being overwritten
    • ๐Ÿš… Don't depend on Rails in haml/template to allow using Haml with ActionView but without Rails itself. (thanks Hunter Haydel)