Releases: sendgrid/sendgrid-nodejs
Releases · sendgrid/sendgrid-nodejs
v5.1.2
Fixed
- Pull #399
- Fix
batch_id
type - Thanks to Leonardo Testa for the PR!
v5.1.1
Added
- Pull #391
- Return personalizations as an array of request compatible JSON.
- Thanks to Paul Hrimiuc for the PR!
v5.1.0
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
Fixed
- Pull #385
- Remove JSON.parse() around response bodies in contact-importer
- Thanks to Eemeli Aro for the PR!
v5.0.0
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
v4.9.0
v4.8.4
Fixed
- Pull #348
- Fix typescript definition for the ClickTracking
- Thanks to dhenriques for the PR!
v4.8.3
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
Fixed
- Pull #338
- Fix function name in mail helper and fix the corresponding test
- Thanks to Seoker Wang for the PR!