Changelog
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.
v0.3.4 - 2021-08-21
Changed
- Bump
phoenix_html
to unblock upgrades for projects usephoenix_swoosh
0.3.x
v0.3.3 - 2021-04-04
Changed
- Misc doc changes @kianmeng (#186)
v0.3.2 - 2020-10-13
Added
- Set correct body field depending on template format @wmnnd (#154)
v0.3.1 - 2020-10-13
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 - 2016-04-17
Fixed
- Add default assigns value to
render_body/3
inside theuse
macro
v0.1.0 - 2016-03-22
- Initial version