Roadie v2.4.0 Release Notes

  • full changelog

    • ✨ Enhancements:
      • Support Rails 4.0, with the help of:
      • Ryunosuke SATO (tricknotes)
      • Dylan Markow
      • Keep !important when outputting styles to help combat web mail styles being !important
      • Support :nth-child, :last-child, etc.
      • To make this work, Roadie have to catch errors from Nokogiri and ignore them. A warning will be printed when this happens so users can open issues with the project and tests can be expanded.
      • Support for custom inliner (#58) — Harish Shetty (kandadaboggu) with friends
    • 🐛 Bug fixes:
      • Don't crash when URL options have protocols with "://" in them (#52).
    • Other:
      • Be more specific on which versions are required; require newer css_parser
      • Officially support MRI 2.0.0
      • Add experimental support for JRuby
      • Remove documentation that talks about passing CSS filenames as symbols; unsupported in Rails 4. (Thanks to PikachuEXE)