All Versions
25
Latest Version
Avg Release Cycle
132 days
Latest Release
1036 days ago
Changelog History
Page 1
Changelog History
Page 1
-
v1.11.1 Changes
April 06, 2020- ๐
Check if
Rails.application
is defined (@pabloh, #250)
- ๐
Check if
-
v1.11.0 Changes
March 17, 2020- โ Remove
force_encoding!
- โ Remove
-
v1.10.3 Changes
July 17, 2019- โ Remove upper version constraint for actionmailer
-
v1.10.2 Changes
March 15, 2018- ๐ฑ Explicitly check for assets_manifest (@derekwheel, #214)
-
v1.10.1 Changes
November 29, 2017- Catch error when sprockets can't find asset (@kirs, #209)
-
v1.10.0 Changes
November 15, 2017- โฌ๏ธ Drop support for hpricot now that premailer-rails also doesn't support it
- ๐ฑ Use
Rails.application.assets_manifest
instead ofRails.application.assets
in Asset Pipeline loader (@kirs, #201) - Introduce
:strategies
config option that allows to control CSS fetching stragies
-
v1.9.7 Changes
June 26, 2017- ๐
Use
Rails.root
inFileSystemLoader
(@stanhu, #195)
- ๐
Use
-
v1.9.6 Changes
April 22, 2017- Handle
relative_url_root
in when loading CSS from file system
- Handle
-
v1.9.5 Changes
December 07, 2016- Mention license in gemspec
-
v1.9.4 Changes
July 06, 2016- ๐ Improve check for Rails module
- Preserve body encoding to prevent garbled mails