Skip to content

Releases: emilioforrer/haml_coffee_assets

v1.24.0: Support for Rails 7.1 (#188)

30 Oct 03:15
98f097e
Compare
Choose a tag to compare
* 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

16 May 22:56
Compare
Choose a tag to compare

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

16 May 11:29
d1cf73c
Compare
Choose a tag to compare
Merge pull request #186 from emilioforrer/redo-github-action

Redo GitHub action

v1.21 -- Support for Rails 7.0

08 Jul 23:07
Compare
Choose a tag to compare
v1.21 release, support for rails 7

bump version and update changelog.

Support for Rails 6.0 && 6.1

29 Apr 02:47
222f784
Compare
Choose a tag to compare
Merge pull request #181 from emilioforrer/fix-rails-supported-version

Fix rails supported version