UNPKG

3.23 kBMarkdownView Raw
1# Changelog
2
3## 3.0.18
4
5* fix domain endpoint request types
6
7## 3.0.17
8
9* updated test library versions
10* switched from nconf to dotenv for configuration loading for tests
11
12## 3.0.15
13
14* added Sanboxed field to the outbound message model
15* fix parsing bounced messages
16
17## 3.0.14
18
19* Updated statistics filtering parameter
20
21## 3.0.13
22
23* Minor code fix, fixing up library versions for older versions of node
24
25## 3.0.12
26
27* Migrated to ActiveCampaign
28
29## 3.0.11
30
31* Small bug fix to data model
32
33## 3.0.1
34
35* Separated error handling responsibility between postmark client and http client
36
37## 3.0.0
38
39* Updated message response for sending
40* Decoupled and refactored http client part of the library
41
42## 2.9.5
43
44* Improved error handling
45* Parsed inactive recipients when email sending
46
47## 2.9.0
48
49* Update sender signature name field to match documentation by being required
50* Updated dev libraries to resolve security issues (typedoc, typescript)
51* Updated axios http client version
52
53## 2.8.2
54
55Update attachments model for inbound and outbound messages
56
57## 2.8.1
58
59Updated sender signature model with personal note
60
61## 2.7.9
62
63Updated axios client version
64
65## 2.7.7
66
67* Added delivery types to server model
68
69## 2.7.6
70
71* Improved data model for webhook triggers
72
73## 2.7.4
74
75* Small update to the server update model
76
77## 2.7.3
78
79* Updated message streams model with unsubscribe types
80
81## 2.7.2
82
83* Remove old request client dev dependency
84
85## 2.7.1
86
87* Increase client tolerance to long and big requests
88
89## 2.7.0
90
91* Updated axios to 0.21.1
92
93## 2.6.1
94
95* Updated createWebhook endpoint to support MessageStream
96* default CI tool is now circleCi
97
98## 2.6.0
99
100* Added message stream endpoints
101
102## 2.5.6
103
104* Updated release docs and sending message response model
105
106## 2.5.5
107
108* library updates
109
110## 2.5.4
111
112* Fix domain details model
113
114## 2.5.3
115
116* Http client size limitation removed
117
118## 2.5.2
119
120* Better error handling
121* Improved client options setup and default client setup
122
123## 2.3.5
124
125* Added supression management
126
127## 2.3.4
128
129* Removed obsolete TriggerTags endpoint and added filtering bounces by stream
130
131## 2.3.2
132
133* messages can now be filtered by message stream
134* bounceTags endpoint is deprecated/removed
135
136## 2.3.1
137
138* Added webhook management support
139* Improved test coverage
140* Improved type model
141
142## 2.3.0
143
144* Small improvement to error handling
145
146## 2.2.8
147
148* Servers list type model update
149
150## 2.2.7
151
152* Template layouts support
153
154## 2.2.6
155
156* Add support for metadata for email templates
157
158## 2.2.5
159
160* Ignore docs from npm library
161
162## 2.2.4
163
164* Added templates push feature
165
166## 2.2.2
167
168* Minor fix for proper error handling
169
170## 2.2.0
171
172* added filtering by count, offset defaults in case of passing parameters straight to client methods
173* updated aliases for client objects for backward compatibility
174
175## 2.1.0
176
177* Make filter parameters use constructors for simpler querying
178* Minor type definition re-organization
179
180## 2.0.0
181
182* migrated library to add Typescript support
183* removed not needed dependencies
184* completely revamped the client with simpler call model (callbacks, promises, http requests separation etc)
185* added custom error handling
186* added all missing account level, server level endpoints (verifyDKIM for example)
187
188## 1.0.0
189
190* Initial release
\No newline at end of file