UNPKG

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