All Versions
94
Latest Version
Avg Release Cycle
17 days
Latest Release
-

Changelog History
Page 4

  • v1.3.0 Changes

    โœจ Features

    • ๐Ÿ‘Œ Support integration tests @thiamsantos (#565)
  • v1.2.2 Changes

    โœจ Features

    • Sendinblue: allow using template's subject @tofran (#564)
    • โž• Add json endpoint for mailbox preview @thiamsantos (#563)

    ๐Ÿ›  ๐Ÿ› Bug Fixes

    • ๐Ÿ›  Fix Mailbox Viewer @thiamsantos (#562)
  • v1.2.1 Changes

    ๐Ÿšง ๐Ÿงฐ Maintenance

    • Export macros of Swoosh.TestAssertions as locals_without_parens for the formatter @LostKobrakai (#561)
  • v1.2.0 Changes

    โœจ Features

    • โž• Add sendinblue adapter @tofran (#559)

    ๐Ÿšง ๐Ÿงฐ Maintenance

    • โฌ†๏ธ Bump hackney from 1.16.0 to 1.17.0 @dependabot (#557)
  • v1.1.2 Changes

    November 25, 2020

    ๐Ÿฑ ๐Ÿ› Bug Fixes

    ๐Ÿšง ๐Ÿงฐ Maintenance

  • v1.1.1 Changes

    November 12, 2020

    ๐Ÿฑ โœจ Features

    • โž• Add support for arrays in mailgun custom_vars @rschef (#549)

    ๐Ÿšง ๐Ÿงฐ Maintenance

  • v1.1.0 Changes

    November 08, 2020

    Highlights

    The Recipient Protocol enables you to easily make your structs compatible
    with Swoosh functions.

    defmodule MyUser do@derive {Swoosh.Email.Recipient, name: :name, address: :email} defstruct [:name, :email, :other\_props]end
    

    Now you can directly pass %MyUser{} to from, to, cc, bcc, etc.
    ๐Ÿ‘€ See Swoosh.Email.Recipient for more details.

    ๐Ÿฑ โœจ Features

    ๐Ÿšง ๐Ÿงฐ Maintenance

    ๐Ÿ“š ๐Ÿ“ Documentation

  • v1.0.9 Changes

    October 29, 2020

    Replace 1.0.8 which fell into a different bug

  • v1.0.8 Changes

    October 29, 2020

    ๐Ÿ”„ Changes

    ๐Ÿฑ ๐Ÿ› Bug Fixes

  • v1.0.7 Changes

    October 29, 2020

    ๐Ÿ”„ Changes

    ๐Ÿ›  ๐Ÿ› Bugfix

    • ๐Ÿ›  Fix breaking change in gen_smtp 1.0 @gmile (#538)

    ๐Ÿšง ๐Ÿงฐ Maintenance