Changelog
[2.1.4] - 2019-10-01
Changelog
[2.1.3] - 2018-10-24
Changelog
[2.1.0] - 2016-12-20
transmissions.send()
method is now optional if you're using a callback function by @avrahamgoldman.templates.get()
method is now optional if you're using a callback function by @avrahamgoldman.Changelog
[2.0.1] - 2016-11-10
Changelog
[2.0.0] - 2016-11-04 - breaking
With this major release, we streamlined and simplified the library making it more of a thin wrapper, adding sugar methods when needed. Parameters are no longer abstracted and are passed directly to the API as laid out in the official documentation. Please see the updated resource docs and examples. The high level changes have been listed below.
send
method now takes an object of transmission attributes as the first parameter. Any other options, such as num_rcpt_errors
has been moved to a second optional options
parameter.toApiFormat
method, parameters are passed directly to the API as snake_case.GET
requests are now properly parsed as JSON by @aydrian. Closes #111