All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
3.0.0 (2019-04-05)
- nodemailer: upgrade nodemailer to v6 (e5f2183)
- nodemailer: See the nodemailer changelog for v6 and v5 releases for detailed list of breaking changes.
2.2.0 (2019-02-20)
2.1.0 (2019-02-08)
- add default empty objects to JSON schema configurations (1b7b006)
- component lifecycle methods should always return Promise (2417929)
- declarations for object shapes should use
type
, notinterface
(7928e6a) - remove
declare module
wrappers from all d.ts files 🔥 (c0e7cd5), closes #69
2.1.0-alpha.8 (2019-01-28)
Note: Version bump only for package @atlas.js/nodemailer
2.1.0-alpha.7 (2019-01-28)
2.1.0-alpha.6 (2019-01-16)
Note: Version bump only for package @atlas.js/nodemailer
2.0.1 (2018-07-12)
Note: Version bump only for package @atlas.js/nodemailer
- drop components's static defaults, use static config (JSON schema) (5c7d5ce)
- node.js 10 is now supported release line (521ac2c)
1.0.3 (2017-12-13)
Note: Version bump only for package @atlas.js/nodemailer
1.0.1 (2017-11-06)
- nodemailer: Only close the transport if the transport supports it (eb7360c)
1.0.0 (2017-10-24)
- Ditch @atlas.js/core,application, add @atlas.js/atlas (1ce02bb), closes #23
- Expose the atlas instance as this.atlas inside components (34b0778), closes #24
- 🔥
- 🔥
0.3.0 (2017-09-27)
- Switch to .mjs file extension (0ee25cd)
0.2.3 (2017-09-22)
Note: Version bump only for package @atlas.js/nodemailer
0.2.2 (2017-09-07)
Note: Version bump only for package @atlas.js/nodemailer
0.2.1 (2017-09-02)
Note: Version bump only for package @atlas.js/nodemailer
0.2.0 (2017-08-21)
- nodemailer: Allow specifying transport & plugin as string (4fd1b4a)