mailchannels-sdk 1.5.1 → 1.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1572 -0
- package/dist/_chunks/mailchannels.mjs +25 -43
- package/package.json +4 -4
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,1572 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
## v1.5.2
|
|
5
|
+
|
|
6
|
+
[compare changes](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/branches/compare/v1.5.2%0Dv1.5.1)
|
|
7
|
+
|
|
8
|
+
### 🩹 Fixes
|
|
9
|
+
|
|
10
|
+
- **errors:** Ignore html response body data as error details ([f42f71f](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/f42f71f))
|
|
11
|
+
|
|
12
|
+
### 💅 Refactors
|
|
13
|
+
|
|
14
|
+
- **errors:** Add shared default error texts by status ([278c211](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/278c211))
|
|
15
|
+
|
|
16
|
+
### 📖 Documentation
|
|
17
|
+
|
|
18
|
+
- **examples:** Add MJML templating example ([1ab85aa](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/1ab85aa))
|
|
19
|
+
- **modules:** Add missing domains module ([ab7c955](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/ab7c955))
|
|
20
|
+
|
|
21
|
+
### ❤️ Contributors
|
|
22
|
+
|
|
23
|
+
- Yizack Rangel [yizack@mailchannels.com](mailto:yizack@mailchannels.com)
|
|
24
|
+
|
|
25
|
+
## v1.5.1
|
|
26
|
+
|
|
27
|
+
[compare changes](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/branches/compare/v1.5.1%0Dv1.5.0)
|
|
28
|
+
|
|
29
|
+
### 📖 Documentation
|
|
30
|
+
|
|
31
|
+
- **domains:** Update `envelopeFromDomain` JSDoc description ([b347d92](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/b347d92))
|
|
32
|
+
|
|
33
|
+
### 🏡 Chore
|
|
34
|
+
|
|
35
|
+
- **scripts:** Run tsc once for all skill snippet blocks ([23e05ab](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/23e05ab))
|
|
36
|
+
- Update all dependencies ([e9d9d72](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/e9d9d72))
|
|
37
|
+
|
|
38
|
+
### 🤖 CI
|
|
39
|
+
|
|
40
|
+
- Drop corepack and add node 20/22/24 tests ([b525426](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/b525426))
|
|
41
|
+
|
|
42
|
+
### ❤️ Contributors
|
|
43
|
+
|
|
44
|
+
- Yizack Rangel [yizack@mailchannels.com](mailto:yizack@mailchannels.com)
|
|
45
|
+
|
|
46
|
+
## v1.5.0
|
|
47
|
+
|
|
48
|
+
[compare changes](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/branches/compare/v1.5.0%0Dv1.4.0)
|
|
49
|
+
|
|
50
|
+
### 🚀 Enhancements
|
|
51
|
+
|
|
52
|
+
- **domains:** Add optional `envelopeFromDomain` field in `check` options ([e720d56](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/e720d56))
|
|
53
|
+
|
|
54
|
+
### 🩹 Fixes
|
|
55
|
+
|
|
56
|
+
- **emails:** Mark `index` field as non-optional in send response ([341db55](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/341db55))
|
|
57
|
+
|
|
58
|
+
### 📖 Documentation
|
|
59
|
+
|
|
60
|
+
- Update references of legacy support links ([213ee6f](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/213ee6f))
|
|
61
|
+
- Update API key console links to new dashboard ([1460691](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/1460691))
|
|
62
|
+
- Bump Email API version to 1.7.0 ([8aa390b](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/8aa390b))
|
|
63
|
+
|
|
64
|
+
### 🏡 Chore
|
|
65
|
+
|
|
66
|
+
- **types:** Rename domain check dkim type ([60750a2](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/60750a2))
|
|
67
|
+
- Update all dependencies ([c87f712](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/c87f712))
|
|
68
|
+
|
|
69
|
+
### ❤️ Contributors
|
|
70
|
+
|
|
71
|
+
- Yizack Rangel [yizack@mailchannels.com](mailto:yizack@mailchannels.com)
|
|
72
|
+
|
|
73
|
+
## v1.4.0
|
|
74
|
+
|
|
75
|
+
[compare changes](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/branches/compare/v1.4.0%0Dv1.3.1)
|
|
76
|
+
|
|
77
|
+
### 🚀 Enhancements
|
|
78
|
+
|
|
79
|
+
- **simulator:** Expose programmatic `createSimulator` method ([15e3ae0](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/15e3ae0))
|
|
80
|
+
- **cli:** Add new emails commands ([226b2fc](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/226b2fc))
|
|
81
|
+
- **plugins:** Add transport for Nodemailer ([6c2408f](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/6c2408f))
|
|
82
|
+
|
|
83
|
+
### 💅 Refactors
|
|
84
|
+
|
|
85
|
+
- **cli:** Migrate to 'citty' cmd framework ([d6f658c](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/d6f658c))
|
|
86
|
+
|
|
87
|
+
### 📖 Documentation
|
|
88
|
+
|
|
89
|
+
- **agents:** Add programmatic simulator usage ([7b0d37d](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/7b0d37d))
|
|
90
|
+
- **agents:** Normalize many H3/H4 headings to H2/H3 heading levels ([679df81](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/679df81))
|
|
91
|
+
- **examples:** Add Hono basic framework example app ([d4ba297](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/d4ba297))
|
|
92
|
+
- **readme:** Add nodemailer transport limitations ([2ff406e](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/2ff406e))
|
|
93
|
+
- **agents:** Add nodemailer plugin skill resource ([a892a1b](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/a892a1b))
|
|
94
|
+
- **skill:** Clarify dkim rsa-only limitation ([6f7623b](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/6f7623b))
|
|
95
|
+
|
|
96
|
+
### 📦 Build
|
|
97
|
+
|
|
98
|
+
- **cli:** Remove unwanted cli declarations file after build ([48721d2](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/48721d2))
|
|
99
|
+
|
|
100
|
+
### 🏡 Chore
|
|
101
|
+
|
|
102
|
+
- **scripts:** Add nodemailer support and recursive skills discovery ([e35931d](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/e35931d))
|
|
103
|
+
- Update all dependencies ([77fbc99](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/77fbc99))
|
|
104
|
+
|
|
105
|
+
### ✅ Tests
|
|
106
|
+
|
|
107
|
+
- **cli:** Mock console loggers to prevent noisy test output ([ac5a162](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/ac5a162))
|
|
108
|
+
|
|
109
|
+
### ❤️ Contributors
|
|
110
|
+
|
|
111
|
+
- Yizack Rangel [yizack@mailchannels.com](mailto:yizack@mailchannels.com)
|
|
112
|
+
|
|
113
|
+
## v1.3.1
|
|
114
|
+
|
|
115
|
+
[compare changes](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/branches/compare/v1.3.1%0Dv1.3.0)
|
|
116
|
+
|
|
117
|
+
### 🩹 Fixes
|
|
118
|
+
|
|
119
|
+
- **types:** Allow mixed recipient/string arrays in `EmailsSendRecipientInput` ([f889fdf](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/f889fdf))
|
|
120
|
+
|
|
121
|
+
### 💅 Refactors
|
|
122
|
+
|
|
123
|
+
- Improve src directory structure ([afcf4fb](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/afcf4fb))
|
|
124
|
+
|
|
125
|
+
### 📖 Documentation
|
|
126
|
+
|
|
127
|
+
- **examples:** Add react and vue templating examples ([5a8b434](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/5a8b434))
|
|
128
|
+
- **sub-accounts:** Remove 100K plan requirement ([32b7c65](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/32b7c65))
|
|
129
|
+
- **examples:** Add Netlify Edge basic serverless example app ([9099070](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/9099070))
|
|
130
|
+
- **examples:** Prefer .env in templating guides and remove trailing comma ([7006ad5](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/7006ad5))
|
|
131
|
+
- Bump email-api version to `1.6.0` ([34b42dd](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/34b42dd))
|
|
132
|
+
|
|
133
|
+
### 🏡 Chore
|
|
134
|
+
|
|
135
|
+
- **attachments:** Remove unused `disposition` field ([7cf598b](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/7cf598b))
|
|
136
|
+
- Remove unused local email-api spec from SDK ([5d7f14d](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/5d7f14d))
|
|
137
|
+
- **lint:** Include `@stylistic/space-infix-ops` lint rule ([1e1637f](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/1e1637f))
|
|
138
|
+
- Update all dependencies ([d0542fb](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/d0542fb))
|
|
139
|
+
|
|
140
|
+
### ❤️ Contributors
|
|
141
|
+
|
|
142
|
+
- Yizack Rangel [yizack@mailchannels.com](mailto:yizack@mailchannels.com)
|
|
143
|
+
- Axel Li [axel.li@mailchannels.com](mailto:axel.li@mailchannels.com)
|
|
144
|
+
|
|
145
|
+
## v1.3.0
|
|
146
|
+
|
|
147
|
+
[compare changes](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/branches/compare/v1.3.0%0Dv1.2.0)
|
|
148
|
+
|
|
149
|
+
### 🚀 Enhancements
|
|
150
|
+
|
|
151
|
+
- **metrics:** Add monthly limit field to usage response ([12acad5](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/12acad5))
|
|
152
|
+
- **sub-accounts:** Add monthly limit field to usage response ([527667b](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/527667b))
|
|
153
|
+
- **simulator:** Add monthly limit to usage responses ([9eaf234](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/9eaf234))
|
|
154
|
+
|
|
155
|
+
### 💅 Refactors
|
|
156
|
+
|
|
157
|
+
- **suppressions:** Deprecate `create` entries option and use as positional param ([c85e5b1](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/c85e5b1))
|
|
158
|
+
|
|
159
|
+
### 🏡 Chore
|
|
160
|
+
|
|
161
|
+
- Update all dependencies ([6cc56dd](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/6cc56dd))
|
|
162
|
+
|
|
163
|
+
### ❤️ Contributors
|
|
164
|
+
|
|
165
|
+
- Yizack Rangel [yizack@mailchannels.com](mailto:yizack@mailchannels.com)
|
|
166
|
+
|
|
167
|
+
## v1.2.0
|
|
168
|
+
|
|
169
|
+
[compare changes](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/branches/compare/v1.2.0%0Dv1.1.0)
|
|
170
|
+
|
|
171
|
+
### 🚀 Enhancements
|
|
172
|
+
|
|
173
|
+
- **metrics:** Add unique open/click engagement metrics ([567e6bb](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/567e6bb))
|
|
174
|
+
- **metrics:** Add complained field to performance ([693612f](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/693612f))
|
|
175
|
+
- **errors:** Include api response in `ErrorResponse` object ([2abc900](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/2abc900))
|
|
176
|
+
- Add custom tracking domains and update send options ([7c35915](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/7c35915))
|
|
177
|
+
- **simulator:** Add custom tracking domain to simulator ([b46171a](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/b46171a))
|
|
178
|
+
|
|
179
|
+
### 💅 Refactors
|
|
180
|
+
|
|
181
|
+
- **domains:** Replace options object with positional params ([5f9d0b7](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/5f9d0b7))
|
|
182
|
+
|
|
183
|
+
### 📖 Documentation
|
|
184
|
+
|
|
185
|
+
- **agents:** Fix typo in sub-accounts ([113a4e0](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/113a4e0))
|
|
186
|
+
- **types:** Add JSDoc comments to engagement fields ([638beb9](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/638beb9))
|
|
187
|
+
- **domains:** Add custom tracking docs and update send params ([e1831a2](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/e1831a2))
|
|
188
|
+
- Refresh spec file and email-api versions to 1.2.1 ([7b76399](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/7b76399))
|
|
189
|
+
- **agents:** Add custom tracking domains skill resource ([6237c0f](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/6237c0f))
|
|
190
|
+
- **metrics:** Add missing complained bucket ([721be3b](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/721be3b))
|
|
191
|
+
- Refresh spec file and email-api versions to 1.4.0 ([e4f2526](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/e4f2526))
|
|
192
|
+
|
|
193
|
+
### 🏡 Chore
|
|
194
|
+
|
|
195
|
+
- **playground:** Add playground scripts for custom tracking domains ([7bedbb1](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/7bedbb1))
|
|
196
|
+
- **domains:** Check status code for custom tracking create/update response ([b6485e7](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/b6485e7))
|
|
197
|
+
- Update all dependencies ([e1ae094](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/e1ae094))
|
|
198
|
+
|
|
199
|
+
### ✅ Tests
|
|
200
|
+
|
|
201
|
+
- **domains:** Add custom tracking domains unit tests ([5e5f1fb](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/5e5f1fb))
|
|
202
|
+
|
|
203
|
+
### ❤️ Contributors
|
|
204
|
+
|
|
205
|
+
- Yizack Rangel [yizack@mailchannels.com](mailto:yizack@mailchannels.com)
|
|
206
|
+
|
|
207
|
+
## v1.1.0
|
|
208
|
+
|
|
209
|
+
[compare changes](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/branches/compare/v1.1.0%0Dv1.0.0)
|
|
210
|
+
|
|
211
|
+
### 🚀 Enhancements
|
|
212
|
+
|
|
213
|
+
- **suppressions:** Accept Date object for list date filters ([f5477f8](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/f5477f8))
|
|
214
|
+
- **metrics:** Support Date inputs for metrics time fields ([6e7047f](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/6e7047f))
|
|
215
|
+
- **webhooks:** Support Date values in `batches` time fields ([731229c](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/731229c))
|
|
216
|
+
|
|
217
|
+
### 🩹 Fixes
|
|
218
|
+
|
|
219
|
+
- Encode path params in all api requests ([5a34b8a](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/5a34b8a))
|
|
220
|
+
- **sub-accounts:** Include missing query in API keys list request ([f2c3ef0](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/f2c3ef0))
|
|
221
|
+
|
|
222
|
+
### 💅 Refactors
|
|
223
|
+
|
|
224
|
+
- Replace formatDateInput with parseDateInputs ([b86dc89](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/b86dc89))
|
|
225
|
+
- Restructure modules into module directories ([b2cf377](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/b2cf377))
|
|
226
|
+
- SubAccounts into sub-classes and deprecate methods ([2638b9e](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/2638b9e))
|
|
227
|
+
- **types:** Rename sub-accounts types and deprecate aliases ([8aa0ebb](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/8aa0ebb))
|
|
228
|
+
|
|
229
|
+
### 📖 Documentation
|
|
230
|
+
|
|
231
|
+
- **agents:** Add a 'mailchannels-js' AI skill ([7e05ba1](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/7e05ba1))
|
|
232
|
+
- Update and sync docs and playground ([996d8fe](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/996d8fe))
|
|
233
|
+
- **agents:** Update sub-account methods ([e1c66fc](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/e1c66fc))
|
|
234
|
+
- **types:** Add missing deprecated tag to `EmailsSendAsyncResponse` type alias ([b2ff506](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/b2ff506))
|
|
235
|
+
- **examples:** Expand nuxt app examples ([f3f1e7e](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/f3f1e7e))
|
|
236
|
+
- Update api-reference broken links ([7d39a41](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/7d39a41))
|
|
237
|
+
- Refresh spec file ([b206f36](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/b206f36))
|
|
238
|
+
|
|
239
|
+
### 🏡 Chore
|
|
240
|
+
|
|
241
|
+
- Add `AGENTS.md` for local development ([cc137e7](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/cc137e7))
|
|
242
|
+
- **agents:** Fix typo ([1db026b](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/1db026b))
|
|
243
|
+
- **utils:** Relax date input regex to allow offsets/space ([b6404b1](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/b6404b1))
|
|
244
|
+
- **scripts:** Support windows in check skill script ([0ab4221](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/0ab4221))
|
|
245
|
+
- Check for `dateError` in date validations ([4d39388](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/4d39388))
|
|
246
|
+
- **examples:** Replace URL-based attachments with direct file uploads ([021be6b](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/021be6b))
|
|
247
|
+
- **examples:** Validate attachment presence before submitting form ([d0cfc01](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/d0cfc01))
|
|
248
|
+
- Patch changelogen to format author email as mailto link for Bitbucket ([384ecb5](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/384ecb5))
|
|
249
|
+
|
|
250
|
+
### ✅ Tests
|
|
251
|
+
|
|
252
|
+
- Assert client query options and body payloads ([4dd0d95](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/4dd0d95))
|
|
253
|
+
|
|
254
|
+
### 🤖 CI
|
|
255
|
+
|
|
256
|
+
- Remove unused and invalid pipeline config ([c1b10ba](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/c1b10ba))
|
|
257
|
+
|
|
258
|
+
### ❤️ Contributors
|
|
259
|
+
|
|
260
|
+
- Yizack Rangel [yizack@mailchannels.com](mailto:yizack@mailchannels.com)
|
|
261
|
+
- Robin Cryer [robin.cryer@mailchannels.com](mailto:robin.cryer@mailchannels.com)
|
|
262
|
+
|
|
263
|
+
## v1.0.0
|
|
264
|
+
|
|
265
|
+
[compare changes](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/branches/compare/v1.0.0%0Dv0.8.0)
|
|
266
|
+
|
|
267
|
+
### 🚀 Enhancements
|
|
268
|
+
|
|
269
|
+
- **errors:** Introduce error type keys ([f49c49f](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/f49c49f))
|
|
270
|
+
- **attachment:** Add `Attachment.fromBlob` helper ([c4cee9b](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/c4cee9b))
|
|
271
|
+
|
|
272
|
+
### 🩹 Fixes
|
|
273
|
+
|
|
274
|
+
- Validate email subject in send payload ([c05f91b](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/c05f91b))
|
|
275
|
+
|
|
276
|
+
### 💅 Refactors
|
|
277
|
+
|
|
278
|
+
- **attachment:** ⚠️ Remove file/url helpers ([af3f954](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/af3f954))
|
|
279
|
+
- Use single quotes in missing sender message ([15f4b17](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/15f4b17))
|
|
280
|
+
|
|
281
|
+
### 📖 Documentation
|
|
282
|
+
|
|
283
|
+
- **examples:** Expand nextjs app examples ([df7e437](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/df7e437))
|
|
284
|
+
- **examples:** Expand astro app examples ([f1f53ad](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/f1f53ad))
|
|
285
|
+
- **examples:** Expand sveltekit app examples ([7174e1c](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/7174e1c))
|
|
286
|
+
- Add license, TypeScript, and Node.js version badges to README ([8e3a569](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/8e3a569))
|
|
287
|
+
- **readme:** Use absolute Bitbucket URLs in README ([f4bded4](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/f4bded4))
|
|
288
|
+
- **readme:** Fix missing absolute license link ([d71e805](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/d71e805))
|
|
289
|
+
- Bump Email API version to 1.0.0 ([2991b6e](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/2991b6e))
|
|
290
|
+
|
|
291
|
+
### 🏡 Chore
|
|
292
|
+
|
|
293
|
+
- Refactor parity fixture generator, cover readme version note, and update info ([e9458bc](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/e9458bc))
|
|
294
|
+
- Patch changelogen for Bitbucket hash ref bug ([acbecf1](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/acbecf1))
|
|
295
|
+
|
|
296
|
+
#### ⚠️ Breaking Changes
|
|
297
|
+
|
|
298
|
+
- **attachment:** ⚠️ Remove file/url helpers ([af3f954](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/af3f954))
|
|
299
|
+
|
|
300
|
+
### ❤️ Contributors
|
|
301
|
+
|
|
302
|
+
- Yizack Rangel <yizack@mailchannels.com>
|
|
303
|
+
- Behrang Sabeghi <behrang.sabeghi@mailchannels.com>
|
|
304
|
+
|
|
305
|
+
## v0.8.0
|
|
306
|
+
|
|
307
|
+
|
|
308
|
+
### 🚀 Enhancements
|
|
309
|
+
|
|
310
|
+
- **client:** ⚠️ Add timeout and abort signal support ([f50eee6](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/f50eee6))
|
|
311
|
+
- Add Attachment helpers ([516eda2](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/516eda2))
|
|
312
|
+
|
|
313
|
+
### 🩹 Fixes
|
|
314
|
+
|
|
315
|
+
- Validate domain presence in domain methods ([daa8864](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/daa8864))
|
|
316
|
+
|
|
317
|
+
### 💅 Refactors
|
|
318
|
+
|
|
319
|
+
- ⚠️ Rename `webhooks.delete` to `webhooks.deleteAll` ([0be7bd6](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/0be7bd6))
|
|
320
|
+
- ⚠️ Return structured response from `webhooks.verify` ([d9d5ba6](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/d9d5ba6))
|
|
321
|
+
- **webhooks:** ⚠️ Return full event object in `verify` ([df90058](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/df90058))
|
|
322
|
+
- ⚠️ Rename webhooks enroll and dkim update methods ([bd4c25f](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/bd4c25f))
|
|
323
|
+
- Split internal utils into focused modules ([ab66dc1](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/ab66dc1))
|
|
324
|
+
- **emails:** Deprecate `sendAsync` in favor of `queue` ([6b2b981](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/6b2b981))
|
|
325
|
+
- **domains-check:** ⚠️ Accept domain as first argument ([2d13d37](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/2d13d37))
|
|
326
|
+
|
|
327
|
+
### 📖 Documentation
|
|
328
|
+
|
|
329
|
+
- Update open api spec ([8e88154](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/8e88154))
|
|
330
|
+
- **readme:** Use pnpx for running playground scripts ([427790e](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/427790e))
|
|
331
|
+
- Fix dkim snippet reference ([fe85929](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/fe85929))
|
|
332
|
+
|
|
333
|
+
### 🏡 Chore
|
|
334
|
+
|
|
335
|
+
- Remove replaced webhooks delete files ([f4164bc](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/f4164bc))
|
|
336
|
+
- Use relative paths in src imports ([41bde4d](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/41bde4d))
|
|
337
|
+
- **webhooks:** Remove redundant type cast when mapping events payload ([b6afe54](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/b6afe54))
|
|
338
|
+
- **types:** Replace FetchOptions types with primitives ([4feed32](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/4feed32))
|
|
339
|
+
- Increase default client timeout to 120s ([3467239](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/3467239))
|
|
340
|
+
- Adjust options order ([59c8d8d](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/59c8d8d))
|
|
341
|
+
- Update repo metadata and add npm release CI ([189d230](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/189d230))
|
|
342
|
+
|
|
343
|
+
### ✅ Tests
|
|
344
|
+
|
|
345
|
+
- Refactor client tests to use fake defaults/options ([d392ec8](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/d392ec8))
|
|
346
|
+
- Hoist ofetch mock and manage mocks locally ([13c6a05](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/13c6a05))
|
|
347
|
+
- **domains:** Simplify mockClient object literals ([d5fbc12](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/d5fbc12))
|
|
348
|
+
|
|
349
|
+
### 🤖 CI
|
|
350
|
+
|
|
351
|
+
- Add lint and test bitbucket pipelines ([d3fdf74](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/d3fdf74))
|
|
352
|
+
- Replace atlassian publish pipe with pnpm publish ([c96a121](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/c96a121))
|
|
353
|
+
|
|
354
|
+
#### ⚠️ Breaking Changes
|
|
355
|
+
|
|
356
|
+
- **client:** ⚠️ Add timeout and abort signal support ([f50eee6](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/f50eee6))
|
|
357
|
+
- ⚠️ Rename `webhooks.delete` to `webhooks.deleteAll` ([0be7bd6](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/0be7bd6))
|
|
358
|
+
- ⚠️ Return structured response from `webhooks.verify` ([d9d5ba6](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/d9d5ba6))
|
|
359
|
+
- **webhooks:** ⚠️ Return full event object in `verify` ([df90058](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/df90058))
|
|
360
|
+
- ⚠️ Rename webhooks enroll and dkim update methods ([bd4c25f](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/bd4c25f))
|
|
361
|
+
- **domains-check:** ⚠️ Accept domain as first argument ([2d13d37](https://bitbucket.org/mailchannels/mailchannels-email-api-sdk-js/commits/2d13d37))
|
|
362
|
+
|
|
363
|
+
### ❤️ Contributors
|
|
364
|
+
|
|
365
|
+
- Yizack Rangel <yizack@mailchannels.com>
|
|
366
|
+
|
|
367
|
+
## v0.8.0-1
|
|
368
|
+
|
|
369
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.8.0-0...v0.8.0-1)
|
|
370
|
+
|
|
371
|
+
### 💅 Refactors
|
|
372
|
+
|
|
373
|
+
- ⚠️ Rename `webhooks.delete` to `webhooks.deleteAll` ([#170](https://github.com/Yizack/mailchannels/pull/170))
|
|
374
|
+
- ⚠️ Return structured response from `webhooks.verify` ([#171](https://github.com/Yizack/mailchannels/pull/171))
|
|
375
|
+
|
|
376
|
+
### 🏡 Chore
|
|
377
|
+
|
|
378
|
+
- Use relative paths in src imports ([254842a](https://github.com/Yizack/mailchannels/commit/254842a))
|
|
379
|
+
|
|
380
|
+
#### ⚠️ Breaking Changes
|
|
381
|
+
|
|
382
|
+
- ⚠️ Rename `webhooks.delete` to `webhooks.deleteAll` ([#170](https://github.com/Yizack/mailchannels/pull/170))
|
|
383
|
+
- ⚠️ Return structured response from `webhooks.verify` ([#171](https://github.com/Yizack/mailchannels/pull/171))
|
|
384
|
+
|
|
385
|
+
### ❤️ Contributors
|
|
386
|
+
|
|
387
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
388
|
+
|
|
389
|
+
## v0.8.0-0
|
|
390
|
+
|
|
391
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.7.11...v0.8.0-0)
|
|
392
|
+
|
|
393
|
+
### 🚀 Enhancements
|
|
394
|
+
|
|
395
|
+
- Add support for custom email content parts ([#163](https://github.com/Yizack/mailchannels/pull/163))
|
|
396
|
+
- ⚠️ Add signing key caching for webhook verification ([#167](https://github.com/Yizack/mailchannels/pull/167))
|
|
397
|
+
|
|
398
|
+
### 🩹 Fixes
|
|
399
|
+
|
|
400
|
+
- **types:** Mark usage period dates optional ([#154](https://github.com/Yizack/mailchannels/pull/154))
|
|
401
|
+
- Add missing validations for sub-accounts and suppressions ([68918be](https://github.com/Yizack/mailchannels/commit/68918be))
|
|
402
|
+
|
|
403
|
+
### 💅 Refactors
|
|
404
|
+
|
|
405
|
+
- ⚠️ Remove Inbound API code ([#156](https://github.com/Yizack/mailchannels/pull/156))
|
|
406
|
+
- ⚠️ Move domain-related methods from emails ([#157](https://github.com/Yizack/mailchannels/pull/157))
|
|
407
|
+
- ⚠️ Use `key` and `smtpPassword` for sub-accounts ([#158](https://github.com/Yizack/mailchannels/pull/158))
|
|
408
|
+
- Remove case-insensitive header uniqueness check ([b89ae02](https://github.com/Yizack/mailchannels/commit/b89ae02))
|
|
409
|
+
- ⚠️ Extract client options type and add retry ([#159](https://github.com/Yizack/mailchannels/pull/159))
|
|
410
|
+
- ⚠️ Surface email tracking options as objects ([#161](https://github.com/Yizack/mailchannels/pull/161))
|
|
411
|
+
- ⚠️ Return webhook objects from webhooks.list ([#162](https://github.com/Yizack/mailchannels/pull/162))
|
|
412
|
+
- ⚠️ Add template support and refactor email payload builder ([#164](https://github.com/Yizack/mailchannels/pull/164))
|
|
413
|
+
- ⚠️ Remove `success` from `emails.send` response ([#165](https://github.com/Yizack/mailchannels/pull/165))
|
|
414
|
+
|
|
415
|
+
### 📖 Documentation
|
|
416
|
+
|
|
417
|
+
- **webhooks:** Clarify batchId as required in resend-batch ([5186242](https://github.com/Yizack/mailchannels/commit/5186242))
|
|
418
|
+
- **readme:** Add playground script example ([8e87110](https://github.com/Yizack/mailchannels/commit/8e87110))
|
|
419
|
+
- **plugins:** Support module subclasses for method line lookup ([c976389](https://github.com/Yizack/mailchannels/commit/c976389))
|
|
420
|
+
- Use object type for webhook signing key response ([de90004](https://github.com/Yizack/mailchannels/commit/de90004))
|
|
421
|
+
- **types:** Add JSDoc to ErrorResponse fields ([6a1529e](https://github.com/Yizack/mailchannels/commit/6a1529e))
|
|
422
|
+
|
|
423
|
+
### 🏡 Chore
|
|
424
|
+
|
|
425
|
+
- **parity-fixtures:** Fix domain methods ([dfb9238](https://github.com/Yizack/mailchannels/commit/dfb9238))
|
|
426
|
+
- Rename test folder simulators to simulator ([219250e](https://github.com/Yizack/mailchannels/commit/219250e))
|
|
427
|
+
|
|
428
|
+
### ✅ Tests
|
|
429
|
+
|
|
430
|
+
- Split utils tests into separate files ([6886384](https://github.com/Yizack/mailchannels/commit/6886384))
|
|
431
|
+
|
|
432
|
+
### 🤖 CI
|
|
433
|
+
|
|
434
|
+
- Refresh Email API spec via parity fixtures ([#160](https://github.com/Yizack/mailchannels/pull/160))
|
|
435
|
+
|
|
436
|
+
#### ⚠️ Breaking Changes
|
|
437
|
+
|
|
438
|
+
- ⚠️ Add signing key caching for webhook verification ([#167](https://github.com/Yizack/mailchannels/pull/167))
|
|
439
|
+
- ⚠️ Remove Inbound API code ([#156](https://github.com/Yizack/mailchannels/pull/156))
|
|
440
|
+
- ⚠️ Move domain-related methods from emails ([#157](https://github.com/Yizack/mailchannels/pull/157))
|
|
441
|
+
- ⚠️ Use `key` and `smtpPassword` for sub-accounts ([#158](https://github.com/Yizack/mailchannels/pull/158))
|
|
442
|
+
- ⚠️ Extract client options type and add retry ([#159](https://github.com/Yizack/mailchannels/pull/159))
|
|
443
|
+
- ⚠️ Surface email tracking options as objects ([#161](https://github.com/Yizack/mailchannels/pull/161))
|
|
444
|
+
- ⚠️ Return webhook objects from webhooks.list ([#162](https://github.com/Yizack/mailchannels/pull/162))
|
|
445
|
+
- ⚠️ Add template support and refactor email payload builder ([#164](https://github.com/Yizack/mailchannels/pull/164))
|
|
446
|
+
- ⚠️ Remove `success` from `emails.send` response ([#165](https://github.com/Yizack/mailchannels/pull/165))
|
|
447
|
+
|
|
448
|
+
### ❤️ Contributors
|
|
449
|
+
|
|
450
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
451
|
+
|
|
452
|
+
## v0.7.11
|
|
453
|
+
|
|
454
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.7.10...v0.7.11)
|
|
455
|
+
|
|
456
|
+
### 🚀 Enhancements
|
|
457
|
+
|
|
458
|
+
- **cli:** Add `simulate` command via npm CLI ([#151](https://github.com/Yizack/mailchannels/pull/151))
|
|
459
|
+
|
|
460
|
+
### 📖 Documentation
|
|
461
|
+
|
|
462
|
+
- Add guides for node.js frameworks and serverless architectures ([#139](https://github.com/Yizack/mailchannels/pull/139))
|
|
463
|
+
- Add examples folder ([#142](https://github.com/Yizack/mailchannels/pull/142))
|
|
464
|
+
- Remove unused file ([fea1d10](https://github.com/Yizack/mailchannels/commit/fea1d10))
|
|
465
|
+
- **examples:** Add missing package to cloudflare workers example ([a4a507a](https://github.com/Yizack/mailchannels/commit/a4a507a))
|
|
466
|
+
- Generalize rewrite rule for index.md paths ([1a837c8](https://github.com/Yizack/mailchannels/commit/1a837c8))
|
|
467
|
+
- **examples:** Update cloudflare-workers example ([35cae28](https://github.com/Yizack/mailchannels/commit/35cae28))
|
|
468
|
+
- **examples:** Add serverless deploy buttons ([#146](https://github.com/Yizack/mailchannels/pull/146))
|
|
469
|
+
- **modules:** Auto-insert methods lists and remove placeholders ([#147](https://github.com/Yizack/mailchannels/pull/147))
|
|
470
|
+
- **guides:** Update cloudflare workers example ([1477efc](https://github.com/Yizack/mailchannels/commit/1477efc))
|
|
471
|
+
- Add api badges in home features ([6592797](https://github.com/Yizack/mailchannels/commit/6592797))
|
|
472
|
+
- Add local simulator ([c0956e9](https://github.com/Yizack/mailchannels/commit/c0956e9))
|
|
473
|
+
|
|
474
|
+
### 🏡 Chore
|
|
475
|
+
|
|
476
|
+
- Remove jiti and use node to run ts scripts ([1ea5f8b](https://github.com/Yizack/mailchannels/commit/1ea5f8b))
|
|
477
|
+
|
|
478
|
+
### ✅ Tests
|
|
479
|
+
|
|
480
|
+
- Use tsconfig path alias in tests ([9968e25](https://github.com/Yizack/mailchannels/commit/9968e25))
|
|
481
|
+
|
|
482
|
+
### 🤖 CI
|
|
483
|
+
|
|
484
|
+
- Update api-version workflows ([#149](https://github.com/Yizack/mailchannels/pull/149))
|
|
485
|
+
|
|
486
|
+
### ❤️ Contributors
|
|
487
|
+
|
|
488
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
489
|
+
|
|
490
|
+
## v0.7.10
|
|
491
|
+
|
|
492
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.7.9...v0.7.10)
|
|
493
|
+
|
|
494
|
+
### 🚀 Enhancements
|
|
495
|
+
|
|
496
|
+
- Add `User-Agent` header ([#134](https://github.com/Yizack/mailchannels/pull/134))
|
|
497
|
+
|
|
498
|
+
### 📖 Documentation
|
|
499
|
+
|
|
500
|
+
- Remove disclaimer ([680419b](https://github.com/Yizack/mailchannels/commit/680419b))
|
|
501
|
+
- Bump Email API version to 0.21.1 ([#135](https://github.com/Yizack/mailchannels/pull/135))
|
|
502
|
+
|
|
503
|
+
### 🏡 Chore
|
|
504
|
+
|
|
505
|
+
- **types:** Include all .ts files in tsconfig ([abb38dd](https://github.com/Yizack/mailchannels/commit/abb38dd))
|
|
506
|
+
|
|
507
|
+
### ❤️ Contributors
|
|
508
|
+
|
|
509
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
510
|
+
|
|
511
|
+
## v0.7.9
|
|
512
|
+
|
|
513
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.7.8...v0.7.9)
|
|
514
|
+
|
|
515
|
+
### 🚀 Enhancements
|
|
516
|
+
|
|
517
|
+
- **emails:** Add SPF record response fields to `checkDomain` ([#123](https://github.com/Yizack/mailchannels/pull/123))
|
|
518
|
+
|
|
519
|
+
### 📖 Documentation
|
|
520
|
+
|
|
521
|
+
- Bump Email API version to 0.21.0 ([#122](https://github.com/Yizack/mailchannels/pull/122))
|
|
522
|
+
|
|
523
|
+
### ❤️ Contributors
|
|
524
|
+
|
|
525
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
526
|
+
|
|
527
|
+
## v0.7.8
|
|
528
|
+
|
|
529
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.7.7...v0.7.8)
|
|
530
|
+
|
|
531
|
+
### 🚀 Enhancements
|
|
532
|
+
|
|
533
|
+
- **webhooks:** Add `resendBatch` method ([#119](https://github.com/Yizack/mailchannels/pull/119))
|
|
534
|
+
|
|
535
|
+
### 📖 Documentation
|
|
536
|
+
|
|
537
|
+
- Bump Email API version to 0.20.0 ([#116](https://github.com/Yizack/mailchannels/pull/116))
|
|
538
|
+
- **readme:** Use relative image path ([ea11e63](https://github.com/Yizack/mailchannels/commit/ea11e63))
|
|
539
|
+
|
|
540
|
+
### ❤️ Contributors
|
|
541
|
+
|
|
542
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
543
|
+
|
|
544
|
+
## v0.7.7
|
|
545
|
+
|
|
546
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.7.6...v0.7.7)
|
|
547
|
+
|
|
548
|
+
### 🚀 Enhancements
|
|
549
|
+
|
|
550
|
+
- Add validations, email personalizations, parity fixtures + simulator ([#114](https://github.com/Yizack/mailchannels/pull/114))
|
|
551
|
+
|
|
552
|
+
### 📖 Documentation
|
|
553
|
+
|
|
554
|
+
- **sdk-api-mapping:** Add webhooks batches ([a209b7f](https://github.com/Yizack/mailchannels/commit/a209b7f))
|
|
555
|
+
|
|
556
|
+
### ❤️ Contributors
|
|
557
|
+
|
|
558
|
+
- Ken Simpson <ksimpson@ttul.org>
|
|
559
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
560
|
+
|
|
561
|
+
## v0.7.6
|
|
562
|
+
|
|
563
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.7.5...v0.7.6)
|
|
564
|
+
|
|
565
|
+
### 🚀 Enhancements
|
|
566
|
+
|
|
567
|
+
- **webhooks:** Add `batches` method ([#112](https://github.com/Yizack/mailchannels/pull/112))
|
|
568
|
+
|
|
569
|
+
### 📖 Documentation
|
|
570
|
+
|
|
571
|
+
- **changelog-list-md:** Fix commits group by versions ([9f9bd0e](https://github.com/Yizack/mailchannels/commit/9f9bd0e))
|
|
572
|
+
- **modules-source:** Add tests link to module source links ([f0a0cb0](https://github.com/Yizack/mailchannels/commit/f0a0cb0))
|
|
573
|
+
- **webhooks:** Add missing verify type declarations ([faa0132](https://github.com/Yizack/mailchannels/commit/faa0132))
|
|
574
|
+
- Improve documentation information and readme ([#93](https://github.com/Yizack/mailchannels/pull/93))
|
|
575
|
+
- **readme:** Remove list number in installation ([b501783](https://github.com/Yizack/mailchannels/commit/b501783))
|
|
576
|
+
- Revert f52ac8a ([c3e7981](https://github.com/Yizack/mailchannels/commit/c3e7981))
|
|
577
|
+
- Bump Email API version to 0.18.1 ([#105](https://github.com/Yizack/mailchannels/pull/105))
|
|
578
|
+
- Bump Email API version to 0.19.0 ([#111](https://github.com/Yizack/mailchannels/pull/111))
|
|
579
|
+
|
|
580
|
+
### ✅ Tests
|
|
581
|
+
|
|
582
|
+
- Reorganize module files in test suite into modular structure ([#89](https://github.com/Yizack/mailchannels/pull/89))
|
|
583
|
+
- Add edge case for emails and suppressions for branch coverage ([1d68c36](https://github.com/Yizack/mailchannels/commit/1d68c36))
|
|
584
|
+
|
|
585
|
+
### ❤️ Contributors
|
|
586
|
+
|
|
587
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
588
|
+
|
|
589
|
+
## v0.7.5
|
|
590
|
+
|
|
591
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.7.4...v0.7.5)
|
|
592
|
+
|
|
593
|
+
### 🚀 Enhancements
|
|
594
|
+
|
|
595
|
+
- **webhooks:** Add strongly-typed webhook event definitions ([#87](https://github.com/Yizack/mailchannels/pull/87))
|
|
596
|
+
- **webhooks:** Add `verify` static and non-static method for message verification ([#88](https://github.com/Yizack/mailchannels/pull/88))
|
|
597
|
+
|
|
598
|
+
### 🩹 Fixes
|
|
599
|
+
|
|
600
|
+
- **types:** Mark smtp and host report fields optional ([6b9f966](https://github.com/Yizack/mailchannels/commit/6b9f966))
|
|
601
|
+
|
|
602
|
+
### 📖 Documentation
|
|
603
|
+
|
|
604
|
+
- Add reusable documentation partials ([a4467ed](https://github.com/Yizack/mailchannels/commit/a4467ed))
|
|
605
|
+
- Fix class signatures with private members ([1f0b7c2](https://github.com/Yizack/mailchannels/commit/1f0b7c2))
|
|
606
|
+
- Split module docs into per-method pages ([#77](https://github.com/Yizack/mailchannels/pull/77))
|
|
607
|
+
- Remove deep outline setting ([9be1eaa](https://github.com/Yizack/mailchannels/commit/9be1eaa))
|
|
608
|
+
- Refactor md plugins + add modules changelog ([2b053d1](https://github.com/Yizack/mailchannels/commit/2b053d1))
|
|
609
|
+
- Add missing sub-account links in sidebar ([d4280f6](https://github.com/Yizack/mailchannels/commit/d4280f6))
|
|
610
|
+
- **llms:** Exclude heading badges from `llms.txt` ([b10b3c4](https://github.com/Yizack/mailchannels/commit/b10b3c4))
|
|
611
|
+
- **domains:** Lint ([ccea999](https://github.com/Yizack/mailchannels/commit/ccea999))
|
|
612
|
+
- **snippets:** Clean output dir before generation ([53f9b38](https://github.com/Yizack/mailchannels/commit/53f9b38))
|
|
613
|
+
- **guide:** Lint missing blank lines ([bababde](https://github.com/Yizack/mailchannels/commit/bababde))
|
|
614
|
+
- **guide:** Add bun and deno install commands ([178c38f](https://github.com/Yizack/mailchannels/commit/178c38f))
|
|
615
|
+
- **changelog:** Use secondary color for date and separator ([942682c](https://github.com/Yizack/mailchannels/commit/942682c))
|
|
616
|
+
- Add module changelog release links and improve styling ([52fb3ae](https://github.com/Yizack/mailchannels/commit/52fb3ae))
|
|
617
|
+
- **domains:** Add missing data type snippets ([69d0c2f](https://github.com/Yizack/mailchannels/commit/69d0c2f))
|
|
618
|
+
- **modules:** Add front-matter titles to pages for SEO ([1543ee8](https://github.com/Yizack/mailchannels/commit/1543ee8))
|
|
619
|
+
- **sub-accounts:** Fix smtp descriptions ([88faca4](https://github.com/Yizack/mailchannels/commit/88faca4))
|
|
620
|
+
- **config:** Add modules path rewrites to avoid index trailing slash ([0b68d57](https://github.com/Yizack/mailchannels/commit/0b68d57))
|
|
621
|
+
- **snippets:** Fix ignore internal types ([3e0075d](https://github.com/Yizack/mailchannels/commit/3e0075d))
|
|
622
|
+
- **snippets:** Refine ignore checks ([d4d6c01](https://github.com/Yizack/mailchannels/commit/d4d6c01))
|
|
623
|
+
- **theme:** Refactor changelog-list styles ([d675242](https://github.com/Yizack/mailchannels/commit/d675242))
|
|
624
|
+
- **sub-accounts:** Add missing `@example` jsdoc tag ([8d6feab](https://github.com/Yizack/mailchannels/commit/8d6feab))
|
|
625
|
+
- **suppressions:** Reorder jsdoc `@param` tag ([a4bb996](https://github.com/Yizack/mailchannels/commit/a4bb996))
|
|
626
|
+
|
|
627
|
+
### 🏡 Chore
|
|
628
|
+
|
|
629
|
+
- **lint:** No need to resolve js plugins anymore ([656bb23](https://github.com/Yizack/mailchannels/commit/656bb23))
|
|
630
|
+
- **webhooks:** Return signing key id in `getSigningKey` ([79e3954](https://github.com/Yizack/mailchannels/commit/79e3954))
|
|
631
|
+
|
|
632
|
+
### ❤️ Contributors
|
|
633
|
+
|
|
634
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
635
|
+
|
|
636
|
+
## v0.7.4
|
|
637
|
+
|
|
638
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.7.3...v0.7.4)
|
|
639
|
+
|
|
640
|
+
### 💅 Refactors
|
|
641
|
+
|
|
642
|
+
- **domains:** Validate records in `setDownstreamAddress` ([a926001](https://github.com/Yizack/mailchannels/commit/a926001))
|
|
643
|
+
- **utils:** Simplify pagination error validation ([a008552](https://github.com/Yizack/mailchannels/commit/a008552))
|
|
644
|
+
|
|
645
|
+
### 📖 Documentation
|
|
646
|
+
|
|
647
|
+
- **webhooks:** Fix `getSigningKey` response docs ([a58a801](https://github.com/Yizack/mailchannels/commit/a58a801))
|
|
648
|
+
- **metrics:** Fix `usage` response and add data type ([7f68e24](https://github.com/Yizack/mailchannels/commit/7f68e24))
|
|
649
|
+
- **suppressions:** Fix `list` response data properties ([63ef090](https://github.com/Yizack/mailchannels/commit/63ef090))
|
|
650
|
+
- **snippets:** Iterate class members with for of ([873e33f](https://github.com/Yizack/mailchannels/commit/873e33f))
|
|
651
|
+
|
|
652
|
+
### 📦 Build
|
|
653
|
+
|
|
654
|
+
- Switch to obuild (rolldown) ([4e83ecd](https://github.com/Yizack/mailchannels/commit/4e83ecd))
|
|
655
|
+
|
|
656
|
+
### 🏡 Chore
|
|
657
|
+
|
|
658
|
+
- **lint:** Clean up eslint rules ([43f0e77](https://github.com/Yizack/mailchannels/commit/43f0e77))
|
|
659
|
+
- Switch linting from eslint to oxlint ([#73](https://github.com/Yizack/mailchannels/pull/73))
|
|
660
|
+
|
|
661
|
+
### ✅ Tests
|
|
662
|
+
|
|
663
|
+
- Cast module indexing key type ([58c0b2a](https://github.com/Yizack/mailchannels/commit/58c0b2a))
|
|
664
|
+
|
|
665
|
+
### 🤖 CI
|
|
666
|
+
|
|
667
|
+
- Limit check workflows to weekdays ([5c09f53](https://github.com/Yizack/mailchannels/commit/5c09f53))
|
|
668
|
+
|
|
669
|
+
### ❤️ Contributors
|
|
670
|
+
|
|
671
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
672
|
+
|
|
673
|
+
## v0.7.3
|
|
674
|
+
|
|
675
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.7.2...v0.7.3)
|
|
676
|
+
|
|
677
|
+
### 🩹 Fixes
|
|
678
|
+
|
|
679
|
+
- **types:** Correctly import `DataResponse` type in send-async ([c10fb92](https://github.com/Yizack/mailchannels/commit/c10fb92))
|
|
680
|
+
- **types:** Fix `queuedAt` type in `EmailsSendAsyncResponse` ([5d4d93f](https://github.com/Yizack/mailchannels/commit/5d4d93f))
|
|
681
|
+
|
|
682
|
+
### 💅 Refactors
|
|
683
|
+
|
|
684
|
+
- **types:** Rename files from .d.ts to .ts to ensure typechecking ([5d68f39](https://github.com/Yizack/mailchannels/commit/5d68f39))
|
|
685
|
+
|
|
686
|
+
### ✅ Tests
|
|
687
|
+
|
|
688
|
+
- Replace fake data type assertions with 'satisfies' ([5506109](https://github.com/Yizack/mailchannels/commit/5506109))
|
|
689
|
+
|
|
690
|
+
### 🤖 CI
|
|
691
|
+
|
|
692
|
+
- Fix version extraction in check-inbound-api-version workflow ([d777367](https://github.com/Yizack/mailchannels/commit/d777367))
|
|
693
|
+
- Udpate PR body text in API version workflows ([a85eaff](https://github.com/Yizack/mailchannels/commit/a85eaff))
|
|
694
|
+
- Prefix API version update branches with 'docs/' ([d4f7891](https://github.com/Yizack/mailchannels/commit/d4f7891))
|
|
695
|
+
|
|
696
|
+
### ❤️ Contributors
|
|
697
|
+
|
|
698
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
699
|
+
|
|
700
|
+
## v0.7.2
|
|
701
|
+
|
|
702
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.7.1...v0.7.2)
|
|
703
|
+
|
|
704
|
+
### 🚀 Enhancements
|
|
705
|
+
|
|
706
|
+
- **emails:** Add `envelopeFrom` option to email sending ([#63](https://github.com/Yizack/mailchannels/pull/63))
|
|
707
|
+
|
|
708
|
+
### 📖 Documentation
|
|
709
|
+
|
|
710
|
+
- **types:** Document send click tracking link conditions ([84fe123](https://github.com/Yizack/mailchannels/commit/84fe123))
|
|
711
|
+
- **email-api:** Update open api tracking file ([c920657](https://github.com/Yizack/mailchannels/commit/c920657))
|
|
712
|
+
- **snippets:** Skip private methods in class signature extraction ([ee2bb2e](https://github.com/Yizack/mailchannels/commit/ee2bb2e))
|
|
713
|
+
- Bump Email API version to 0.18.0 ([#68](https://github.com/Yizack/mailchannels/pull/68))
|
|
714
|
+
- Add section on GitHub Actions workflows to version tracking README ([8c36579](https://github.com/Yizack/mailchannels/commit/8c36579))
|
|
715
|
+
|
|
716
|
+
### 🤖 CI
|
|
717
|
+
|
|
718
|
+
- Add workflow to automatically check and update Email API version ([81bf8ef](https://github.com/Yizack/mailchannels/commit/81bf8ef))
|
|
719
|
+
- Add workflow to automatically check and update Inbound API version ([409ba9f](https://github.com/Yizack/mailchannels/commit/409ba9f))
|
|
720
|
+
|
|
721
|
+
### ❤️ Contributors
|
|
722
|
+
|
|
723
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
724
|
+
|
|
725
|
+
## v0.7.1
|
|
726
|
+
|
|
727
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.7.0...v0.7.1)
|
|
728
|
+
|
|
729
|
+
### 🚀 Enhancements
|
|
730
|
+
|
|
731
|
+
- **emails:** Add `sendAsync` method ([#60](https://github.com/Yizack/mailchannels/pull/60))
|
|
732
|
+
|
|
733
|
+
### 📖 Documentation
|
|
734
|
+
|
|
735
|
+
- **modules:** Document `ErrorResponse` structure for error fields ([a31da99](https://github.com/Yizack/mailchannels/commit/a31da99))
|
|
736
|
+
- Upgrade vitepress to recent alpha version ([147b422](https://github.com/Yizack/mailchannels/commit/147b422))
|
|
737
|
+
- Add npm social link to vitepress config ([a586f6c](https://github.com/Yizack/mailchannels/commit/a586f6c))
|
|
738
|
+
- Bump Email API version to 0.16.0 in docs ([#56](https://github.com/Yizack/mailchannels/pull/56))
|
|
739
|
+
- Add 'Send an Email Asynchronously' to roadmap ([3a30261](https://github.com/Yizack/mailchannels/commit/3a30261))
|
|
740
|
+
- Fix jsdoc indentation ([0a22f44](https://github.com/Yizack/mailchannels/commit/0a22f44))
|
|
741
|
+
- **types:** Fix `checkDomain` example return values ([05a2790](https://github.com/Yizack/mailchannels/commit/05a2790))
|
|
742
|
+
- **types:** Fix email send examples to include error property ([4f356aa](https://github.com/Yizack/mailchannels/commit/4f356aa))
|
|
743
|
+
- Bump email api version to 0.17.0 ([aa2662c](https://github.com/Yizack/mailchannels/commit/aa2662c))
|
|
744
|
+
- Fix dark mode search button text and background ([f52ac8a](https://github.com/Yizack/mailchannels/commit/f52ac8a))
|
|
745
|
+
|
|
746
|
+
### ❤️ Contributors
|
|
747
|
+
|
|
748
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
749
|
+
|
|
750
|
+
## v0.7.0
|
|
751
|
+
|
|
752
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.6.1...v0.7.0)
|
|
753
|
+
|
|
754
|
+
### 🚀 Enhancements
|
|
755
|
+
|
|
756
|
+
- ⚠️ Include `statusCode` in error responses ([#47](https://github.com/Yizack/mailchannels/pull/47))
|
|
757
|
+
|
|
758
|
+
### 🩹 Fixes
|
|
759
|
+
|
|
760
|
+
- **types:** Improve type safety discriminated union in `DataResponse` ([80a411e](https://github.com/Yizack/mailchannels/commit/80a411e))
|
|
761
|
+
|
|
762
|
+
### 💅 Refactors
|
|
763
|
+
|
|
764
|
+
- Error handling in modules for consistency ([#48](https://github.com/Yizack/mailchannels/pull/48))
|
|
765
|
+
|
|
766
|
+
### 📖 Documentation
|
|
767
|
+
|
|
768
|
+
- **modules:** Add error response type declaration ([e377d15](https://github.com/Yizack/mailchannels/commit/e377d15))
|
|
769
|
+
|
|
770
|
+
### 🏡 Chore
|
|
771
|
+
|
|
772
|
+
- Update eslint config ([1bb32c5](https://github.com/Yizack/mailchannels/commit/1bb32c5))
|
|
773
|
+
- **docs:** Lint ([e65fba8](https://github.com/Yizack/mailchannels/commit/e65fba8))
|
|
774
|
+
|
|
775
|
+
#### ⚠️ Breaking Changes
|
|
776
|
+
|
|
777
|
+
- ⚠️ Include `statusCode` in error responses ([#47](https://github.com/Yizack/mailchannels/pull/47))
|
|
778
|
+
|
|
779
|
+
### ❤️ Contributors
|
|
780
|
+
|
|
781
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
782
|
+
|
|
783
|
+
## v0.6.1
|
|
784
|
+
|
|
785
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.6.0...v0.6.1)
|
|
786
|
+
|
|
787
|
+
### 🩹 Fixes
|
|
788
|
+
|
|
789
|
+
- **metrics:** Add validation for limit and offset in `senders` method ([406dcc2](https://github.com/Yizack/mailchannels/commit/406dcc2))
|
|
790
|
+
- Status error parsing resilient beyond ofetch-specific internals (#34 follow-up) ([#44](https://github.com/Yizack/mailchannels/pull/44), [#34](https://github.com/Yizack/mailchannels/issues/34))
|
|
791
|
+
- **utils:** Improve recipient parsing and add edge case tests ([d7cf593](https://github.com/Yizack/mailchannels/commit/d7cf593))
|
|
792
|
+
|
|
793
|
+
### 💅 Refactors
|
|
794
|
+
|
|
795
|
+
- Add limit and offset validation helpers ([7c3f4f0](https://github.com/Yizack/mailchannels/commit/7c3f4f0))
|
|
796
|
+
|
|
797
|
+
### 📖 Documentation
|
|
798
|
+
|
|
799
|
+
- Update requirements section and usage examples ([150e817](https://github.com/Yizack/mailchannels/commit/150e817))
|
|
800
|
+
- Update contributors list ([92641f2](https://github.com/Yizack/mailchannels/commit/92641f2))
|
|
801
|
+
- **types:** Add data and error description to responses ([5647662](https://github.com/Yizack/mailchannels/commit/5647662))
|
|
802
|
+
|
|
803
|
+
### 🏡 Chore
|
|
804
|
+
|
|
805
|
+
- Silence git fetch in docs:build script ([6a5169d](https://github.com/Yizack/mailchannels/commit/6a5169d))
|
|
806
|
+
- Update vitest coverage and exclude types ([9be8fa6](https://github.com/Yizack/mailchannels/commit/9be8fa6))
|
|
807
|
+
- **emails:** Update some validation messages ([f48786e](https://github.com/Yizack/mailchannels/commit/f48786e))
|
|
808
|
+
- **metrics:** Move `mapBuckets` to helpers ([6e5ad75](https://github.com/Yizack/mailchannels/commit/6e5ad75))
|
|
809
|
+
|
|
810
|
+
### ✅ Tests
|
|
811
|
+
|
|
812
|
+
- **emails:** Add test for sending email with only text content ([452b99a](https://github.com/Yizack/mailchannels/commit/452b99a))
|
|
813
|
+
|
|
814
|
+
### ❤️ Contributors
|
|
815
|
+
|
|
816
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
817
|
+
|
|
818
|
+
## v0.6.0
|
|
819
|
+
|
|
820
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.5.0...v0.6.0)
|
|
821
|
+
|
|
822
|
+
### 🚀 Enhancements
|
|
823
|
+
|
|
824
|
+
- Update Email API version to `0.15.0` ([#38](https://github.com/Yizack/mailchannels/pull/38))
|
|
825
|
+
|
|
826
|
+
### 🩹 Fixes
|
|
827
|
+
|
|
828
|
+
- Improve error handling and defaults ([#34](https://github.com/Yizack/mailchannels/pull/34))
|
|
829
|
+
- Add `clean()` helper to recursively remove undefined in mapped responses ([#40](https://github.com/Yizack/mailchannels/pull/40))
|
|
830
|
+
|
|
831
|
+
### 💅 Refactors
|
|
832
|
+
|
|
833
|
+
- ⚠️ Standarize responses across entire SDK ([#39](https://github.com/Yizack/mailchannels/pull/39))
|
|
834
|
+
|
|
835
|
+
### 📖 Documentation
|
|
836
|
+
|
|
837
|
+
- Improve wording of usage explanations in guide ([4f7fe2d](https://github.com/Yizack/mailchannels/commit/4f7fe2d))
|
|
838
|
+
- Update development section to use pnpm commands ([39bea1d](https://github.com/Yizack/mailchannels/commit/39bea1d))
|
|
839
|
+
- Fix sidebar anchor links missing `method` suffix ([75ba491](https://github.com/Yizack/mailchannels/commit/75ba491))
|
|
840
|
+
- Update readme with new endpoints in progress ([c6f27aa](https://github.com/Yizack/mailchannels/commit/c6f27aa))
|
|
841
|
+
- Update README title and image alt text ([36f15b7](https://github.com/Yizack/mailchannels/commit/36f15b7))
|
|
842
|
+
|
|
843
|
+
### 🏡 Chore
|
|
844
|
+
|
|
845
|
+
- **utils:** Simplify error payload types ([4c8702d](https://github.com/Yizack/mailchannels/commit/4c8702d))
|
|
846
|
+
|
|
847
|
+
### ✅ Tests
|
|
848
|
+
|
|
849
|
+
- Add parse email without name test ([96a4357](https://github.com/Yizack/mailchannels/commit/96a4357))
|
|
850
|
+
|
|
851
|
+
#### ⚠️ Breaking Changes
|
|
852
|
+
|
|
853
|
+
- ⚠️ Standarize responses across entire SDK ([#39](https://github.com/Yizack/mailchannels/pull/39))
|
|
854
|
+
|
|
855
|
+
### ❤️ Contributors
|
|
856
|
+
|
|
857
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
858
|
+
- Ken Simpson <ksimpson@ttul.org>
|
|
859
|
+
|
|
860
|
+
## v0.5.0
|
|
861
|
+
|
|
862
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.4.7...v0.5.0)
|
|
863
|
+
|
|
864
|
+
### 💅 Refactors
|
|
865
|
+
|
|
866
|
+
- ⚠️ Single import pattern module exports + update docs ([#19](https://github.com/Yizack/mailchannels/pull/19))
|
|
867
|
+
|
|
868
|
+
### 📖 Documentation
|
|
869
|
+
|
|
870
|
+
- Update disclaimer ([40dd4bc](https://github.com/Yizack/mailchannels/commit/40dd4bc))
|
|
871
|
+
- Fix code block highlighting in guide example ([8cae28a](https://github.com/Yizack/mailchannels/commit/8cae28a))
|
|
872
|
+
- Badge `tip` type not neccessary ([580e3e9](https://github.com/Yizack/mailchannels/commit/580e3e9))
|
|
873
|
+
|
|
874
|
+
### 🏡 Chore
|
|
875
|
+
|
|
876
|
+
- Simplify tsconfig ([6fc6f48](https://github.com/Yizack/mailchannels/commit/6fc6f48))
|
|
877
|
+
|
|
878
|
+
### ✅ Tests
|
|
879
|
+
|
|
880
|
+
- Add missing Promise rejection in mock implementations for api error handling scenarios ([4387945](https://github.com/Yizack/mailchannels/commit/4387945))
|
|
881
|
+
|
|
882
|
+
#### ⚠️ Breaking Changes
|
|
883
|
+
|
|
884
|
+
- ⚠️ Single import pattern module exports + update docs ([#19](https://github.com/Yizack/mailchannels/pull/19))
|
|
885
|
+
|
|
886
|
+
### ❤️ Contributors
|
|
887
|
+
|
|
888
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
889
|
+
|
|
890
|
+
## v0.4.7
|
|
891
|
+
|
|
892
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.4.6...v0.4.7)
|
|
893
|
+
|
|
894
|
+
### 🩹 Fixes
|
|
895
|
+
|
|
896
|
+
- **sub-accounts:** Add missing `listApiKeys` options ([d3c8454](https://github.com/Yizack/mailchannels/commit/d3c8454))
|
|
897
|
+
|
|
898
|
+
### 📖 Documentation
|
|
899
|
+
|
|
900
|
+
- Add modules list styling to search results ([13291ea](https://github.com/Yizack/mailchannels/commit/13291ea))
|
|
901
|
+
- Rename modules source plugin ([7f403c1](https://github.com/Yizack/mailchannels/commit/7f403c1))
|
|
902
|
+
- Add `vitepress-plugin-llms` ([ce959d7](https://github.com/Yizack/mailchannels/commit/ce959d7))
|
|
903
|
+
- Move `openapi` to `.openapi` to exclude from docs ([ad8ad35](https://github.com/Yizack/mailchannels/commit/ad8ad35))
|
|
904
|
+
- **llm:** Ignore contributors page ([66079bb](https://github.com/Yizack/mailchannels/commit/66079bb))
|
|
905
|
+
- **emails:** Update max email size error message to 30MB ([771a2db](https://github.com/Yizack/mailchannels/commit/771a2db))
|
|
906
|
+
- Prefer `Badge` component slot for better llms.txt ([3711ea0](https://github.com/Yizack/mailchannels/commit/3711ea0))
|
|
907
|
+
|
|
908
|
+
### 🏡 Chore
|
|
909
|
+
|
|
910
|
+
- Improve project's `tsconfig.json` ([67bdeed](https://github.com/Yizack/mailchannels/commit/67bdeed))
|
|
911
|
+
|
|
912
|
+
### ❤️ Contributors
|
|
913
|
+
|
|
914
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
915
|
+
|
|
916
|
+
## v0.4.6
|
|
917
|
+
|
|
918
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.4.5...v0.4.6)
|
|
919
|
+
|
|
920
|
+
### 🚀 Enhancements
|
|
921
|
+
|
|
922
|
+
- **emails:** Update `checkDomain` to support managed or stored DKIM ([dc5692f](https://github.com/Yizack/mailchannels/commit/dc5692f))
|
|
923
|
+
|
|
924
|
+
### 🩹 Fixes
|
|
925
|
+
|
|
926
|
+
- **emails:** Allow sending email headers ([dc2ea82](https://github.com/Yizack/mailchannels/commit/dc2ea82))
|
|
927
|
+
|
|
928
|
+
### 📖 Documentation
|
|
929
|
+
|
|
930
|
+
- Update Email API version to `0.13.0` ([c1846fc](https://github.com/Yizack/mailchannels/commit/c1846fc))
|
|
931
|
+
|
|
932
|
+
### 🏡 Chore
|
|
933
|
+
|
|
934
|
+
- Add MailChannels OpenAPI specs for control ([267d059](https://github.com/Yizack/mailchannels/commit/267d059))
|
|
935
|
+
|
|
936
|
+
### ❤️ Contributors
|
|
937
|
+
|
|
938
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
939
|
+
|
|
940
|
+
## v0.4.5
|
|
941
|
+
|
|
942
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.4.4...v0.4.5)
|
|
943
|
+
|
|
944
|
+
### 📖 Documentation
|
|
945
|
+
|
|
946
|
+
- Improve readme features list ([7136b82](https://github.com/Yizack/mailchannels/commit/7136b82))
|
|
947
|
+
- **lists:** Fix typo ([8e06389](https://github.com/Yizack/mailchannels/commit/8e06389))
|
|
948
|
+
- Improve formatting and clarity ([cd6dd19](https://github.com/Yizack/mailchannels/commit/cd6dd19))
|
|
949
|
+
- Improve param types and add responses ([#11](https://github.com/Yizack/mailchannels/pull/11))
|
|
950
|
+
- **types:** Add missing trailing periods ([695373b](https://github.com/Yizack/mailchannels/commit/695373b))
|
|
951
|
+
- Improve params and response style in modules ([1a37d5e](https://github.com/Yizack/mailchannels/commit/1a37d5e))
|
|
952
|
+
- **domains:** Improve domain data docs ([bf8c5c1](https://github.com/Yizack/mailchannels/commit/bf8c5c1))
|
|
953
|
+
|
|
954
|
+
### 🏡 Chore
|
|
955
|
+
|
|
956
|
+
- Prefer pnpm to run scripts ([3bfeeff](https://github.com/Yizack/mailchannels/commit/3bfeeff))
|
|
957
|
+
|
|
958
|
+
### ❤️ Contributors
|
|
959
|
+
|
|
960
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
961
|
+
|
|
962
|
+
## v0.4.4
|
|
963
|
+
|
|
964
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.4.3...v0.4.4)
|
|
965
|
+
|
|
966
|
+
### 🚀 Enhancements
|
|
967
|
+
|
|
968
|
+
- **emails:** Include message info in `send` data response ([f706938](https://github.com/Yizack/mailchannels/commit/f706938))
|
|
969
|
+
|
|
970
|
+
### 📖 Documentation
|
|
971
|
+
|
|
972
|
+
- Add important note about roadmap links ([df7a81d](https://github.com/Yizack/mailchannels/commit/df7a81d))
|
|
973
|
+
|
|
974
|
+
### 🏡 Chore
|
|
975
|
+
|
|
976
|
+
- Configure renovate ([1d72229](https://github.com/Yizack/mailchannels/commit/1d72229))
|
|
977
|
+
|
|
978
|
+
### ❤️ Contributors
|
|
979
|
+
|
|
980
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
981
|
+
|
|
982
|
+
## v0.4.3
|
|
983
|
+
|
|
984
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.4.2...v0.4.3)
|
|
985
|
+
|
|
986
|
+
### 🩹 Fixes
|
|
987
|
+
|
|
988
|
+
- **emails:** `privateKey` type in `send` method can be undefined ([343657d](https://github.com/Yizack/mailchannels/commit/343657d))
|
|
989
|
+
|
|
990
|
+
### 📖 Documentation
|
|
991
|
+
|
|
992
|
+
- **emails:** Mention active dkim keys ([dd23703](https://github.com/Yizack/mailchannels/commit/dd23703))
|
|
993
|
+
|
|
994
|
+
### ❤️ Contributors
|
|
995
|
+
|
|
996
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
997
|
+
|
|
998
|
+
## v0.4.2
|
|
999
|
+
|
|
1000
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.4.1...v0.4.2)
|
|
1001
|
+
|
|
1002
|
+
### 🚀 Enhancements
|
|
1003
|
+
|
|
1004
|
+
- Update email api `0.12.0` ([02e86f4](https://github.com/Yizack/mailchannels/commit/02e86f4))
|
|
1005
|
+
|
|
1006
|
+
### 🩹 Fixes
|
|
1007
|
+
|
|
1008
|
+
- **domains:** Fix `bulkCreateLoginLinks` response types ([b61bb65](https://github.com/Yizack/mailchannels/commit/b61bb65))
|
|
1009
|
+
- **types:** Fix length values ([cfa81e2](https://github.com/Yizack/mailchannels/commit/cfa81e2))
|
|
1010
|
+
- Remove non existent import ([ad3d43a](https://github.com/Yizack/mailchannels/commit/ad3d43a))
|
|
1011
|
+
|
|
1012
|
+
### 📖 Documentation
|
|
1013
|
+
|
|
1014
|
+
- Update inbound api version ([aab9149](https://github.com/Yizack/mailchannels/commit/aab9149))
|
|
1015
|
+
- Add new email api endpoints ([aeb2773](https://github.com/Yizack/mailchannels/commit/aeb2773))
|
|
1016
|
+
- Fix typos and inconsistencies ([44948a3](https://github.com/Yizack/mailchannels/commit/44948a3))
|
|
1017
|
+
- **domains:** Fix list description ([6fa040f](https://github.com/Yizack/mailchannels/commit/6fa040f))
|
|
1018
|
+
|
|
1019
|
+
### 🏡 Chore
|
|
1020
|
+
|
|
1021
|
+
- Build before release tag to avoid fail on github ([57ad31c](https://github.com/Yizack/mailchannels/commit/57ad31c))
|
|
1022
|
+
|
|
1023
|
+
### ✅ Tests
|
|
1024
|
+
|
|
1025
|
+
- Add patch test ([2bd2446](https://github.com/Yizack/mailchannels/commit/2bd2446))
|
|
1026
|
+
|
|
1027
|
+
### ❤️ Contributors
|
|
1028
|
+
|
|
1029
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
1030
|
+
|
|
1031
|
+
## v0.4.1
|
|
1032
|
+
|
|
1033
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.4.0...v0.4.1)
|
|
1034
|
+
|
|
1035
|
+
### 🚀 Enhancements
|
|
1036
|
+
|
|
1037
|
+
- **domains:** Add `bulkCreateLoginLinks` method ([0edd816](https://github.com/Yizack/mailchannels/commit/0edd816))
|
|
1038
|
+
|
|
1039
|
+
### 📖 Documentation
|
|
1040
|
+
|
|
1041
|
+
- **suppressions:** Fix suppression response ([26953a5](https://github.com/Yizack/mailchannels/commit/26953a5))
|
|
1042
|
+
- **domains:** Fix typo ([9d8d39f](https://github.com/Yizack/mailchannels/commit/9d8d39f))
|
|
1043
|
+
- Add features to readme ([34f4f49](https://github.com/Yizack/mailchannels/commit/34f4f49))
|
|
1044
|
+
|
|
1045
|
+
### 🏡 Chore
|
|
1046
|
+
|
|
1047
|
+
- Export some missing types ([9f63d72](https://github.com/Yizack/mailchannels/commit/9f63d72))
|
|
1048
|
+
- **ci:** Add new line ([1e9f7ec](https://github.com/Yizack/mailchannels/commit/1e9f7ec))
|
|
1049
|
+
- **types:** Use explicit import path for consistency ([75cc53a](https://github.com/Yizack/mailchannels/commit/75cc53a))
|
|
1050
|
+
|
|
1051
|
+
### ✅ Tests
|
|
1052
|
+
|
|
1053
|
+
- Remove unused imports ([3bf659c](https://github.com/Yizack/mailchannels/commit/3bf659c))
|
|
1054
|
+
|
|
1055
|
+
### 🤖 CI
|
|
1056
|
+
|
|
1057
|
+
- Use npm trusted publishing ([fd1d591](https://github.com/Yizack/mailchannels/commit/fd1d591))
|
|
1058
|
+
- Use latest node for trusted publish ([0125387](https://github.com/Yizack/mailchannels/commit/0125387))
|
|
1059
|
+
|
|
1060
|
+
### ❤️ Contributors
|
|
1061
|
+
|
|
1062
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
1063
|
+
|
|
1064
|
+
## v0.4.0
|
|
1065
|
+
|
|
1066
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.3.7...v0.4.0)
|
|
1067
|
+
|
|
1068
|
+
### 🚀 Enhancements
|
|
1069
|
+
|
|
1070
|
+
- ⚠️ Update to mailchannels email api `0.11.0` ([#1](https://github.com/Yizack/mailchannels/pull/1))
|
|
1071
|
+
|
|
1072
|
+
### 🩹 Fixes
|
|
1073
|
+
|
|
1074
|
+
- **domains:** Add missing returning type in `addListEntry` ([14a755a](https://github.com/Yizack/mailchannels/commit/14a755a))
|
|
1075
|
+
|
|
1076
|
+
### 📖 Documentation
|
|
1077
|
+
|
|
1078
|
+
- Update new endpoints list and add links ([7880e36](https://github.com/Yizack/mailchannels/commit/7880e36))
|
|
1079
|
+
|
|
1080
|
+
### 🏡 Chore
|
|
1081
|
+
|
|
1082
|
+
- **lint:** Add `function-call-spacing` stylistic rule ([ac9055e](https://github.com/Yizack/mailchannels/commit/ac9055e))
|
|
1083
|
+
|
|
1084
|
+
### ✅ Tests
|
|
1085
|
+
|
|
1086
|
+
- Error prop must be truthy on error ([ffed7a9](https://github.com/Yizack/mailchannels/commit/ffed7a9))
|
|
1087
|
+
|
|
1088
|
+
### 🤖 CI
|
|
1089
|
+
|
|
1090
|
+
- Update to `actions/checkout@v5` ([964752b](https://github.com/Yizack/mailchannels/commit/964752b))
|
|
1091
|
+
- Update `autofix-ci` ([45c386a](https://github.com/Yizack/mailchannels/commit/45c386a))
|
|
1092
|
+
|
|
1093
|
+
#### ⚠️ Breaking Changes
|
|
1094
|
+
|
|
1095
|
+
- ⚠️ Update to mailchannels email api `0.11.0` ([#1](https://github.com/Yizack/mailchannels/pull/1))
|
|
1096
|
+
|
|
1097
|
+
### ❤️ Contributors
|
|
1098
|
+
|
|
1099
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
1100
|
+
|
|
1101
|
+
## v0.3.7
|
|
1102
|
+
|
|
1103
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.3.6...v0.3.7)
|
|
1104
|
+
|
|
1105
|
+
### 📦 Build
|
|
1106
|
+
|
|
1107
|
+
- Update readme for each mirror package ([5ee3e14](https://github.com/Yizack/mailchannels/commit/5ee3e14))
|
|
1108
|
+
|
|
1109
|
+
### ❤️ Contributors
|
|
1110
|
+
|
|
1111
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
1112
|
+
|
|
1113
|
+
## v0.3.6
|
|
1114
|
+
|
|
1115
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.3.5...v0.3.6)
|
|
1116
|
+
|
|
1117
|
+
### 💅 Refactors
|
|
1118
|
+
|
|
1119
|
+
- Rename main npm package to `mailchannels-sdk` ([cc00c23](https://github.com/Yizack/mailchannels/commit/cc00c23))
|
|
1120
|
+
|
|
1121
|
+
### 📦 Build
|
|
1122
|
+
|
|
1123
|
+
- Publish npm package aliases ([ebb07c3](https://github.com/Yizack/mailchannels/commit/ebb07c3))
|
|
1124
|
+
|
|
1125
|
+
### ❤️ Contributors
|
|
1126
|
+
|
|
1127
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
1128
|
+
|
|
1129
|
+
## v0.3.5
|
|
1130
|
+
|
|
1131
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.3.4...v0.3.5)
|
|
1132
|
+
|
|
1133
|
+
### 🚀 Enhancements
|
|
1134
|
+
|
|
1135
|
+
- **service:** Support `report` false negative or false positive ([1e180ba](https://github.com/Yizack/mailchannels/commit/1e180ba))
|
|
1136
|
+
|
|
1137
|
+
### 📖 Documentation
|
|
1138
|
+
|
|
1139
|
+
- Update features ([623350e](https://github.com/Yizack/mailchannels/commit/623350e))
|
|
1140
|
+
|
|
1141
|
+
### 🤖 CI
|
|
1142
|
+
|
|
1143
|
+
- No need to force install corepack anymore ([4436b94](https://github.com/Yizack/mailchannels/commit/4436b94))
|
|
1144
|
+
- **auto-fix:** Update `auto-fix` action version hash ([40131a6](https://github.com/Yizack/mailchannels/commit/40131a6))
|
|
1145
|
+
|
|
1146
|
+
### ❤️ Contributors
|
|
1147
|
+
|
|
1148
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
1149
|
+
|
|
1150
|
+
## v0.3.4
|
|
1151
|
+
|
|
1152
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.3.3...v0.3.4)
|
|
1153
|
+
|
|
1154
|
+
### 🚀 Enhancements
|
|
1155
|
+
|
|
1156
|
+
- **emails:** Support DKIM PEM format by stripping headers ([7b26474](https://github.com/Yizack/mailchannels/commit/7b26474))
|
|
1157
|
+
- **domains:** Add `listDownstreamAddresses` method ([aded64a](https://github.com/Yizack/mailchannels/commit/aded64a))
|
|
1158
|
+
- **domains:** Add `setDownstreamAddress` method ([5bffc66](https://github.com/Yizack/mailchannels/commit/5bffc66))
|
|
1159
|
+
- **domains:** Support `bulkProvision` method ([6200de8](https://github.com/Yizack/mailchannels/commit/6200de8))
|
|
1160
|
+
|
|
1161
|
+
### 🩹 Fixes
|
|
1162
|
+
|
|
1163
|
+
- Add some missing error checks ([fba1abe](https://github.com/Yizack/mailchannels/commit/fba1abe))
|
|
1164
|
+
|
|
1165
|
+
### 📖 Documentation
|
|
1166
|
+
|
|
1167
|
+
- **domains:** Add missing list entries type declarations ([ecc026f](https://github.com/Yizack/mailchannels/commit/ecc026f))
|
|
1168
|
+
|
|
1169
|
+
### ❤️ Contributors
|
|
1170
|
+
|
|
1171
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
1172
|
+
|
|
1173
|
+
## v0.3.3
|
|
1174
|
+
|
|
1175
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.3.2...v0.3.3)
|
|
1176
|
+
|
|
1177
|
+
### 🚀 Enhancements
|
|
1178
|
+
|
|
1179
|
+
- Add service module + status and subscriptions methods ([b9c76d6](https://github.com/Yizack/mailchannels/commit/b9c76d6))
|
|
1180
|
+
- Add domains module + provision method ([86e9dac](https://github.com/Yizack/mailchannels/commit/86e9dac))
|
|
1181
|
+
- **domains:** Add create login link method ([f8377f4](https://github.com/Yizack/mailchannels/commit/f8377f4))
|
|
1182
|
+
- **domains:** Add list method ([777d333](https://github.com/Yizack/mailchannels/commit/777d333))
|
|
1183
|
+
- **domains:** Add `addListEntry` method ([4c82eda](https://github.com/Yizack/mailchannels/commit/4c82eda))
|
|
1184
|
+
- **domains:** Add `delete` domain method ([4107014](https://github.com/Yizack/mailchannels/commit/4107014))
|
|
1185
|
+
- **domains:** Add `updateApiKey` method ([c0fa0b3](https://github.com/Yizack/mailchannels/commit/c0fa0b3))
|
|
1186
|
+
- **users:** Add `users` module and `create` method ([27dff86](https://github.com/Yizack/mailchannels/commit/27dff86))
|
|
1187
|
+
- **users:** Add `addListEntry` method ([1f5a591](https://github.com/Yizack/mailchannels/commit/1f5a591))
|
|
1188
|
+
- **users:** Support recipient list entries ([3733fbc](https://github.com/Yizack/mailchannels/commit/3733fbc))
|
|
1189
|
+
- **users:** Support delete a recipient list entry ([dcc98d2](https://github.com/Yizack/mailchannels/commit/dcc98d2))
|
|
1190
|
+
- **modules:** Add `lists` module ([38dfb98](https://github.com/Yizack/mailchannels/commit/38dfb98))
|
|
1191
|
+
- **domains:** Support list entries and delete entry ([d61bf7f](https://github.com/Yizack/mailchannels/commit/d61bf7f))
|
|
1192
|
+
|
|
1193
|
+
### 🩹 Fixes
|
|
1194
|
+
|
|
1195
|
+
- Return possible message errors on unknown api error ([7e1298b](https://github.com/Yizack/mailchannels/commit/7e1298b))
|
|
1196
|
+
- **sub-accounts:** List options errors check ([eef12b5](https://github.com/Yizack/mailchannels/commit/eef12b5))
|
|
1197
|
+
- **domains:** Add list entry missing domain error ([281a855](https://github.com/Yizack/mailchannels/commit/281a855))
|
|
1198
|
+
- **domains:** Consistent return props in `addListEntry` ([f7cd906](https://github.com/Yizack/mailchannels/commit/f7cd906))
|
|
1199
|
+
|
|
1200
|
+
### 📖 Documentation
|
|
1201
|
+
|
|
1202
|
+
- Readme update readme ([ea8190a](https://github.com/Yizack/mailchannels/commit/ea8190a))
|
|
1203
|
+
- Add domain and service modules to index page ([4047085](https://github.com/Yizack/mailchannels/commit/4047085))
|
|
1204
|
+
- Adjust sidebar ([d530883](https://github.com/Yizack/mailchannels/commit/d530883))
|
|
1205
|
+
- **sub-accounts:** Add jsdoc to list options param ([271d36d](https://github.com/Yizack/mailchannels/commit/271d36d))
|
|
1206
|
+
- Consistent quotes formatting ([ce457b7](https://github.com/Yizack/mailchannels/commit/ce457b7))
|
|
1207
|
+
- Add inbound api info ([00093a7](https://github.com/Yizack/mailchannels/commit/00093a7))
|
|
1208
|
+
- Adjust roadmap ([de65353](https://github.com/Yizack/mailchannels/commit/de65353))
|
|
1209
|
+
- Init lists module pages + versions ([1715907](https://github.com/Yizack/mailchannels/commit/1715907))
|
|
1210
|
+
|
|
1211
|
+
### 🏡 Chore
|
|
1212
|
+
|
|
1213
|
+
- Remove unused type ([40e87d4](https://github.com/Yizack/mailchannels/commit/40e87d4))
|
|
1214
|
+
- Check for message error on unknown errors ([53697e0](https://github.com/Yizack/mailchannels/commit/53697e0))
|
|
1215
|
+
- Add new line before class methods ([e5532b8](https://github.com/Yizack/mailchannels/commit/e5532b8))
|
|
1216
|
+
- Sort success response type import ([9f1ee47](https://github.com/Yizack/mailchannels/commit/9f1ee47))
|
|
1217
|
+
- **client:** Omit method prop on fetch methods ([c84bcce](https://github.com/Yizack/mailchannels/commit/c84bcce))
|
|
1218
|
+
- **client:** Add put fetch method ([12d4800](https://github.com/Yizack/mailchannels/commit/12d4800))
|
|
1219
|
+
- **eslint:** Add arrow-parens stylistic rule ([25f9a45](https://github.com/Yizack/mailchannels/commit/25f9a45))
|
|
1220
|
+
- Simple exports properties ([b3514ce](https://github.com/Yizack/mailchannels/commit/b3514ce))
|
|
1221
|
+
|
|
1222
|
+
### ✅ Tests
|
|
1223
|
+
|
|
1224
|
+
- Test api response errors once ([0d3935e](https://github.com/Yizack/mailchannels/commit/0d3935e))
|
|
1225
|
+
- **sub-accounts:** Fix tests ([dd28836](https://github.com/Yizack/mailchannels/commit/dd28836))
|
|
1226
|
+
|
|
1227
|
+
### ❤️ Contributors
|
|
1228
|
+
|
|
1229
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
1230
|
+
|
|
1231
|
+
## v0.3.2
|
|
1232
|
+
|
|
1233
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.3.1...v0.3.2)
|
|
1234
|
+
|
|
1235
|
+
### 💅 Refactors
|
|
1236
|
+
|
|
1237
|
+
- Return error prop in response instead of forcing to log errors ([f58560d](https://github.com/Yizack/mailchannels/commit/f58560d))
|
|
1238
|
+
|
|
1239
|
+
### 📖 Documentation
|
|
1240
|
+
|
|
1241
|
+
- Add note ([ae3cb74](https://github.com/Yizack/mailchannels/commit/ae3cb74))
|
|
1242
|
+
- Add `robots.txt` ([49c7c04](https://github.com/Yizack/mailchannels/commit/49c7c04))
|
|
1243
|
+
- Generate vitepress sitemap ([9cc0760](https://github.com/Yizack/mailchannels/commit/9cc0760))
|
|
1244
|
+
|
|
1245
|
+
### 🏡 Chore
|
|
1246
|
+
|
|
1247
|
+
- Update homepage ([ccf0ad3](https://github.com/Yizack/mailchannels/commit/ccf0ad3))
|
|
1248
|
+
- **docs:** Remove unnecessary prop ([ea9c574](https://github.com/Yizack/mailchannels/commit/ea9c574))
|
|
1249
|
+
- **eslint:** Simplify config ([bf4e95a](https://github.com/Yizack/mailchannels/commit/bf4e95a))
|
|
1250
|
+
- Throw error on missing api key ([8d647c2](https://github.com/Yizack/mailchannels/commit/8d647c2))
|
|
1251
|
+
- Add missing response types ([f9ee04c](https://github.com/Yizack/mailchannels/commit/f9ee04c))
|
|
1252
|
+
- Add reference quotes in error messages ([eefc369](https://github.com/Yizack/mailchannels/commit/eefc369))
|
|
1253
|
+
- **playground:** Update playground ([4348603](https://github.com/Yizack/mailchannels/commit/4348603))
|
|
1254
|
+
- Fix test no api key provided error ([7349358](https://github.com/Yizack/mailchannels/commit/7349358))
|
|
1255
|
+
|
|
1256
|
+
### ❤️ Contributors
|
|
1257
|
+
|
|
1258
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
1259
|
+
|
|
1260
|
+
## v0.3.1
|
|
1261
|
+
|
|
1262
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.3.0...v0.3.1)
|
|
1263
|
+
|
|
1264
|
+
### 🚀 Enhancements
|
|
1265
|
+
|
|
1266
|
+
- **sub-accounts:** Support deleting sub-accounts ([279ecf3](https://github.com/Yizack/mailchannels/commit/279ecf3))
|
|
1267
|
+
- Support delete api key and delete smtp password methods ([7ca7cf4](https://github.com/Yizack/mailchannels/commit/7ca7cf4))
|
|
1268
|
+
- **sub-accounts:** Support suspend and activate ([0f89f3d](https://github.com/Yizack/mailchannels/commit/0f89f3d))
|
|
1269
|
+
|
|
1270
|
+
### 📖 Documentation
|
|
1271
|
+
|
|
1272
|
+
- Fix scroll bar height ([0673a77](https://github.com/Yizack/mailchannels/commit/0673a77))
|
|
1273
|
+
- Update roadmap ([51fa6e8](https://github.com/Yizack/mailchannels/commit/51fa6e8))
|
|
1274
|
+
- Add inbound api info ([e3571fd](https://github.com/Yizack/mailchannels/commit/e3571fd))
|
|
1275
|
+
- Add missing emojis ([6d30a9e](https://github.com/Yizack/mailchannels/commit/6d30a9e))
|
|
1276
|
+
- Follow guidelines of logo in presentation and cover images ([17c5bd1](https://github.com/Yizack/mailchannels/commit/17c5bd1))
|
|
1277
|
+
- Add MailChannels API link ([e1e13f9](https://github.com/Yizack/mailchannels/commit/e1e13f9))
|
|
1278
|
+
|
|
1279
|
+
### 🏡 Chore
|
|
1280
|
+
|
|
1281
|
+
- **lint:** Sort imports ([93cf43b](https://github.com/Yizack/mailchannels/commit/93cf43b))
|
|
1282
|
+
- Simple variable ([76cc147](https://github.com/Yizack/mailchannels/commit/76cc147))
|
|
1283
|
+
- **webhooks:** Use simple success variable ([323aaf6](https://github.com/Yizack/mailchannels/commit/323aaf6))
|
|
1284
|
+
- **eslint:** Add no-multiple-empty-lines rule ([f14f643](https://github.com/Yizack/mailchannels/commit/f14f643))
|
|
1285
|
+
- **test:** Fix extra space ([1dfee72](https://github.com/Yizack/mailchannels/commit/1dfee72))
|
|
1286
|
+
|
|
1287
|
+
### ✅ Tests
|
|
1288
|
+
|
|
1289
|
+
- Suppress console.error in reporter ([fdd9c49](https://github.com/Yizack/mailchannels/commit/fdd9c49))
|
|
1290
|
+
|
|
1291
|
+
### ❤️ Contributors
|
|
1292
|
+
|
|
1293
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
1294
|
+
|
|
1295
|
+
## v0.3.0
|
|
1296
|
+
|
|
1297
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.2.2...v0.3.0)
|
|
1298
|
+
|
|
1299
|
+
### 🚀 Enhancements
|
|
1300
|
+
|
|
1301
|
+
- **sub-accoutns:** Support list api keys and smtp passwords ([24e6ce3](https://github.com/Yizack/mailchannels/commit/24e6ce3))
|
|
1302
|
+
|
|
1303
|
+
### 💅 Refactors
|
|
1304
|
+
|
|
1305
|
+
- ⚠️ Handle `$fetch` errors + add error loggers ([8703138](https://github.com/Yizack/mailchannels/commit/8703138))
|
|
1306
|
+
|
|
1307
|
+
### 📖 Documentation
|
|
1308
|
+
|
|
1309
|
+
- Add presentation image ([a251e4e](https://github.com/Yizack/mailchannels/commit/a251e4e))
|
|
1310
|
+
- Update cover image ([8d6c78d](https://github.com/Yizack/mailchannels/commit/8d6c78d))
|
|
1311
|
+
- **fonts:** Fonts swap display ([63686ac](https://github.com/Yizack/mailchannels/commit/63686ac))
|
|
1312
|
+
- **theme:** Import theme without fonts ([b420f13](https://github.com/Yizack/mailchannels/commit/b420f13))
|
|
1313
|
+
- Jsdoc format consistency ([68978e9](https://github.com/Yizack/mailchannels/commit/68978e9))
|
|
1314
|
+
- **snippets:** Rewrite snippets generator ([343a57a](https://github.com/Yizack/mailchannels/commit/343a57a))
|
|
1315
|
+
- Fix readme badges ([215d4e4](https://github.com/Yizack/mailchannels/commit/215d4e4))
|
|
1316
|
+
|
|
1317
|
+
### 🏡 Chore
|
|
1318
|
+
|
|
1319
|
+
- **playground:** Reorganize files ([c2a1b27](https://github.com/Yizack/mailchannels/commit/c2a1b27))
|
|
1320
|
+
|
|
1321
|
+
#### ⚠️ Breaking Changes
|
|
1322
|
+
|
|
1323
|
+
- ⚠️ Handle `$fetch` errors + add error loggers ([8703138](https://github.com/Yizack/mailchannels/commit/8703138))
|
|
1324
|
+
|
|
1325
|
+
### ❤️ Contributors
|
|
1326
|
+
|
|
1327
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
1328
|
+
|
|
1329
|
+
## v0.2.2
|
|
1330
|
+
|
|
1331
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.2.1...v0.2.2)
|
|
1332
|
+
|
|
1333
|
+
### 🩹 Fixes
|
|
1334
|
+
|
|
1335
|
+
- **send:** Success response regression ([1c0bffb](https://github.com/Yizack/mailchannels/commit/1c0bffb))
|
|
1336
|
+
|
|
1337
|
+
### ❤️ Contributors
|
|
1338
|
+
|
|
1339
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
1340
|
+
|
|
1341
|
+
## v0.2.1
|
|
1342
|
+
|
|
1343
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.2.0...v0.2.1)
|
|
1344
|
+
|
|
1345
|
+
### 🚀 Enhancements
|
|
1346
|
+
|
|
1347
|
+
- **sub-accounts:** Add create sub-account ([8d4c98d](https://github.com/Yizack/mailchannels/commit/8d4c98d))
|
|
1348
|
+
- **sub-accounts:** Create api keys and smtp passwords ([b79ee31](https://github.com/Yizack/mailchannels/commit/b79ee31))
|
|
1349
|
+
|
|
1350
|
+
### 🩹 Fixes
|
|
1351
|
+
|
|
1352
|
+
- **emails:** Add missing check domain response props ([3beb39b](https://github.com/Yizack/mailchannels/commit/3beb39b))
|
|
1353
|
+
- **types:** `to` and `from` must be required ([b91067e](https://github.com/Yizack/mailchannels/commit/b91067e))
|
|
1354
|
+
|
|
1355
|
+
### 💅 Refactors
|
|
1356
|
+
|
|
1357
|
+
- No payloads in responses + don't export internal types ([78d4c3a](https://github.com/Yizack/mailchannels/commit/78d4c3a))
|
|
1358
|
+
|
|
1359
|
+
### 📖 Documentation
|
|
1360
|
+
|
|
1361
|
+
- Add mailchannels colors to badges ([cb9ce8d](https://github.com/Yizack/mailchannels/commit/cb9ce8d))
|
|
1362
|
+
- Improve docs ([84d9dc0](https://github.com/Yizack/mailchannels/commit/84d9dc0))
|
|
1363
|
+
- Add custom favicon and contributors section ([b3538b9](https://github.com/Yizack/mailchannels/commit/b3538b9))
|
|
1364
|
+
- Update description ([9360471](https://github.com/Yizack/mailchannels/commit/9360471))
|
|
1365
|
+
- Use mailchannels brand ([85165db](https://github.com/Yizack/mailchannels/commit/85165db))
|
|
1366
|
+
- Add promo cover ([e254ec6](https://github.com/Yizack/mailchannels/commit/e254ec6))
|
|
1367
|
+
- **seo:** Fix heads ([cb8b922](https://github.com/Yizack/mailchannels/commit/cb8b922))
|
|
1368
|
+
- Add sub-accounts in readme ([8daf9d8](https://github.com/Yizack/mailchannels/commit/8daf9d8))
|
|
1369
|
+
|
|
1370
|
+
### 🏡 Chore
|
|
1371
|
+
|
|
1372
|
+
- Fix sub-accounts file name ([5e1ff4e](https://github.com/Yizack/mailchannels/commit/5e1ff4e))
|
|
1373
|
+
- **snippets:** Improve snippets types extractor ([4061b81](https://github.com/Yizack/mailchannels/commit/4061b81))
|
|
1374
|
+
- **types:** Sub-accounts create types ([28fd89c](https://github.com/Yizack/mailchannels/commit/28fd89c))
|
|
1375
|
+
- **types:** Improve type comments ([33d2eca](https://github.com/Yizack/mailchannels/commit/33d2eca))
|
|
1376
|
+
- Add issue templates ([29c2bf4](https://github.com/Yizack/mailchannels/commit/29c2bf4))
|
|
1377
|
+
- **eslint:** Add import rules ([f60f070](https://github.com/Yizack/mailchannels/commit/f60f070))
|
|
1378
|
+
- Improve tsconfig and eslint ([f2c4bdd](https://github.com/Yizack/mailchannels/commit/f2c4bdd))
|
|
1379
|
+
- Custom error name ([c65a2c8](https://github.com/Yizack/mailchannels/commit/c65a2c8))
|
|
1380
|
+
- **playground:** Correct sub-accounts script ([a1a5bac](https://github.com/Yizack/mailchannels/commit/a1a5bac))
|
|
1381
|
+
|
|
1382
|
+
### ✅ Tests
|
|
1383
|
+
|
|
1384
|
+
- Add more emails test ([cfc3319](https://github.com/Yizack/mailchannels/commit/cfc3319))
|
|
1385
|
+
- Add client tests ([7873118](https://github.com/Yizack/mailchannels/commit/7873118))
|
|
1386
|
+
- Add mailchannels instance and modules test ([7b652f1](https://github.com/Yizack/mailchannels/commit/7b652f1))
|
|
1387
|
+
- Add test for webhooks ([f4d6573](https://github.com/Yizack/mailchannels/commit/f4d6573))
|
|
1388
|
+
- Add sub-accounts test ([c42cb9c](https://github.com/Yizack/mailchannels/commit/c42cb9c))
|
|
1389
|
+
- Add missing create api key and smtp password test ([a2f92ba](https://github.com/Yizack/mailchannels/commit/a2f92ba))
|
|
1390
|
+
- Add missing recipient util tests ([adc8491](https://github.com/Yizack/mailchannels/commit/adc8491))
|
|
1391
|
+
|
|
1392
|
+
### ❤️ Contributors
|
|
1393
|
+
|
|
1394
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
1395
|
+
|
|
1396
|
+
## v0.2.0
|
|
1397
|
+
|
|
1398
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.1.3...v0.2.0)
|
|
1399
|
+
|
|
1400
|
+
### 🚀 Enhancements
|
|
1401
|
+
|
|
1402
|
+
- **send:** Tracking settings support ([0b3f82f](https://github.com/Yizack/mailchannels/commit/0b3f82f))
|
|
1403
|
+
- Add `sub-accounts` module and list sub accounts method ([9e410bb](https://github.com/Yizack/mailchannels/commit/9e410bb))
|
|
1404
|
+
|
|
1405
|
+
### 💅 Refactors
|
|
1406
|
+
|
|
1407
|
+
- Rename `getWebhooks` to `listWebhooks` ([7de2a25](https://github.com/Yizack/mailchannels/commit/7de2a25))
|
|
1408
|
+
- ⚠️ Package rewrite separate features in modules ([b69856a](https://github.com/Yizack/mailchannels/commit/b69856a))
|
|
1409
|
+
|
|
1410
|
+
### 📖 Documentation
|
|
1411
|
+
|
|
1412
|
+
- Snippets generation script ([b1ca183](https://github.com/Yizack/mailchannels/commit/b1ca183))
|
|
1413
|
+
- **send:** Add tracking and snippets ([4d6f6c2](https://github.com/Yizack/mailchannels/commit/4d6f6c2))
|
|
1414
|
+
- **send:** Outline deep and send method usage etc ([e823c1f](https://github.com/Yizack/mailchannels/commit/e823c1f))
|
|
1415
|
+
- **check-domain:** Add check-domain info ([1878079](https://github.com/Yizack/mailchannels/commit/1878079))
|
|
1416
|
+
- **webhooks:** Add webhooks info ([a99f2c3](https://github.com/Yizack/mailchannels/commit/a99f2c3))
|
|
1417
|
+
- Update readme and docs index ([3e879a3](https://github.com/Yizack/mailchannels/commit/3e879a3))
|
|
1418
|
+
- Improve readme ([227c5b4](https://github.com/Yizack/mailchannels/commit/227c5b4))
|
|
1419
|
+
- Add theme colors ([f0b8516](https://github.com/Yizack/mailchannels/commit/f0b8516))
|
|
1420
|
+
- Update readme ([50e959a](https://github.com/Yizack/mailchannels/commit/50e959a))
|
|
1421
|
+
- Update package descriptions ([b746846](https://github.com/Yizack/mailchannels/commit/b746846))
|
|
1422
|
+
- Adjust badge tip bg color ([4d8633f](https://github.com/Yizack/mailchannels/commit/4d8633f))
|
|
1423
|
+
- Update readme roadmap ([10dfff4](https://github.com/Yizack/mailchannels/commit/10dfff4))
|
|
1424
|
+
|
|
1425
|
+
### 🏡 Chore
|
|
1426
|
+
|
|
1427
|
+
- **docs:** Sidebar config ([f7c46ef](https://github.com/Yizack/mailchannels/commit/f7c46ef))
|
|
1428
|
+
- Add info logger ([240c5d6](https://github.com/Yizack/mailchannels/commit/240c5d6))
|
|
1429
|
+
- Add license ([851f2ad](https://github.com/Yizack/mailchannels/commit/851f2ad))
|
|
1430
|
+
|
|
1431
|
+
#### ⚠️ Breaking Changes
|
|
1432
|
+
|
|
1433
|
+
- ⚠️ Package rewrite separate features in modules ([b69856a](https://github.com/Yizack/mailchannels/commit/b69856a))
|
|
1434
|
+
|
|
1435
|
+
### ❤️ Contributors
|
|
1436
|
+
|
|
1437
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
1438
|
+
|
|
1439
|
+
## v0.1.3
|
|
1440
|
+
|
|
1441
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.1.2...v0.1.3)
|
|
1442
|
+
|
|
1443
|
+
### 🩹 Fixes
|
|
1444
|
+
|
|
1445
|
+
- Emails module exports ([f37b9d8](https://github.com/Yizack/mailchannels/commit/f37b9d8))
|
|
1446
|
+
|
|
1447
|
+
### ❤️ Contributors
|
|
1448
|
+
|
|
1449
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
1450
|
+
|
|
1451
|
+
## v0.1.2
|
|
1452
|
+
|
|
1453
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.1.1...v0.1.2)
|
|
1454
|
+
|
|
1455
|
+
### 💅 Refactors
|
|
1456
|
+
|
|
1457
|
+
- Separate functionalities in modules in favor of tree shaking ([5256148](https://github.com/Yizack/mailchannels/commit/5256148))
|
|
1458
|
+
|
|
1459
|
+
### 📖 Documentation
|
|
1460
|
+
|
|
1461
|
+
- Initial files ([38743ec](https://github.com/Yizack/mailchannels/commit/38743ec))
|
|
1462
|
+
|
|
1463
|
+
### ❤️ Contributors
|
|
1464
|
+
|
|
1465
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
1466
|
+
|
|
1467
|
+
## v0.1.1
|
|
1468
|
+
|
|
1469
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.1.0...v0.1.1)
|
|
1470
|
+
|
|
1471
|
+
### 💅 Refactors
|
|
1472
|
+
|
|
1473
|
+
- Extract all methods automatically ([bd0fc43](https://github.com/Yizack/mailchannels/commit/bd0fc43))
|
|
1474
|
+
|
|
1475
|
+
### ❤️ Contributors
|
|
1476
|
+
|
|
1477
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
1478
|
+
|
|
1479
|
+
## v0.1.0
|
|
1480
|
+
|
|
1481
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.0.3...v0.1.0)
|
|
1482
|
+
|
|
1483
|
+
### 🚀 Enhancements
|
|
1484
|
+
|
|
1485
|
+
- DKIM, SPF & Domain Lockdown Check ([5497fb4](https://github.com/Yizack/mailchannels/commit/5497fb4))
|
|
1486
|
+
- Enroll for webhook notifications ([c25bc80](https://github.com/Yizack/mailchannels/commit/c25bc80))
|
|
1487
|
+
- Get user webhooks ([b022afe](https://github.com/Yizack/mailchannels/commit/b022afe))
|
|
1488
|
+
- Add delete webhooks method ([a56395a](https://github.com/Yizack/mailchannels/commit/a56395a))
|
|
1489
|
+
- Add retrieve webhook signing key ([fd9ecdc](https://github.com/Yizack/mailchannels/commit/fd9ecdc))
|
|
1490
|
+
|
|
1491
|
+
### 🩹 Fixes
|
|
1492
|
+
|
|
1493
|
+
- **types:** Use extract instead of pick ([e2f558a](https://github.com/Yizack/mailchannels/commit/e2f558a))
|
|
1494
|
+
- **webhooks:** Fix get response ([e9c796a](https://github.com/Yizack/mailchannels/commit/e9c796a))
|
|
1495
|
+
- **types:** Fix type exports ([79c8261](https://github.com/Yizack/mailchannels/commit/79c8261))
|
|
1496
|
+
|
|
1497
|
+
### 💅 Refactors
|
|
1498
|
+
|
|
1499
|
+
- Use true private setup property with # syntax ([be91a27](https://github.com/Yizack/mailchannels/commit/be91a27))
|
|
1500
|
+
- Refactor core and check domain implementation ([80a19de](https://github.com/Yizack/mailchannels/commit/80a19de))
|
|
1501
|
+
- **types:** ⚠️ Improve types clarity ([ee1fb13](https://github.com/Yizack/mailchannels/commit/ee1fb13))
|
|
1502
|
+
|
|
1503
|
+
### 📖 Documentation
|
|
1504
|
+
|
|
1505
|
+
- Add readme info ([7bed622](https://github.com/Yizack/mailchannels/commit/7bed622))
|
|
1506
|
+
- Add roadmap ([ee29cc8](https://github.com/Yizack/mailchannels/commit/ee29cc8))
|
|
1507
|
+
- Add missing contents ([a853dbb](https://github.com/Yizack/mailchannels/commit/a853dbb))
|
|
1508
|
+
- Remove examples from contents ([ad99094](https://github.com/Yizack/mailchannels/commit/ad99094))
|
|
1509
|
+
- Update roadmap ([220fc63](https://github.com/Yizack/mailchannels/commit/220fc63))
|
|
1510
|
+
|
|
1511
|
+
### 🏡 Chore
|
|
1512
|
+
|
|
1513
|
+
- **check-domain:** Include payload in response ([80301e2](https://github.com/Yizack/mailchannels/commit/80301e2))
|
|
1514
|
+
- **playground:** Add check domain ([ad58780](https://github.com/Yizack/mailchannels/commit/ad58780))
|
|
1515
|
+
- **palyground:** Send changes ([af667de](https://github.com/Yizack/mailchannels/commit/af667de))
|
|
1516
|
+
|
|
1517
|
+
#### ⚠️ Breaking Changes
|
|
1518
|
+
|
|
1519
|
+
- **types:** ⚠️ Improve types clarity ([ee1fb13](https://github.com/Yizack/mailchannels/commit/ee1fb13))
|
|
1520
|
+
|
|
1521
|
+
### ❤️ Contributors
|
|
1522
|
+
|
|
1523
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
1524
|
+
|
|
1525
|
+
## v0.0.3
|
|
1526
|
+
|
|
1527
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.0.2...v0.0.3)
|
|
1528
|
+
|
|
1529
|
+
### 🩹 Fixes
|
|
1530
|
+
|
|
1531
|
+
- **types:** Missing types for `cc` and `bcc` ([f67dcc2](https://github.com/Yizack/mailchannels/commit/f67dcc2))
|
|
1532
|
+
- **types:** Move dkim types correctly ([af9559b](https://github.com/Yizack/mailchannels/commit/af9559b))
|
|
1533
|
+
|
|
1534
|
+
### 📖 Documentation
|
|
1535
|
+
|
|
1536
|
+
- Initialize readme ([c129bcd](https://github.com/Yizack/mailchannels/commit/c129bcd))
|
|
1537
|
+
|
|
1538
|
+
### 🏡 Chore
|
|
1539
|
+
|
|
1540
|
+
- **types:** Add `no-explicit-any` eslint rule ([79652d6](https://github.com/Yizack/mailchannels/commit/79652d6))
|
|
1541
|
+
- Set dkim values as undefined if nullable ([e2d6e9c](https://github.com/Yizack/mailchannels/commit/e2d6e9c))
|
|
1542
|
+
|
|
1543
|
+
### 🤖 CI
|
|
1544
|
+
|
|
1545
|
+
- Add ci workflows ([4c92b36](https://github.com/Yizack/mailchannels/commit/4c92b36))
|
|
1546
|
+
|
|
1547
|
+
### ❤️ Contributors
|
|
1548
|
+
|
|
1549
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
1550
|
+
|
|
1551
|
+
## v0.0.2
|
|
1552
|
+
|
|
1553
|
+
[compare changes](https://github.com/Yizack/mailchannels/compare/v0.0.1...v0.0.2)
|
|
1554
|
+
|
|
1555
|
+
### 🩹 Fixes
|
|
1556
|
+
|
|
1557
|
+
- Recipients parsing ([cf6732b](https://github.com/Yizack/mailchannels/commit/cf6732b))
|
|
1558
|
+
|
|
1559
|
+
### ❤️ Contributors
|
|
1560
|
+
|
|
1561
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|
|
1562
|
+
|
|
1563
|
+
## v0.0.1
|
|
1564
|
+
|
|
1565
|
+
|
|
1566
|
+
### 🏡 Chore
|
|
1567
|
+
|
|
1568
|
+
- Package initial files ([3ad02b7](https://github.com/Yizack/mailchannels/commit/3ad02b7))
|
|
1569
|
+
|
|
1570
|
+
### ❤️ Contributors
|
|
1571
|
+
|
|
1572
|
+
- Yizack Rangel ([@Yizack](https://github.com/Yizack))
|