All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Change return of deliver/2 to work with Bamboo v2.0
- Require Bamboo 2.0.0 or above
- Support inline attachments (#34)
- Pass attachments as params to Postmark (#31)
- Allow configuring API key with {:system, "ENVVAR"} (#26)
- Make JSON library configurable (#22)
- Relax bamboo and hackney library requirements (#18)
- Fix bug when leaving default
template_model
value inPostmarkHelper.template/3
(#17) - Fix code style issues and compiler warnings (#16)
- Return body in response of PostmarkAdapter.deliver (#14)
- Allow configuration of request options (#12)
- Support passing custom params to Postmark (#9)
- Fix Elixir 1.4 warnings and deprecations (#7)
- Add support for tagging emails (#5)
- Relax Bamboo version from library dependencies (#6)
- Initial public release.