All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
With this major release, we are now using the latest 2.x version of the node-sparkpost library. This removes support for versions of Node.js below 4.0.
- Populate node-sparkpost's stackIdentity option
- Updated to
[email protected]
.
- No longer supporting Node.js versions 0.10 & 0.12. We will be following the LTS Schedule going forward.
1.1.0 - 2016/11/10
- Support for Nodemailer's
from.name
andfrom.address
fields by @ewandennis. Closes #10.
- Switched to using
npm version
for releases by @aydrian. Closes #13. - Updated to
[email protected]
. - Updated to
[email protected]
. - Updated to
[email protected]
.
with-package
package no longer needed.
1.0.0 - 2016/07/26
- #7 Implemented the Nodemailer API (@ewandennis)
0.1.2 - 2016/05/17
- #4 Removed dotenv, updated README, and general cleanup. Closes #3 (@aydrian)
- #2 Sort available options lists (@simison)
- #1 fixed typo in readme file (@OogieBoogieInJSON)
0.1.1 - 2016/05/17
- Unpublished from NPM. Republished as v0.1.2
- Initial release