Skip to content
This repository has been archived by the owner on Jan 3, 2024. It is now read-only.

Releases: danielireson/formplug

v2.0.0

31 May 19:21
Compare
Choose a tag to compare
  • Upgrades NPM dependencies.
  • Handles Node depreciations.

Breaking changes:

  • New encryption algorithm (encrypted emails will need regenerating).

v1.2.2

16 Nov 17:30
Compare
Choose a tag to compare
  • Fixes validation around localhost redirect URLs.

v1.2.1

16 Nov 16:57
Compare
Choose a tag to compare
  • Set environment to Node v12.x.

v1.2.0

23 Sep 21:42
Compare
Choose a tag to compare
  • Integrate with reCaptcha v3.
  • Add support for whitelisted recipients.
  • Add support for custom templates.
  • Restrict IAM permissions.

v1.1.1

23 Sep 21:42
Compare
Choose a tag to compare
  • Set environment to Node v8.10.
  • Update dev dependencies.
  • Improve test coverage.

v1.1.0

23 Sep 21:42
Compare
Choose a tag to compare
  • Integrate the 'send' and 'receive' lambdas.

v1.0.0

23 Sep 21:42
Compare
Choose a tag to compare
  • Set environment to Node v6.10.
  • Project rewrite using ES6 classes with improved test coverage.
  • Require primary 'to' recipient as form input instead of URL path parameter.
  • Add functionality to set 'reply to' email addresses.
  • Encryption support on all email address fields.
  • Pass multiple recipients to 'cc', 'bcc' and 'reply to'.