All Versions
25
Latest Version
Avg Release Cycle
132 days
Latest Release
1481 days ago

Changelog History
Page 3

  • v1.5.1 Changes

    • ๐Ÿฑ Prefer precompiled assets over asset pipeline

    • ๐Ÿ‘Œ Improve construction of file URL when requesting from CDN

    • No longer use open-uri

    • โœ‚ Remove gzip unzipping after requesting file

  • v1.5.0 Changes

    • ๐Ÿ’Ž No longer support ruby 1.8

    • ๐Ÿ’… Find linked stylesheets by rel='stylesheet' attribute instead of type='text/css'

    • โœ… Don't test hpricot on JRuby due to incompatibility

  • v1.4.0 Changes

    • ๐Ÿ›  Fix attachments
  • v1.3.2 Changes

    • ๐Ÿš… Rename gem to premailer-rails (drop the 3)

    • โž• Add support for rails 4

    • ๐Ÿ”จ Refactor code

    • โž• Add support for precompiled assets

    • 0๏ธโƒฃ No longer include default email.css

  • v1.1.0 Changes

    • ๐Ÿ›  Fixed several bugs

    • Strip asset digest from CSS path

    • ๐Ÿ‘Œ Improve nokogiri support

    • Request CSS file if asset is not found locally

    This allows you to host all your assets on a CDN and deploy the app without the app/assets folder.

    Thanks to everyone who contributed!