Skip to content

Releases: haml/haml

v6.1.1

12 Aug 05:57
9f20aed
Compare
Choose a tag to compare
  • Fix an empty output of Ruby 3.1's Hash shorthand syntax #1083

v6.1.0

12 Aug 05:57
da8807e
Compare
Choose a tag to compare
  • Optimize away a to_s call on = scripts
  • Fix escaping for objects that return an html_safe string on to_s #1117

v6.0.12

12 Aug 05:57
Compare
Choose a tag to compare
  • Fix a whitespace removal with > and an if-else statement #1114

v6.0.11

12 Aug 05:57
Compare
Choose a tag to compare
  • Fix a whitespace removal with > and an if statement #1114

v6.0.10

12 Aug 05:57
c5c8839
Compare
Choose a tag to compare
  • Evaluate :erb filter in the template context like Haml 5

v6.0.9

12 Aug 05:56
6abb15c
Compare
Choose a tag to compare
  • Support sass-embedded #1112

v6.0.8

12 Aug 05:56
09f7f7f
Compare
Choose a tag to compare
  • Support interpolation in HTML comments, which has not been working since 6.0.0
    #1107

v6.0.7

12 Aug 05:56
fdeee88
Compare
Choose a tag to compare
  • Haml::Engine and Haml::Template use StringBuffer instead of ArrayBuffer
    • It seems more performant in many cases with recent Ruby versions.
    • Haml::RailsTemplate is not affected.

v6.0.6

12 Aug 05:56
c61aa12
Compare
Choose a tag to compare
  • Prevent CRuby from accidentally using the Ruby implementation fallback
    • Reversing what v6.0.3 and v6.0.4 did, but still supporting Wasm.

v6.0.5

12 Aug 05:56
cb48840
Compare
Choose a tag to compare
  • Resurrect #haml_object_ref support in an object reference #1097
    • This was removed in 6.0.0, and added back in this version.
  • Stop warning remove_whitespace: true option.