Skip to content

Releases: rails/propshaft

v1.0.0

09 Sep 23:14
@dhh dhh
Compare
Choose a tag to compare

What's Changed

  • Clean old sourcemap assets by @marcelolx in #201
  • Add encoding options to Resolver::Static#read and Resolver::Dynamic#read by @denzelem in #180
  • Add support to override manifest_path as a configuration by @fabiormoura in #195

Full Changelog: v0.9.1...v1.0.0

v0.9.1

12 Aug 22:43
@dhh dhh
Compare
Choose a tag to compare

What's Changed

  • Fix 404 for loading source maps with digests in url by @theodorton in #194
  • Require active_support's delegation module (fix crash introduced in 0.9.0) by @aaronjensen in #191
  • Fix deprecation in engine mounting by @atomaka in #198

New Contributors

Full Changelog: v0.9.0...v0.9.1

v0.9.0

21 May 00:42
@dhh dhh
Compare
Choose a tag to compare

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

Full Changelog: v0.8.0...v0.9.0

v0.8.0

25 Oct 23:12
@dhh dhh
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

04 Mar 17:29
@dhh dhh
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.4...v0.7.0

v0.6.4

22 Feb 12:14
@dhh dhh
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.3...v0.6.4

v0.6.3

19 Feb 13:31
@dhh dhh
Compare
Choose a tag to compare

What's Changed

  • Fix string comarison with pathname error by @dnwilson in #72

Full Changelog: v0.6.2...v0.6.3

v0.6.2

19 Feb 10:02
@dhh dhh
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.0

10 Feb 13:30
@dhh dhh
Compare
Choose a tag to compare

What's Changed

  • Consider config.assets.version in computation of digests by @dhh in #65
  • Don't include dot files in the load path by @dhh in b569c82
  • Allow excluded paths to be configured by @dhh in c669e39
  • Actually output paths in assets:reveal tasks by @dhh in 2585491
  • Raise MissingAssetError in compute_asset_path instead of each resolver by @rmacklin in #20

Full Changelog: v0.5.0...v0.6.0

v0.5.0

27 Jan 11:18
@dhh dhh
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.4.3...v0.5.0