File rubygem-premailer-rails.changes of Package rubygem-premailer-rails
-------------------------------------------------------------------
Wed Dec 7 11:29:56 UTC 2022 - Stephan Kulow <coolo@suse.com>
updated to version 1.12.0
see installed CHANGELOG.md
## v1.12.0
- Lazily load actionmailer (@c960657, #260)
- HTTP request for CSS files now have an `Accept: text/css` header (@ElMassimo, #261)
- Added support for [Propshaft](https://github.com/rails/propshaft) (@Intrepidd, #277)
-------------------------------------------------------------------
Thu May 7 21:14:55 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 1.11.1
see installed CHANGELOG.md
## v1.11.1
- Check if `Rails.application` is defined (@pabloh, #250)
## v1.11.0
- Remove `force_encoding!`
-------------------------------------------------------------------
Fri Jul 19 09:28:55 UTC 2019 - Stephan Kulow <coolo@suse.com>
- updated to version 1.10.3
see installed CHANGELOG.md
## v1.10.3
- Remove upper version constraint for actionmailer
-------------------------------------------------------------------
Tue Mar 20 10:14:05 UTC 2018 - factory-auto@kulow.org
- updated to version 1.10.2
see installed CHANGELOG.md
## v1.10.2
- Explicitly check for assets_manifest (@derekwheel, #214)
-------------------------------------------------------------------
Sun Dec 3 19:29:10 UTC 2017 - coolo@suse.com
- updated to version 1.10.1
see installed CHANGELOG.md
## v1.10.1
- Catch error when sprockets can't find asset (@kirs, #209)
## v1.10.0
- Drop support for hpricot now that premailer-rails also doesn't support it
- Use `Rails.application.assets_manifest` instead of `Rails.application.assets` in Asset Pipeline loader (@kirs, #201)
- Introduce `:strategies` config option that allows to control CSS fetching stragies
-------------------------------------------------------------------
Thu Aug 3 19:34:01 UTC 2017 - coolo@suse.com
- updated to version 1.9.7
see installed CHANGELOG.md
## v1.9.7
- Use `Rails.root` in `FileSystemLoader` (@stanhu, #195)
-------------------------------------------------------------------
Tue May 23 10:11:27 UTC 2017 - coolo@suse.com
- updated to version 1.9.6
see installed CHANGELOG.md
## v1.9.6
- Handle `relative_url_root` in when loading CSS from file system
-------------------------------------------------------------------
Thu Dec 8 05:51:19 UTC 2016 - coolo@suse.com
- updated to version 1.9.5
see installed CHANGELOG.md
## v1.9.5
- Mention license in gemspec
-------------------------------------------------------------------
Sat Oct 29 04:43:36 UTC 2016 - coolo@suse.com
- updated to version 1.9.4
see installed CHANGELOG.md
## v1.9.4
- Improve check for Rails module
- Preserve body encoding to prevent garbled mails
## v1.9.3
- Add support for rails' `relative_url_root` config
- Fix link tag removal under Hpricot
- Pass url to `asset_host` if it responds to `call`
- Fixed issue where urls may conflict with folder names.
-------------------------------------------------------------------
Tue Apr 19 02:57:32 UTC 2016 - mrueckert@suse.de
- update to 1.9.2
-------------------------------------------------------------------
Mon Mar 21 16:17:52 UTC 2016 - mrueckert@suse.de
- initial package