Haml v2.2.4 Release Notes

  • Tagged on GitHub.

    • ๐Ÿ‘ Allow end to be used for silent script when it's followed by code. For example:

      • form_for do ...
      • end if @show_form

    This isn't very good style, but we're supporting it for consistency's sake.

    • ๐Ÿ’Ž Don't add require 'rubygems' to the top of init.rb when installed via haml --rails. This isn't necessary, and actually gets clobbered as soon as haml/template is loaded.