Skip to content

Releases: sendgrid/sendgrid-nodejs

v4.2.1

15 Sep 18:13
Compare
Choose a tag to compare

v4.2.0

15 Sep 00:08
Compare
Choose a tag to compare

Added

v4.1.0

09 Sep 23:13
Compare
Choose a tag to compare

v4.0.2

24 Aug 21:55
Compare
Choose a tag to compare

Added

  • Table of Contents in the README
  • Added a USE_CASES.md section, with the first use case example for transactional templates

v4.0.1

02 Aug 20:50
Compare
Choose a tag to compare

Fixed

  • Pull request #264: Fixed backwards compatability with Node.js versions 0.10 and 0.12
  • Use var instead of let
  • Check if Promise is defined

v4.0.0

02 Aug 20:14
Compare
Choose a tag to compare

Breaking Change

Fixed

Added

  • Extracted some logic into helpers
  • Using a getEmptyRequest helper to avoid code duplication
  • emtpyRequest now accepts an object with data to extend the empty request with, this will allow simpler syntax for initializing requests.
  • Callback function now receives two parameters as per Node conventions (error, response)
  • If no callback provided, the method will return a promise instead.
  • Implemented promise API when not passing a callback function
  • Using native Promise by default if present, but allow users to override this with any other implementation by setting Sendgrid.Promise to any value, e.g. Sendgrid.Promise = require('bluebird')

v3.0.11

26 Jul 17:14
Compare
Choose a tag to compare

Added

v3.0.10

23 Jul 15:09
Compare
Choose a tag to compare

v3.0.9

20 Jul 23:06
Compare
Choose a tag to compare
  • README updates
  • Update introduction blurb to include information regarding our forward path
  • Update the v3 /mail/send example to include non-helper usage
  • Update the generic v3 example to include non-fluent interface usage

v3.0.8

12 Jul 17:35
Compare
Choose a tag to compare

See the CHANGELOG for details.