Skip to content

Releases: parse-community/parse-server-api-mail-adapter

2.0.0

04 Jun 13:23
d82fd0e
Compare
Choose a tag to compare

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

24 May 12:24
48d21b0
Compare
Choose a tag to compare

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

19 Mar 16:53
ce10b72
Compare
Choose a tag to compare

Full Changelog

🧬 Other Changes

  • Fixes failing to send email in Cloud Code without template (Manuel Trezza) #26

1.0.5

17 Mar 01:26
b6de4f2
Compare
Choose a tag to compare

Full Changelog

🧬 Other Changes

  • Fixes undefined user in localeCallback when sending email via Parse.Cloud.sendEmail() (wlky, Manuel Trezza) #18

1.0.4

14 Jan 17:35
6862af3
Compare
Choose a tag to compare

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.3

14 Jan 06:54
7f56b7f
Compare
Choose a tag to compare

Full Changelog

🐛 Fixes

  • Added missing release script invocation when publishing package to npm. #11. Thanks to mtrezza.

1.0.2

14 Jan 05:26
00769e2
Compare
Choose a tag to compare

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

14 Jan 02:11
8e3ce4f
Compare
Choose a tag to compare

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.

1.0.0

13 Jan 03:34
Compare
Choose a tag to compare

Initial release.