All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.0.5 (2017-07-09)
- mailer: lookup templates with extension (#9) (6e8fc38)
0.0.4 (2017-05-12)
0.0.3 (2017-02-20)
- use initializer to setup transport + bugfixes (138e372)
- add logger getter to mailer class (ec4be35)
- build creating both files (a294317)
- drop .js extension from container lookups of templates (56d7112)
- ejs function (99724a6)
- fix export syntax for precompiled templates (f48cab4)
- fix reference to sentMails on test transport (6ec3e74)
- make sure promises are returned throughout each layer (3379526)
- Move denali-build to toplevel (c9aa221)
- path to main file (dist no longer required) (0836bad)
- Remove index and fix main path (#2) (7407966), closes #2
- remove leftover emitter code from test transport (b37f5a2)
- Replace unavailable this.lookup with container (c610e87)
- revert ejs file to es module (9a00c0a)
- Update babel to latest preset (#3) (dc8c973)
- update builder to use processEach hook (ba521be)
- update package exports (c39d1aa)
- blueprint: remove to: and add subject: to mailer blueprint (55a809d)
- add htmlContent, textContent, and subject accessors to sent mail object (0f2a5a4)
- add test helper to inspect emails sent through test transport (ec1c3ba)
- add test transport and default to it in test environment (b433921)
- default to base mailer class if none is provided (f75cbe4)
- drop hardcoded test behavior from mailer (use the test transport instead), and allow config functions that return a transport (6232605)
- Export mailer class for consumption (#4) (155a114)
- first pass at mailer implementation (c938c12)
- mailer defaults to
to
andfrom
of supplied data (7b06050)