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 - v5.2.1

Published by thinkingserious about 7 years ago

Fixed

  • Pull #413: Handle null and undefined values in substitutions
  • Thanks to Matteo Ferrando for the PR!
sendgrid-nodejs - v5.2.0

Published by thinkingserious about 7 years ago

Fixed

  • Pull #410: Cast substitution values to strings
  • Thanks to Ryan James for the PR!
sendgrid-nodejs - v5.1.2

Published by thinkingserious over 7 years ago

Fixed

sendgrid-nodejs - v5.1.1

Published by thinkingserious over 7 years ago

Added

  • Pull #391
  • Return personalizations as an array of request compatible JSON.
  • Thanks to Paul Hrimiuc for the PR!
sendgrid-nodejs - v5.1.0

Published by thinkingserious over 7 years ago

Added

  • Pull #325
  • Run prism for tests
  • Now the mock SendGrid server, powered by Prism is automated locally and on Travis
  • Thanks to Mike Ralphson for the PR!
sendgrid-nodejs - v5.0.1

Published by thinkingserious over 7 years ago

Fixed

  • Pull #385
  • Remove JSON.parse() around response bodies in contact-importer
  • Thanks to Eemeli Aro for the PR!
sendgrid-nodejs - v5.0.0

Published by SendGridDX over 7 years ago

BREAKING CHANGE

  • Pull #328
  • Drop 0.10, 0.12 from supported Node.js versions, add 6
  • Thanks to Mike Ralphson for the PR!
sendgrid-nodejs - v4.10.0

Published by SendGridDX over 7 years ago

Added

  • Pull #303
  • Add Inbound Parse data parser
  • Thanks to Jamie for the PR!
sendgrid-nodejs - v4.9.0

Published by SendGridDX over 7 years ago

Added

  • Pull #371
  • Catch error in sendgrid, partially solves #370
  • Thanks to gf for the PR!
sendgrid-nodejs - v4.8.4

Published by thinkingserious over 7 years ago

Fixed

  • Pull #348
  • Fix typescript definition for the ClickTracking
  • Thanks to dhenriques for the PR!
sendgrid-nodejs - v4.8.3

Published by thinkingserious over 7 years ago

Fixed

  • Pull #368, Fixes #367
  • Personalization.getSubstitutions() return type incorrect in index.d.ts TypeScript definition file
  • Thanks to Brian Love for the PR!
sendgrid-nodejs - v4.8.2

Published by thinkingserious over 7 years ago

Fixed

  • Pull #338
  • Fix function name in mail helper and fix the corresponding test
  • Thanks to Seoker Wang for the PR!
sendgrid-nodejs - v4.8.1

Published by thinkingserious over 7 years ago

Fixed

  • Pull #354
  • fix: Make various TypeScript request components optional
  • Thanks to Benjamin Pannell for the PR!
sendgrid-nodejs - v4.8.0

Published by thinkingserious over 7 years ago

Added

  • Pull #333
  • [TypeDefinition] SendGrid.API should return Promise instead of PromiseLike
  • Thanks to Ayman Nedjmeddine for the PR!
sendgrid-nodejs - v4.7.1

Published by thinkingserious almost 8 years ago

Added

sendgrid-nodejs - v4.7.0

Published by thinkingserious about 8 years ago

Added

  • Pull #323, Fixed issue #317
  • Updates nodejs-http-client dependency to v2.3.0
  • Invoke the API callback with a mocked response upon Error
  • Thanks to Huli for the PR!
sendgrid-nodejs - v4.6.0

Published by thinkingserious about 8 years ago

Added

  • Pull #319, Fixed issue #266
  • Converts response.body to have valid json objects
  • Thanks to Hugo Durães for the pull request!
sendgrid-nodejs - v4.5.0

Published by thinkingserious about 8 years ago

sendgrid-nodejs - v4.4.1

Published by thinkingserious about 8 years ago

sendgrid-nodejs - v4.4.0

Published by thinkingserious about 8 years ago

Added