sendgrid-nodejs

The Official Twilio SendGrid Led, Community Driven Node.js API Library

MIT License

Downloads
18M
Stars
3K
Committers
209

Bot releases are hidden (Show)

sendgrid-nodejs - v4.3.1

Published by thinkingserious about 8 years ago

Fixed

sendgrid-nodejs - v4.3.0

Published by thinkingserious about 8 years ago

Added

sendgrid-nodejs - v4.2.1

Published by thinkingserious about 8 years ago

sendgrid-nodejs - v4.2.0

Published by thinkingserious about 8 years ago

Added

sendgrid-nodejs - v4.1.0

Published by thinkingserious about 8 years ago

Added

sendgrid-nodejs - v4.0.2

Published by thinkingserious about 8 years ago

Added

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

Published by thinkingserious about 8 years ago

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
sendgrid-nodejs - v4.0.0

Published by thinkingserious about 8 years ago

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')
sendgrid-nodejs - v3.0.11

Published by thinkingserious about 8 years ago

Added

sendgrid-nodejs - v3.0.10

Published by thinkingserious about 8 years ago

sendgrid-nodejs - v3.0.9

Published by thinkingserious about 8 years ago

  • 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
sendgrid-nodejs - v3.0.8

Published by thinkingserious over 8 years ago

See the CHANGELOG for details.

sendgrid-nodejs - v3.0.7

Published by thinkingserious over 8 years ago

See the CHANGELOG for details.

sendgrid-nodejs - v3.0.6

Published by thinkingserious over 8 years ago

See the CHANGELOG for details.

sendgrid-nodejs - v3.0.4

Published by thinkingserious over 8 years ago

See the CHANGELOG for details.

sendgrid-nodejs - v3.0.2

Published by thinkingserious over 8 years ago

See the CHANGELOG for details.

sendgrid-nodejs - v3.0.1

Published by thinkingserious over 8 years ago

See the CHANGELOG for details.

sendgrid-nodejs - v3.0.0

Published by thinkingserious over 8 years ago

See the CHANGELOG for details.

sendgrid-nodejs - v2.0.0

Published by thinkingserious almost 9 years ago

See the CHANGELOG for details.

sendgrid-nodejs - v1.9.2

Published by thinkingserious about 9 years ago