Update haml: 6.0.1 → 6.0.9 (patch) #472
Closed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Here is everything you need to know about this update. Please take a good look at what changed and the test results before merging this pull request.
What changed?
✳️ haml (6.0.1 → 6.0.9) · Repo · Changelog
Release Notes
6.0.9 (from changelog)
6.0.8 (from changelog)
6.0.7 (from changelog)
6.0.6 (from changelog)
6.0.5 (from changelog)
6.0.4 (from changelog)
6.0.3 (from changelog)
6.0.2 (from changelog)
Does any of this look wrong? Please let us know.
Commits
See the full diff on Github. The new version differs by 49 commits:
Version 6.0.9
Support sass-embedded (#1112)
Note about data attributes
Note about Haml::Template
Version 6.0.8
Fix interpolation in comments
List up all boolean attributes
Note about data attributes
Note about capturing
Note about escape_html
Use bundler-cache: true
Version 6.0.7
Let Haml::Engine switch to StringBuffer
Version 6.0.6
Looks like C extension doesn't work on TruffleRuby
Prevent CRuby from using the Ruby implementation
add a couple of examples for custom filters, including registration. (#1098)
Version 6.0.5
Resurrect support of #haml_object_ref
Add a changelog entry
Resurrect the Options reference
Stop warning remove_whitespace: true
Explain special case of `data-` and `aria-` attributes (#1095)
Version 6.0.4
Suppress a warning from Tilt
Fix a crash in StringSplitter
Fork StringSplitter until merged to upstream
Fallback to Ruby instead of C ext in util.rb also (#1093)
Let test depend on compile for CI
Leave TODO comments about assert_haml
Rename hamlit tests to haml
List up removed helpers
Version 6.0.3
Fallback to Ruby when C extension is not available
Version 6.0.2
Call escape_once only if not html_safe?
Some more information for custom filters
A minor tweak in CHANGELOG ordering
Document more changes in CHANGELOG
Note about BOOLEAN_ATTRIBUTES
Be more accurate about Haml helpers
Remove mention of Haml::Engine in favor of Haml::Template (#1090)
haml-rails has been maintained under haml organization
ERB is not Erb
No such files anymore
Bring .yardopts back
Bring back :doc task
Update README about haml CLI
Update references that may be obsolete
Commits
See the full diff on Github. The new version differs by 24 commits:
Version 0.9.1
Swap <%= and <%== in Temple::ERB::Engine
Fix the default value of :capture_generator
Use a better CI idiom
[Bugfix] Use the specified capture_generator even for nested captures (#112)
Readme: Add Yard Docs badge (#115)
Replace the Travis CI badge with GitHub Actions
Migrate bacon to rspec (#140)
pkg/ should be ignored for rake release
v0.9.0
Enable rake release
Test JRuby and TruffleRuby as well
Make the required_ruby_version consistent with CI
Migrate CI to GitHub Actions (#139)
Fix a crash in StringSplitter filter (#138)
Improve compatibility with upcoming Rails 7.1
Drop EscapeUtils.escape_html
Merge pull request #134 from k0kubun/rails-ambles
Support annotate_rendered_view_with_filenames
Use Erubi instead of Erubis.
Fixed depreciated tilt template mime type
update ruby test version
Change default :capture_generator to self
Suppress deprecated warning by Object#=~ since ruby 2.6
Depfu will automatically keep this PR conflict-free, as long as you don't add any commits to this branch yourself. You can also trigger a rebase manually by commenting with
@depfu rebase
.All Depfu comment commands