|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -Jump directly to a version: |
| 3 | +Changelogs are separated by distribution channel for better overview: |
4 | 4 |
|
5 | | -| 2.x | |
6 | | -|-----------------------------------| |
7 | | -| [**2.0.0 (latest release)**](#200) | |
| 5 | +| Changelog | Branch | Stability | Purpose | NPM Channel | |
| 6 | +|----------------------------------|---------------------------|---------------|--------------|-------------| |
| 7 | +| [✅ Stable Releases][log_release] | [release][branch_release] | stable | production | @latest | |
| 8 | +| [⚠️ Beta Releases][log_beta] | [beta][branch_beta] | pretty stable | development | @beta | |
| 9 | +| [🔥 Alpha Releases][log_alpha] | [alpha][branch_alpha] | unstable | contribution | @alpha | |
8 | 10 |
|
9 | | -<details> |
10 | | -<summary>Older versions</summary> |
11 | 11 |
|
12 | | -| 1.x | |
13 | | -|-----------------------------------| |
14 | | -| [1.0.7](#107) | |
15 | | -| [1.0.6](#106) | |
16 | | -| [1.0.5](#105) | |
17 | | -| [1.0.4](#104) | |
18 | | -| [1.0.3](#103) | |
19 | | -| [1.0.2](#102) | |
20 | | -| [1.0.1](#101) | |
21 | | -| [1.0.0](#100) | |
22 | | -</details> |
23 | | - |
24 | | -# Unreleased (Main Branch) |
25 | | -[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/2.0.0...master) |
26 | | - |
27 | | -### ⚠️ Breaking Changes |
28 | | -*(none)* |
29 | | -### 🚀 Notable Changes |
30 | | -*(none)* |
31 | | -### 🧬 Other Changes |
32 | | -*(none)* |
33 | | - |
34 | | -# 2.0.0 |
35 | | -[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.7...2.0.0) |
36 | | -### ⚠️ Breaking Changes |
37 | | -- Bumped Node.js version requirement to >=12 (Manuel Trezza) [#39](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/39) |
38 | | -### 🧬 Other Changes |
39 | | -- Fixed demo script and README for `mailgun.js` 3.x which requires `form-data` (Stefan Trauth, Manuel Trezza) [#32](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/32) |
40 | | - |
41 | | -# 1.0.7 |
42 | | -[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.6...1.0.7) |
43 | | - |
44 | | -### 🧬 Other Changes |
45 | | -- Added supported providers to README (Manuel Trezza) [#34](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/34) |
46 | | -- Bump postcss from 8.2.9 to 8.2.15 (dependabot) [#37](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/37) |
47 | | - |
48 | | -# 1.0.6 |
49 | | -[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.5...1.0.6) |
50 | | - |
51 | | -### 🧬 Other Changes |
52 | | -- Fixes failing to send email in Cloud Code without template (Manuel Trezza) [#26](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/26) |
53 | | - |
54 | | -# 1.0.5 |
55 | | -[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.4...1.0.5) |
56 | | - |
57 | | -### 🧬 Other Changes |
58 | | -- Fixes undefined `user` in `localeCallback` when sending email via `Parse.Cloud.sendEmail()` (wlky, Manuel Trezza) [#18](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/18) |
59 | | - |
60 | | -# 1.0.4 |
61 | | -[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.3...1.0.4) |
62 | | - |
63 | | -### 🐛 Fixes |
64 | | -- Fixed failing Parse Server adapter controller validation. [#13](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/13). Thanks to [mtrezza](https://github.com/mtrezza). |
65 | | - |
66 | | -### 🧬 Improvements |
67 | | -- Added lint to CI workflow. [#14](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/14). Thanks to [mtrezza](https://github.com/mtrezza). |
68 | | - |
69 | | -# 1.0.3 |
70 | | -[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.2...1.0.3) |
71 | | - |
72 | | -### 🐛 Fixes |
73 | | -- Added missing release script invocation when publishing package to npm. [#11](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/11). Thanks to [mtrezza](https://github.com/mtrezza). |
74 | | - |
75 | | -# 1.0.2 |
76 | | -[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.1...1.0.2) |
77 | | - |
78 | | -### 🧬 Improvements |
79 | | -- Added locale to placeholder callback. [#6](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/6). Thanks to [mtrezza](https://github.com/mtrezza). |
80 | | -- Added current placeholders to placeholder callback. [#7](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/7). Thanks to [mtrezza](https://github.com/mtrezza). |
81 | | - |
82 | | -# 1.0.1 |
83 | | -[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.0...1.0.1) |
84 | | - |
85 | | -### 🐛 Fixes |
86 | | -- Removed unused config parameter from docs. [#1](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/1). Thanks to [mtrezza](https://github.com/mtrezza). |
87 | | - |
88 | | -### 🧬 Improvements |
89 | | -- ⚠️ Added locale to API callback. This is a breaking change because the `apiCallback` now returns an object `{payload, locale}` instead of only the `payload`. [#2](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/2). Thanks to [mtrezza](https://github.com/mtrezza) |
90 | | -- Added badges to readme. [#3](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/3). Thanks to [mtrezza](https://github.com/mtrezza) |
91 | | - |
92 | | -# 1.0.0 |
93 | | -- Initial commit. |
| 12 | +[log_release]: https://github.com/mtrezza/parse-server-api-mail-adapter/blob/release/changelogs/CHANGELOG_release.md |
| 13 | +[log_beta]: https://github.com/mtrezza/parse-server-api-mail-adapter/blob/beta/changelogs/CHANGELOG_beta.md |
| 14 | +[log_alpha]: https://github.com/mtrezza/parse-server-api-mail-adapter/blob/alpha/changelogs/CHANGELOG_alpha.md |
| 15 | +[branch_release]: https://github.com/mtrezza/parse-server-api-mail-adapter/tree/release |
| 16 | +[branch_beta]: https://github.com/mtrezza/parse-server-api-mail-adapter/tree/beta |
| 17 | +[branch_alpha]: https://github.com/mtrezza/parse-server-api-mail-adapter/tree/alpha |
0 commit comments