Added support for Rails 5.2.1 (now simply defined as < 6)
Added support for Rails 5.1 and 5.2.
Now works with Rails 5.0 final (just a change to the .gemspec
)
Changes to the way we find nested templates which might break the way you define their location (but probably won't affect most people). See the note here.
Now needs Ruby 1.9.3 (drop support for 1.9.2), because Rails 4.1 does so. Works with Rails 4.2
Works with Rails 4.1
Honour correct order of email parts.
Smarter lookup of appropriate view template.
Drop support for Ruby 1.8.7.
Smarter location of CSS files and more explicit override if you need it.
Now copes with .sass and .css files (as well as .scss).
Documentation changes only.
Initial release