- Add support for Ruby 3.3. (no changes required)
- Add support for Rails 7.1. (no changes required.)
- Add support for Rails 7.0 and Ruby 3.1/3.2 (no changes required)
- Add support for multiple files through a single attachment. [#76, #78]
- Remove test files from the gem package.
- Add support for Ruby 3.0, drop support for Ruby < 2.5.
- Add support for Rails 6.1, drop support for Rails < 5.2.
- Move CI to GitHub Actions.
- Fix Active Record integration when including
Mail::Delivery
.
- Added support for Rails 6.0.
- Drop support for Rails < 5.0 and Ruby < 2.4.
- Added support for Rails 5.2.
- Added support for Rails 5.1.
- Support Rails 4.1 and 4.2.
- Support Rails 4.
- Drop support to Rails < 3.2 and Ruby 1.8.
- Fixed bug that was causing all Active Record attributes be saved as nil
- Avoid symbol injection on forms
- Removed deprecated methods in version 1.2
- Added persisted? header and a generator
- No more class attributes, just define a headers method
- Rails 3 compatibility
- Rename to mail_form and launch Rails 2.3 branch
- Added support to template
- Added support to symbols on :sender, :subject and :recipients
- Added support to symbols on :validate
- Added support to request objects and append DSL
- Added support to :attachments (thanks to @andrewtimberlake)
- First release