All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Add the set_reply_to method to enable setting the Reply-To header. [#28] thanks @m-quezada-loyola
##### Added
- Add Ruby 3.2 support
- :sendgrid_dev replace handlerbars library with a pure ruby implementation. [#25]
- :sendgrid_dev delivery method doesn't work with rails templates and missing api key.
- Replace travis with circleci.
- Support for Ruby 2.5
- :sendgrid_dev delivery method now works with Rails templates.
- Add :sendgrid_dev delivery method
- Detailed API errors
- Implement "a version" of Recipients Interceptor https://github.com/croaky/recipient_interceptor compatible with SendGrid.
- Raise exceptions when api fails.
- Remove ability to set templates by name
- Support sender with standard email string "email> name", #3, thanks @agustinf
- Change Rails version to be "optimistic" in order to use the gem with Rails 5 too.
- Add Hound configuration.
- Deploy with Travis CI.
- Configure coveralls.
- Removes useless colorize gem.
- Logger fails with empty sender.
- Initial release.