Skip to content

Latest commit

 

History

History
59 lines (49 loc) · 5.03 KB

CHANGELOG.md

File metadata and controls

59 lines (49 loc) · 5.03 KB

Change Log

v1.0.1 (2015/08/06)

  • #88 Modified toApiFormat spec test file to fit standard naming convention. Added tests for code coverage. (@aydrian)
  • #87 Removed dependency for snake-case (@aydrian)
  • #83 Make sure to support sending with a stored recipient list or template, while also leaving headers and substitution data alone. (@bdeanindy)
  • #80 Updated transmission docs and examples. (@aydrian)
  • #78 Update Sending Domains docs and examples. (@aydrian)
  • #70 Update examples for newly added toApiFormat (@bdeanindy)

v1.0.0 (2015/06/06) - breaking

  • #68 Added keywords for searching in npm (@nornholdj)
  • #67 Created a change log as CHANGELOG.md (@aydrian)
  • #66 Issue #51 Modify the base object to handle non 2XX status and simplify second callback param (@aydrian)
  • [#64](
  • #56 Issue #46 Updates to Transmissions library (@aydrian)
  • #55 Fix doc about using process.env.SPARKPOST_API_KEY (@bizob2828)
  • #54 fixed link to transmissions in readme (@bizob2828)
  • #45 Issue #45 Accept camelCase or native API format seamlessly
    • Issue #64 Update webhooks to use toApiFormat
    • Issue #63 Updated suppressionlists to use toApiFormat
    • Issue #61 Update sending domains to use toApiFormat
    • Issue #60 Update templates to use toApiFormat
    • Issue #58 Update recipientLists to use toApiFormat
    • Issue [#57] Update transmissions to use toApiFormat (@bdeanindy)

v0.9.0 (2015/05/12) - breaking

  • #49 Issue #48 Add Grunt Bump (@aydrian)
  • #47 Issue #44 Create docs and examples for new APIs (@aydrian)
  • #43 Issue #42 Modified sendingDomains.verify and updated the unit tests and examples.(@aydrian)
  • #41 Issue #40 sparkpost.js test cleanup (@aydrian)
  • #39 Issue #38 Updated Sending Domains unit tests. Added error checking. (@aydrian)
  • #34 Issue #33 made transmission unit tests more unity (@colestrode)
  • #32 Issue #10 Webhooks API (@aydrian)
  • #31 Issue #6 Templates SDK (@aydrian)
  • #30 Issue #20 Suppression List SDK (@aydrian)
  • #29 Issue #7 Recipient Lists SDK (@aydrian)
  • #27 Issue #16 Adding a base object (@aydrian)

v0.1.6 (2015/04/16)

  • #26 removed defaulting open/click tracking to true (@jmartin4563)

v0.1.5 (2015/04/02)

  • #22 Apply fix for #21 and add appropriate unit test / update mock (@jmartin4563)

v0.1.4 (2015/02/24)

  • Sending Domains Functionality and Transmissions Sandbox Option

v0.1.3 (2015/01/08)

  • Open & Click Tracking Disabling Bug Fix

v0.1.2 (2014/12/10)

  • Added SendGrid compatibility layer

v0.1.1 (2014/12/10)

  • Added SendGrid compatibility layer

v0.1.0 (2014/11/10)

  • First Release!