All notable changes to this project will be documented in this file.
This project adheres to Semantic Versioning.
- Pull #6, Solves #5
- Invoke the API callback with a mocked response upon Error
- Thanks Dan Foley!
- Fix GitHub URLs in package.json #4: sendgrid/sendgrid-nodejs#4
- Thanks Guilherme Souza!
- Sending email with accents: sendgrid/sendgrid-nodejs#239
- Thanks eaparango!
- Automatically add Content-Type: application/json when there is a request body
- Cleaner request object initialization
- Ability to use http for testing
- Made the Request and Response variables non-redundant. e.g. request.requestBody becomes request.body
- We are live!