Skip to content

Releases: sendgrid/sendgrid-nodejs

v5.1.2

30 Jun 18:23
Compare
Choose a tag to compare

Fixed

v5.1.1

01 Jun 20:26
Compare
Choose a tag to compare

Added

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

v5.1.0

03 May 20:18
Compare
Choose a tag to compare

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!

v5.0.1

25 Apr 06:01
Compare
Choose a tag to compare

Fixed

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

v5.0.0

31 Mar 15:52
Compare
Choose a tag to compare

BREAKING CHANGE

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

v4.10.0

30 Mar 17:33
Compare
Choose a tag to compare

Added

  • Pull #303
  • Add Inbound Parse data parser
  • Thanks to Jamie for the PR!

v4.9.0

28 Mar 23:14
Compare
Choose a tag to compare

Added

  • Pull #371
  • Catch error in sendgrid, partially solves #370
  • Thanks to gf for the PR!

v4.8.4

20 Mar 05:39
Compare
Choose a tag to compare

Fixed

  • Pull #348
  • Fix typescript definition for the ClickTracking
  • Thanks to dhenriques for the PR!

v4.8.3

20 Mar 05:28
Compare
Choose a tag to compare

Fixed

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

v4.8.2

14 Mar 21:05
Compare
Choose a tag to compare

Fixed

  • Pull #338
  • Fix function name in mail helper and fix the corresponding test
  • Thanks to Seoker Wang for the PR!