Skip to content

Latest commit

 

History

History
97 lines (60 loc) · 2.41 KB

Changelog.md

File metadata and controls

97 lines (60 loc) · 2.41 KB

dev

full changelog

  • Nothing yet

2.2.0

full changelog

  • Enhancements:
    • Support for the url_options method inside mailer instances
      • You can now dynamically alter the URL options on a per-email basis

2.1.0

full changelog

  • Full release!

2.1.0.pre2

full changelog

  • Bug: Roadie broke url_for inside mailer views

2.1.0.pre1

full changelog

  • Enhancements:
    • Support normal filesystem instead of only Asset pipeline
    • Enable users to create their own way of fetching CSS
    • Improve test coverage a bit
    • Use a railtie to hook into Rails
    • Use real Rails for testing integration

2.0.0

full changelog

  • Enhancements:
  • Dependencies:
    • Requires Rails 3.1 to work. You can keep on using the 1.x series in Rails 3.0

1.1.3

full changelog

1.1.2

full changelog

  • Support for Rails 3.1.0 and later inside gemspec

1.1.1

full changelog

  • Support for Rails 3.1.x (up to and including RC4)
    • Rails 3.0.x is still supported
  • Added CI via Travis CI

1.1.0

full changelog

  • Enhancements:
    • Support for inlining <link> elements (thanks to aliix)

1.0.1

full changelog

  • Enhancements:
    • Full, official support for Ruby 1.9.2 (in addition to 1.8.7)
  • Dependencies:
    • Explicilty depend on nokogiri >= 1.4.4

1.0.0

full changelog

Roadie fork!

  • Enhancements:
    • Support for Rails 3.0
    • Code cleanup
    • Support !important
    • Tests
      • some other enhancements
  • Deprecations:
    • Removed support for Rails 2.x