Releases: haml/haml
Releases · haml/haml
v7.1.0
v7.0.2
What's Changed
- Remove references to Hamlit by @tagliala in #1195
- Replace usages of =~ with
.match?where possible by @tagliala in #1196 - Add source code URI to gemspec metadata by @ybiquitous in #1197
New Contributors
- @ybiquitous made their first contribution in #1197
Full Changelog: v7.0.1...v7.0.2
v7.0.1
What's Changed
- Fix the 'Changelog' link on rubygems.org/gems/haml by @mattmenefee in #1192
- Remove references to unsupported Ruby versions by @tagliala in #1193
- Use
Regexp#match?predicate where possible by @tagliala in #1194
New Contributors
- @mattmenefee made their first contribution in #1192
Full Changelog: v7.0.0...v7.0.1
v7.0.0
What's Changed
Full Changelog: v6.4.0...v7.0.0
v6.4.0
What's Changed
- Fix .class + nested class array bug by @sterlzbd in #1191
- Remove newlines from template annotation comments by @CyberAP in #1186
- Authorize characters in attribute name for vuejs by @leo424y in #1172
- Fix line numbers within a :ruby filter by @nhasselmeyer in #1166
- Compile html attributes statically by @nhasselmeyer in #1165
New Contributors
- @sterlzbd made their first contribution in #1191
- @CyberAP made their first contribution in #1186
- @leo424y made their first contribution in #1172
- @nhasselmeyer made their first contribution in #1166
Full Changelog: v6.3.1...v6.4.0
v6.3.1
What's Changed
- Provide a 'Changelog' link on rubygems.org/gems/haml by @mark-young-atg in #1157
- Replace
Haml::AttributeBuilder::BOOLEAN_ATTRIBUTESin REFERENCE.md by @tatsuyafw in #1156 - Clarify ambiguous language by @snan in #1160
- Backtrace format has been changed since Ruby 3.4 by @amatsuda in #1167
- Optimize string transformation using
String#trby @tagliala in #1168 - Test against 3.4 and fix tests for
Hash#inspectby @tagliala in #1178 - Fix Ruby 2.5 and 2.6 CI by @tagliala in #1184
- Enable frozen string literal in tests by @tagliala in #1180
New Contributors
- @mark-young-atg made their first contribution in #1157
- @tatsuyafw made their first contribution in #1156
- @snan made their first contribution in #1160
Full Changelog: v6.3.0...v6.3.1
v6.3.0
- Remove
Haml::RailsTemplate#default_formatthat was added in v6.1.3 for Turbo #1152, #1154 (discussion)- See the reference for suggested alternatives.
v6.2.5
- Deprecate
Haml::RailsTemplate#default_formatthat was added in v6.1.3 for Turbo (discussion)- See the reference for suggested alternatives.