v0.9.0
What's Changed
- Digests of files that can have dependencies on other files in the load path need to reflect those dependencies by @dhh in #188
- Provide :all and :app helpers for stylesheet references via cached methods by @dhh in #190
- Shorter digest length by @wlipa in #173
- Require rack/version for Rack::RELEASE constant by @aaronjensen in #159
- Adds the assets:clean[count] parameter by @codergeek121 in #165
- Improve source mapping compiler log message by @esasse in #163
- Support base64 encoded digests to account for rollup 4.x by @aaronjensen in #168
- Preserve options with
stylesheet_link_tag
:all
by @kevinmcconnell in #177 - Handle sourceMappingURL already prefixed with asset path by @tagCincy in #170
- Maintain sourcemap file extensions by @tagCincy in #171
- Sychronize cache sweeper action to prevent race condition by @dhh in #189
New Contributors
- @chrisalley made their first contribution in #156
- @xuanxu made their first contribution in #160
- @codergeek121 made their first contribution in #165
- @esasse made their first contribution in #163
- @HashNotAdam made their first contribution in #167
- @wlipa made their first contribution in #173
- @kevinmcconnell made their first contribution in #177
- @tagCincy made their first contribution in #170
- @m-nakamura145 made their first contribution in #174
Full Changelog: v0.8.0...v0.9.0