Master
Get upgrade notes from Sprockets 3.x to 4.x at https://github.com/rails/sprockets/blob/master/UPGRADING.md
- Minimum Ruby version for Sprockets 4 is now 2.5+ which matches minimum ruby verision of Rails [#604]
- Fix threading bug introduced in Sprockets 4 [#603]
- Warn when two potential manifest files exist. [#560]
- Security release for CVE-2018-3760
- Fix a year long bug that caused
Sprockets::FileNotFound
errors when the asset was present [#547] - Raise an error when two assets such as foo.js and foo.js.erb would produce the same output artifact (foo.js) [#549 #530]
- Process
*.jst.eco.erb
files with ERBProcessor
- Fix source map line offsets [#515]
- Return a
400 Bad Request
when the path encoding is invalid. [#514]
- Reduce string allocations
- Source map metadata uses compressed form specified by the source map v3 spec. [#402] [BREAKING]
- Generate index maps when decoding source maps isn't necessary. [#402]
- Remove fingerprints from source map files. [#402]
- Changing the version now busts the digest of all assets [#404]
- Exporter interface added [#386]
- Using ENV vars in templates will recompile templates when the env vars change. [#365]
- Source maps for imported sass files with sassc is now fixed [#391]
- Load paths now in error messages [#322]
- Cache key added to babel processor [#387]
Environment#find_asset!
can now be used to raise an exception when asset could not be found [#379]
- Source Map fixes [#255] [#367]
- Performance improvements
- Fix load_paths on Sass processors [#223]
- Initial release of Sprockets 4
Please upgrade to the latest Sprockets 3 version before upgrading to Sprockets 4. Check the 3.x branch for previous changes https://github.com/rails/sprockets/blob/3.x/CHANGELOG.md.