Haml v2.2.18 Release Notes
-
๐ Support the new XSS-protection API used in Rails 3.
๐ Use
Rails.env
rather thanRAILS_ENV
when running under Rails 3.0. Thanks to Duncan Grazier.โ Add a
--unix-newlines
flag to all executables for outputting Unix-style newlines on Windows.๐ Fix a couple bugs with the
:erb
filter: make sure error reporting uses the correct line numbers, and allow multi-line expressions.๐ Fix a parsing bug for HTML-style attributes including
#
.