Current section
Files
Jump to
Current section
Files
phoenix_swoosh
CHANGELOG.md
CHANGELOG.md
## Changelog
## v0.3.2
### Changes
### ✨ Features
- Set correct body field depending on template format @wmnnd (#154)
## v0.3.1
### Changes
- Fix warnings on Elixir v1.11 about missing apps @josevalim (#152)
## v0.3.0 - 2020-07-14
### Changed
- Bump Swoosh to 1.0
## v0.2.0 - 2017-02-13
### Changed
- Removed usage of deprecated `Dict`.
## v0.1.3 - 2016-06-26
### Added
- Add swoosh to the list of applications in `mix.exs`.
### Changed
- Bump phoenix to 1.2.
- Bump phoenix_html to 2.6.
- Bump swoosh to 0.4.
## v0.1.2 - 2016-06-12
### Added
- Add support for Phoenix 1.2 release candidate.
## v0.1.1
### Fixed
- Add default assigns value to `render_body/3` inside the `use` macro
## v0.1.0
- Initial version