Roadie v3.0.0 Release Notes

  • full changelog

    • ✨ Enhancements:

      • Roadie::ProviderList responds to #empty? and #last
      • Roadie::FilesystemProvider ignores query string in filename.

      Older versions of Rails generated <link> tags with query strings in their URLs, like such: /stylesheets/email.css?1380694096

      • Blacklist :enabled, :disabled and :checked pseudo functions - Tyler Hunt (tylerhunt).
      • Add MRI 2.1.2 to Travis build matrix - Grey Baker (greysteil).
      • Try to detect an upgrade from Roadie 2 and mention how to make it work with the new version.
      • Styles emitted in the style attribute should now be ordered as they were in the source CSS.