|
1 |
| -## Change Log |
| 1 | +# Change Log |
| 2 | +All notable changes to this project will be documented in this file. |
| 3 | +This project adheres to [Semantic Versioning](http://semver.org/). |
2 | 4 |
|
3 |
| -### v1.3.4 (2016/05/10) |
| 5 | +## [Unreleased][unreleased] |
| 6 | + |
| 7 | +## [1.3.5] - 2016-05-13 |
| 8 | +- [#146](https://github.com/SparkPost/node-sparkpost/pull/146) Single recipient suppression list upserts now use the bulk update endpoint (@jgzamora) |
| 9 | + |
| 10 | +## [1.3.4] - 2016-05-10 |
4 | 11 | - [#144](https://github.com/SparkPost/node-sparkpost/pull/144) Updated bulk suppression list upsert payload (@aydrian)
|
5 | 12 |
|
6 |
| -### v1.3.3 (2016/04/25) |
| 13 | +## [1.3.3] - 2016-04-25 |
7 | 14 | - [#142](https://github.com/SparkPost/node-sparkpost/pull/142) Upgrade request to 2.72.0 and fix affected test (@artlogic)
|
8 | 15 |
|
9 |
| -### v1.3.2 (2016/04/13) |
| 16 | +## [1.3.2] - 2016-04-13 |
10 | 17 | - [#139](https://github.com/SparkPost/node-sparkpost/pull/139) Make Gruntfile.js cross-platform friendly (@coldacid)
|
11 | 18 | - [#137](https://github.com/SparkPost/node-sparkpost/pull/137) Fix missing `subaccounts` property in SparkPost class (@coldacid)
|
12 | 19 | - [#134](https://github.com/SparkPost/node-sparkpost/pull/134) Let inboundDomains.create() use a domain name as per the docs (@orval)
|
13 | 20 | - [#132](https://github.com/SparkPost/node-sparkpost/pull/132) Some docs erroneously refer to recipient lists (@orval)
|
14 | 21 |
|
15 |
| -### v1.3.1 (2016/04/01) |
| 22 | +## [1.3.1] - 2016-04-01 |
16 | 23 | - [#130](https://github.com/SparkPost/node-sparkpost/pull/130) Refactored toApiFormat.js to use json-pointer (@orval)
|
17 | 24 |
|
18 |
| -### v1.3.0 (2016/04/01) |
| 25 | +## [1.3.0] - 2016-04-01 |
19 | 26 | - [#129](https://github.com/SparkPost/node-sparkpost/pull/129) Added support for subaccounts (@coldacid)
|
20 | 27 | - [#126](https://github.com/SparkPost/node-sparkpost/pull/126) body might be undefined (@mstdokumaci)
|
21 | 28 | - [#121](https://github.com/SparkPost/node-sparkpost/pull/121) Added support for Relay Webhooks (@aydrian)
|
22 | 29 | - [#119](https://github.com/SparkPost/node-sparkpost/pull/119) Added support for inbound domains (@aydrian)
|
23 | 30 | - [#118](https://github.com/SparkPost/node-sparkpost/pull/118) Added support for deleting a sending domain (@aydrian)
|
24 | 31 | - [#115](https://github.com/SparkPost/node-sparkpost/pull/115) ReadMe "Hello World" Example (@JimTheMan)
|
25 | 32 |
|
26 |
| -### v1.2.0 (2016/03/14) |
| 33 | +## [1.2.0] - 2016-03-14 |
27 | 34 | - [#109](https://github.com/SparkPost/node-sparkpost/pull/109) README updates (@aydrian)
|
28 | 35 | - [#108](https://github.com/SparkPost/node-sparkpost/pull/108) removes from and subject from transmission stored template send example (@colestrode)
|
29 | 36 | - [#106](https://github.com/SparkPost/node-sparkpost/pull/106) correcting send_transmission_all_fields.js example (@lfreneda)
|
|
32 | 39 | - [#100](https://github.com/SparkPost/node-sparkpost/pull/100) Added message events wrapper (@ewandennis)
|
33 | 40 | - [#97](https://github.com/SparkPost/node-sparkpost/pull/97) Add nodejs versions to TravisCI (@richleland)
|
34 | 41 |
|
35 |
| -### v1.1.0 (2015/08/13) |
| 42 | +## [1.1.0] - 2015-08-13 |
36 | 43 | - [#92](https://github.com/SparkPost/node-sparkpost/pull/92) Added Coveralls.io (@aydrian)
|
37 | 44 | - [#91](https://github.com/SparkPost/node-sparkpost/pull/91) Added Recipient List Update method, Docs, and Examples (@aydrian)
|
38 | 45 | - [#85](https://github.com/SparkPost/node-sparkpost/pull/85) Added getDocumentation and getSamples functions to Webhooks resource (@aydrian)
|
39 | 46 |
|
40 |
| -### v1.0.1 (2015/08/06) |
| 47 | +## [1.0.1] - 2015-08-06 |
41 | 48 | - [#88](https://github.com/SparkPost/node-sparkpost/pull/88) Modified toApiFormat spec test file to fit standard naming convention. Added tests for code coverage. (@aydrian)
|
42 | 49 | - [#87](https://github.com/SparkPost/node-sparkpost/pull/87) Removed dependency for snake-case (@aydrian)
|
43 | 50 | - [#83](https://github.com/SparkPost/node-sparkpost/pull/83) Make sure to support sending with a stored recipient list or template, while also leaving headers and substitution data alone. (@bdeanindy)
|
44 | 51 | - [#80](https://github.com/SparkPost/node-sparkpost/pull/80) Updated transmission docs and examples. (@aydrian)
|
45 | 52 | - [#78](https://github.com/SparkPost/node-sparkpost/pull/78) Update Sending Domains docs and examples. (@aydrian)
|
46 | 53 | - [#70](https://github.com/SparkPost/node-sparkpost/pull/70) Update examples for newly added toApiFormat (@bdeanindy)
|
47 | 54 |
|
48 |
| -### v1.0.0 (2015/06/06) - *breaking* |
| 55 | +## [1.0.0] - 2015-06-06 - *breaking* |
49 | 56 | - [#68](https://github.com/SparkPost/node-sparkpost/pull/68) Added keywords for searching in npm (@nornholdj)
|
50 | 57 | - [#67](https://github.com/SparkPost/node-sparkpost/pull/67) Created a change log as CHANGELOG.md (@aydrian)
|
51 | 58 | - [#66](https://github.com/SparkPost/node-sparkpost/pull/66) Issue [#51](https://github.com/SparkPost/node-sparkpost/issues/51) Modify the base object to handle non 2XX status and simplify second callback param (@aydrian)
|
|
60 | 67 | - Issue [#58](https://github.com/SparkPost/node-sparkpost/issues/58) Update recipientLists to use toApiFormat
|
61 | 68 | - Issue [#57](https://github.com/SparkPost/node-sparkpost/issues/58) Update transmissions to use toApiFormat
|
62 | 69 |
|
63 |
| -### v0.9.0 (2015/05/12) - *breaking* |
| 70 | +## [0.9.0] - 2015-05-12 - *breaking* |
64 | 71 | - [#49](https://github.com/SparkPost/node-sparkpost/pull/49) Issue [#48](https://github.com/SparkPost/node-sparkpost/issues/48) Add Grunt Bump (@aydrian)
|
65 | 72 | - [#47](https://github.com/SparkPost/node-sparkpost/pull/47) Issue [#44](https://github.com/SparkPost/node-sparkpost/issues/44) Create docs and examples for new APIs (@aydrian)
|
66 | 73 | - [#43](https://github.com/SparkPost/node-sparkpost/pull/43) Issue [#42](https://github.com/SparkPost/node-sparkpost/issues/42) Modified sendingDomains.verify and updated the unit tests and examples.(@aydrian)
|
|
73 | 80 | - [#29](https://github.com/SparkPost/node-sparkpost/pull/29) Issue [#7](https://github.com/SparkPost/node-sparkpost/issues/7) Recipient Lists SDK (@aydrian)
|
74 | 81 | - [#27](https://github.com/SparkPost/node-sparkpost/pull/27) Issue [#16](https://github.com/SparkPost/node-sparkpost/issues/16) Adding a base object (@aydrian)
|
75 | 82 |
|
76 |
| -### v0.1.6 (2015/04/16) |
| 83 | +## [0.1.6] - 2015-04-16 |
77 | 84 | - [#26](https://github.com/SparkPost/node-sparkpost/pull/26) removed defaulting open/click tracking to true (@jmartin4563)
|
78 | 85 |
|
79 |
| -### v0.1.5 (2015/04/02) |
| 86 | +## [0.1.5] - 2015-04-02 |
80 | 87 | - [#22](https://github.com/SparkPost/node-sparkpost/pull/22) Apply fix for [#21](https://github.com/SparkPost/node-sparkpost/issues/21) and add appropriate unit test / update mock (@jmartin4563)
|
81 | 88 |
|
82 |
| -### v0.1.4 (2015/02/24) |
| 89 | +## [0.1.4] - 2015-02-24 |
83 | 90 | - Sending Domains Functionality and Transmissions Sandbox Option
|
84 | 91 |
|
85 |
| -### v0.1.3 (2015/01/08) |
| 92 | +## [0.1.3] - 2015-01-08 |
86 | 93 | - Open & Click Tracking Disabling Bug Fix
|
87 | 94 |
|
88 |
| -### v0.1.2 (2014/12/10) |
| 95 | +## [0.1.2] - 2014-12-10 |
89 | 96 | - Added SendGrid compatibility layer
|
90 | 97 |
|
91 |
| -### v0.1.1 (2014/12/10) |
| 98 | +## [0.1.1] - 2014-12-10 |
92 | 99 | - Added SendGrid compatibility layer
|
93 | 100 |
|
94 |
| -### v0.1.0 (2014/11/10) |
| 101 | +## 0.1.0 - 2014-11-10 |
95 | 102 | - First Release!
|
| 103 | + |
| 104 | +[unreleased]: https://github.com/sparkpost/node-sparkpost/compare/1.3.5...HEAD |
| 105 | +[1.3.5]: https://github.com/sparkpost/node-sparkpost/compare/1.3.4...1.3.5 |
| 106 | +[1.3.4]: https://github.com/sparkpost/node-sparkpost/compare/1.3.3...1.3.4 |
| 107 | +[1.3.3]: https://github.com/sparkpost/node-sparkpost/compare/1.3.2...1.3.3 |
| 108 | +[1.3.2]: https://github.com/sparkpost/node-sparkpost/compare/1.3.1...1.3.2 |
| 109 | +[1.3.1]: https://github.com/sparkpost/node-sparkpost/compare/1.3.0...1.3.1 |
| 110 | +[1.3.0]: https://github.com/sparkpost/node-sparkpost/compare/1.2.0...1.3.0 |
| 111 | +[1.2.0]: https://github.com/sparkpost/node-sparkpost/compare/1.1.0...1.2.0 |
| 112 | +[1.1.0]: https://github.com/sparkpost/node-sparkpost/compare/1.0.1...1.1.0 |
| 113 | +[1.0.1]: https://github.com/sparkpost/node-sparkpost/compare/1.0.0...1.0.1 |
| 114 | +[1.0.0]: https://github.com/sparkpost/node-sparkpost/compare/0.9.0...1.0.0 |
| 115 | +[0.9.0]: https://github.com/sparkpost/node-sparkpost/compare/0.1.6...0.9.0 |
| 116 | +[0.1.6]: https://github.com/sparkpost/node-sparkpost/compare/0.1.5...0.1.6 |
| 117 | +[0.1.5]: https://github.com/sparkpost/node-sparkpost/compare/0.1.4...0.1.5 |
| 118 | +[0.1.4]: https://github.com/sparkpost/node-sparkpost/compare/0.1.3...0.1.4 |
| 119 | +[0.1.3]: https://github.com/sparkpost/node-sparkpost/compare/0.1.2...0.1.3 |
| 120 | +[0.1.2]: https://github.com/sparkpost/node-sparkpost/compare/0.1.1...0.1.2 |
| 121 | +[0.1.1]: https://github.com/sparkpost/node-sparkpost/compare/0.1.0...0.1.1 |
0 commit comments