Releases: parse-community/parse-server-api-mail-adapter
Releases · parse-community/parse-server-api-mail-adapter
2.0.0
Full Changelog
⚠️ Breaking Changes
- Bumped Node.js version requirement to >=12 (Manuel Trezza) #39
🧬 Other Changes
- Fixed demo script and README for
mailgun.js
3.x which requires form-data
(Stefan Trauth, Manuel Trezza) #32
1.0.7
Full Changelog
🧬 Other Changes
- Added supported providers to README (Manuel Trezza) #34
- Bump postcss from 8.2.9 to 8.2.15 (dependabot) #37
1.0.6
Full Changelog
🧬 Other Changes
- Fixes failing to send email in Cloud Code without template (Manuel Trezza) #26
1.0.5
Full Changelog
🧬 Other Changes
- Fixes undefined
user
in localeCallback
when sending email via Parse.Cloud.sendEmail()
(wlky, Manuel Trezza) #18
1.0.4
Full Changelog
🐛 Fixes
- Fixed failing Parse Server adapter controller validation. #13. Thanks to mtrezza.
🧬 Improvements
- Added lint to CI workflow. #14. Thanks to mtrezza.
1.0.2
Full Changelog
🧬 Improvements
- Added locale to placeholder callback. #6. Thanks to mtrezza.
- Added current placeholders to placeholder callback. #7. Thanks to mtrezza.
1.0.1
Full Changelog
🐛 Fixes
- Removed unused config parameter from docs. #1. Thanks to mtrezza
🧬 Improvements
- ⚠️ 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. Thanks to mtrezza.
- Added badges to readme. #3. Thanks to mtrezza.