Releases: emilioforrer/haml_coffee_assets
Releases · emilioforrer/haml_coffee_assets
v1.26.0 Support for Rails 7.2 by @adbelsham
What's Changed
- Support for Rails 7.2 by @adbelsham in #194
New Contributors
- @adbelsham made their first contribution in #194
Full Changelog: v1.25.1...v1.26.0
v1.25.1
v1.25.0
v1.24.0: Support for Rails 7.1 (#188)
* add rails 7.1 to the build matrix * bump rails versions * bump version, add 7.1.1 to the regular build matrix * bump requirement * skip coverage check on jruby * array syntax * add ruby 3.3 to the mix * puts ruby version
v1.23.0 -- JST support on Sprockets 4
Sprockets 4 changes the way paths with multiple extensions are resolved, and that causes imports of .jst.hamlc
files to end in file-not-found precompilation errors. And even if you get past that, the JstProcessor
would not be included in its processor chain, unless the file type that comes out of HamlTransformer
is application/javascript+function
.
The solution is to follow the JST registration pattern that S4 uses internally for text/eco
, text/ejs
, which it supports out of the box.
v1.22 -- clean up old rubies and dependencies
Merge pull request #186 from emilioforrer/redo-github-action Redo GitHub action
v1.21 -- Support for Rails 7.0
v1.21 release, support for rails 7 bump version and update changelog.
Support for Rails 6.0 && 6.1
Merge pull request #181 from emilioforrer/fix-rails-supported-version Fix rails supported version