Releases: tablecheck/dartsass-sprockets
Releases · tablecheck/dartsass-sprockets
v3.2.0
- Bump sassc-embedded dependency to 1.80.1.
- Allow pass-thru of all sass-embedded options.
- @ntkme - Fix custom importer and avoid mutex lock for custom functions
- @botandrose - Restore import tracking from Sprockets::SassProcessor so that edits to secondary imports are tracked
- @jukra - Alter the config to pass a --quiet-deps flag
- Remove config.sass.line_comments.
- Remove Sprockets 2.x related code.
- Add Ruby 3.4 to Github CI tests.
- Add Rails 8.0 to Github CI tests.
- Silence @import deprecation in tests.
- Fix broken tests.
v3.1.0
- 3.1.0
- Change dependency from dartsass-ruby to sassc-embedded.
- Drop support for Ruby prior to 3.1.
- Add Rubocop and fix all issues.