Skip to content

Releases: coopflow/fastify-mailer

2.3.1

02 Mar 17:30
171c5ba

Choose a tag to compare

What's Changed

Full Changelog: 2.3.0...2.3.1

2.3.0

16 Feb 13:31
424f8e2

Choose a tag to compare

What's Changed

  • refactor: initialize fastify.mailer decorator with Object.create(null) by @coopflow in 57cc3af
  • refactor: prevent the use of reserved keywords as instance namespace by @coopflow in 930a8df
  • fix (docs): rewrite the SES transport example by @coopflow in c28409d
  • chore: upgrade package dependencies by @coopflow in #15
  • fix (ci): macOS runner name by @coopflow in #16
  • chore (ci): add Node.js 17 and run CI linting only once by @coopflow in #17
  • chore (ci): update ci config by @coopflow in #20
  • chore: remove snazzy and upgrade package dependencies by @coopflow in #19

Full Changelog: 2.2.0...2.3.0

2.2.0

13 Jul 10:41
4fb8760

Choose a tag to compare

  • Updated dependencies
  • Updated README.md for Typescript users

2.1.1

06 Apr 12:20
b0654f5

Choose a tag to compare

  • Updated dependencies
  • Removed Travis CI
  • Moved to Tap 15
  • Moved to standard 16
  • Added Node.js 15 to CI matrix
  • fix: don't modify options object

v2.0.2

29 Aug 10:05
7708a79

Choose a tag to compare

  • Updated dependencies

v2.0.1

08 Jul 12:38
6b98fb3

Choose a tag to compare

  • Updated dependencies
  • Updated fastify to 3.0.0

v2.0.0

08 Jun 10:35
2b784a1

Choose a tag to compare

  • Updated dependencies
  • Replaced Greenkeper with GitHub Dependabot
  • Add Node.js 14.x and remove Node.js 13.x from the CI matrix
  • Updated tests

v1.1.1

16 Jan 14:10
2d330ea

Choose a tag to compare

  • Updated dependencies

v1.1.0

16 Jan 14:06
148e258

Choose a tag to compare

  • Updated dependencies
  • Drop Node.js 6 and Node.js 8 support

v1.0.2

22 Aug 11:20
6eb5bd5

Choose a tag to compare

  • Updated dependencies
  • Updated linting