-
Add a generator for db migration
-
Release gems via rake-gemcutter instead of rubyforge
-
By default, sort emails newest first
-
Add compatibility with has_messages 0.4.0 / Rails 2.3
-
Add compatibility with has_messages 0.3.1 / state_machine 0.5.0
-
Remove the PluginAWeek namespace
-
Add compatibility with has_messages 0.2.0
-
Change how the base module is included to prevent namespacing conflicts
-
Add compatibility with state_machine 0.3.0
-
Add compatibility with has_messages 0.1.2
-
Remove log files from gems
-
Update to latest has_messages api
-
Simplify by removing support for models other than EmailAddresses in Emails
-
Updated documentation
-
Refactor has_email_address/has_email_addresses so that new associations for unsent/sent emails isn’t created for has_email_address
-
Add state changes fixtures for tests
-
Add tests for ApplicationMailer
-
Add support for tracking the original email address for senders/recipients even if the email address changes on the associated model (i.e. EmailAddress/User/etc.)
-
Support converting models with an email_address/email_addresses association
-
Allow the sender of emails to be an arbitrary string email address
-
Add documentation
-
Move test fixtures out of the test application root directory
-
Convert dos newlines to unix newlines
-
Update against latest changes to has_messages