UNPKG

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