Skip to content

Commit 0f2e656

Browse files
committed
docs(changelog): added master changelog
1 parent ff9d42c commit 0f2e656

File tree

4 files changed

+73
-88
lines changed

4 files changed

+73
-88
lines changed

CHANGELOG.md

Lines changed: 12 additions & 87 deletions
Original file line numberDiff line numberDiff line change
@@ -1,93 +1,18 @@
11
# Changelog
22

3-
Jump directly to a version:
3+
Changelogs are separated by distribution channel for better overview:
44

5-
| 2.x |
6-
|-----------------------------------|
7-
| [**2.0.0 (latest release)**](#200) |
5+
| Changelog | Branch | Stability | Purpose | NPM Channel |
6+
|-----------------------------|-----------------------|---------------|--------------|-------------|
7+
| [Main Releases][log_main] | [main][branch_main] | 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 |
810

9-
<details>
10-
<summary>Older versions</summary>
1111

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>
2312

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.
13+
[log_main]: https://github.com/mtrezza/parse-server-api-mail-adapter/blob/main/changelogs/CHANGELOG_main.md
14+
[log_beta]: https://github.com/mtrezza/parse-server-api-mail-adapter/blob/beta/changelogs/CHANGELOG_beta.md
15+
[log_alpha]: https://github.com/mtrezza/parse-server-api-mail-adapter/blob/alpha/changelogs/CHANGELOG_alpha.md
16+
[branch_main]: https://github.com/mtrezza/parse-server-api-mail-adapter/tree/main
17+
[branch_beta]: https://github.com/mtrezza/parse-server-api-mail-adapter/tree/beta
18+
[branch_alpha]: https://github.com/mtrezza/parse-server-api-mail-adapter/tree/alpha
File renamed without changes.

changelogs/CHANGELOG_main.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,60 @@
1+
# 2.0.0
2+
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.7...2.0.0)
3+
### ⚠️ Breaking Changes
4+
- Bumped Node.js version requirement to >=12 (Manuel Trezza) [#39](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/39)
5+
### 🧬 Other Changes
6+
- 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)
7+
8+
# 1.0.7
9+
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.6...1.0.7)
10+
11+
### 🧬 Other Changes
12+
- Added supported providers to README (Manuel Trezza) [#34](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/34)
13+
- Bump postcss from 8.2.9 to 8.2.15 (dependabot) [#37](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/37)
14+
15+
# 1.0.6
16+
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.5...1.0.6)
17+
18+
### 🧬 Other Changes
19+
- Fixes failing to send email in Cloud Code without template (Manuel Trezza) [#26](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/26)
20+
21+
# 1.0.5
22+
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.4...1.0.5)
23+
24+
### 🧬 Other Changes
25+
- 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)
26+
27+
# 1.0.4
28+
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.3...1.0.4)
29+
30+
### 🐛 Fixes
31+
- 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).
32+
33+
### 🧬 Improvements
34+
- Added lint to CI workflow. [#14](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/14). Thanks to [mtrezza](https://github.com/mtrezza).
35+
36+
# 1.0.3
37+
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.2...1.0.3)
38+
39+
### 🐛 Fixes
40+
- 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).
41+
42+
# 1.0.2
43+
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.1...1.0.2)
44+
45+
### 🧬 Improvements
46+
- Added locale to placeholder callback. [#6](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/6). Thanks to [mtrezza](https://github.com/mtrezza).
47+
- 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).
48+
49+
# 1.0.1
50+
[Full Changelog](https://github.com/mtrezza/parse-server-api-mail-adapter/compare/1.0.0...1.0.1)
51+
52+
### 🐛 Fixes
53+
- 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).
54+
55+
### 🧬 Improvements
56+
- ⚠️ 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)
57+
- Added badges to readme. [#3](https://github.com/mtrezza/parse-server-api-mail-adapter/pull/3). Thanks to [mtrezza](https://github.com/mtrezza)
58+
59+
# 1.0.0
60+
- Initial commit.

release.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ async function config() {
2525
console.log(`Running on branch: ${branch}`);
2626

2727
// Set changelog file
28-
const changelogFile = `CHANGELOG_${branch}.md`;
28+
const changelogFile = `./changelogs/CHANGELOG_${branch}.md`;
2929
console.log(`Changelog file output to: ${changelogFile}`);
3030

3131
// Load template file contents

0 commit comments

Comments
 (0)