Skip to content

Latest commit

 

History

History
51 lines (38 loc) · 2.1 KB

CHANGELOG.md

File metadata and controls

51 lines (38 loc) · 2.1 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[2.0.0] - 2017/01/06 breaking

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.

Added

  • Populate node-sparkpost's stackIdentity option

Updated

Removed

  • 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

Added

  • Support for Nodemailer's from.name and from.address fields by @ewandennis. Closes #10.

Updated

Removed

  • 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

0.1.0 - 2015/08/28

  • Initial release