Skip to content

Latest commit

 

History

History
54 lines (28 loc) · 959 Bytes

CHANGELOG.md

File metadata and controls

54 lines (28 loc) · 959 Bytes

Next

v1.0.3

Added support for Rails 5.2.1 (now simply defined as < 6)

v1.0.2

Added support for Rails 5.1 and 5.2.

v1.0.1

Now works with Rails 5.0 final (just a change to the .gemspec)

v1.0.0

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.

v0.0.9

Now needs Ruby 1.9.3 (drop support for 1.9.2), because Rails 4.1 does so. Works with Rails 4.2

v0.0.8

Works with Rails 4.1

v0.0.7

Honour correct order of email parts.

v0.0.6

Smarter lookup of appropriate view template.

v0.0.5

Drop support for Ruby 1.8.7.

v0.0.4

Smarter location of CSS files and more explicit override if you need it.

v0.0.3

Now copes with .sass and .css files (as well as .scss).

v0.0.2

Documentation changes only.

v0.0.1

Initial release