sendgrid-nodejs

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

MIT License

Downloads
18M
Stars
3K
Committers
209

Bot releases are visible (Hide)

sendgrid-nodejs - v6.1.4

Published by thinkingserious about 7 years ago

Updated

  • Pull #445: Documenation Updates for better DX/UX
  • Updates to README, TROUBLESHOOTING and USE_CASE documents to improve the developer experience.
sendgrid-nodejs - v6.1.3

Published by thinkingserious about 7 years ago

Fixed

  • Pull #442: This addresses the issue where custom args and substitutions would have their keys transformed to camel case / snake case.
  • Solves #441: Substitution is not working
  • Thanks to Adam Reis for the PR!
sendgrid-nodejs - v6.1.2

Published by thinkingserious about 7 years ago

Fixed

You do not need to supply html or text content when you have a valid template ID.

  • Pull ##438: Content is not mandatory
  • Solves #435: Unexpected Error when trying to send transactional email
  • Thanks to Adam Reis for the PR!
sendgrid-nodejs - v6.1.1

Published by thinkingserious about 7 years ago

Fixed

  • Pull #436: Convert plain data to personalization class instance
  • Solves #433: Cannot use Substitutions neither in Personalizations nor in Mail objects
  • Thanks to Adam Reis for the PR!
sendgrid-nodejs - v6.1.0

Published by thinkingserious about 7 years ago

Added

  • Pull #430, solves #428: TypeScript support added for v6 packages
  • Thanks to Benjamin Pannell for the PR!
sendgrid-nodejs - v6.0.0

Published by thinkingserious about 7 years ago

BREAKING CHANGE

  • BIG, HUGE, MEGA THANKS to Adam Reis for this amazing PR!!!
  • Pull #407 via #378: API Simplification
  • v6.0.0 is a complete rewrite of this SDK for all endpoints. To upgrade from v5.X and lower, please begin here.
  • Please do not hesitate to open an issue if there are any challenges and/or feedback. PRs are also welcome.
sendgrid-nodejs - v5.2.2

Published by thinkingserious about 7 years ago

Fix

  • Pull #418, Fixed #417
  • Update TypeScript definition to correct callback arguments for API
  • Thanks to Benjamin Pannell for the PR!
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!