Skip to content

Releases: dylanmcgowan/submitjson

v0.8.1

06 Feb 01:47
6276ace
Compare
Choose a tag to compare

Patch Changes

  • fec3dcb: change submission response ids from type number > string

v0.8.0

28 Jan 00:38
1b515a0
Compare
Choose a tag to compare

Minor Changes

  • c8ff060: 🤖 adds CAPTCHA support - reCAPTCHA, Cloudflare Turnstile, hCaptcha

v0.7.0

18 Jan 02:37
46c21bc
Compare
Choose a tag to compare

Minor Changes

  • 69f04a2: Adds webhookStatus and zapierStatus to the submission response

v0.6.0

03 Jan 23:46
944843b
Compare
Choose a tag to compare

Minor Changes

  • df5f2f8: Email notification enhancements
    • You can now customize the email notification subject line with the emailSubject option
    • You can now remove Submit JSON branding with the emailBranding option
    • submissionRecipient renamed to emailTo

v0.5.1

31 Dec 16:03
d8cd294
Compare
Choose a tag to compare

Patch Changes

  • 736d776: fix emailReplyTo and submissionRecipient behavior

v0.5.0

05 Dec 16:02
4d5f42c
Compare
Choose a tag to compare

Minor Changes

  • 68a276c: update submit POST url from /endpoints/:endpointSlug to /submit/:endpointSlug

v0.4.1

04 Dec 22:16
b170971
Compare
Choose a tag to compare

Patch Changes

  • 1cba9e6: Adds cors header to request + update docs

v0.4.0

20 Nov 03:09
f0dfa8a
Compare
Choose a tag to compare

Minor Changes

  • 552100b: Adds 10 new submission sounds

v0.3.0

13 Nov 21:12
6c54a7e
Compare
Choose a tag to compare

Minor Changes

  • e9c8892: adds emailReplyTo to SubmitOptions
  • e9c8892: adds submissionRecipient to Submit Options

v0.2.0

11 Nov 20:48
060af21
Compare
Choose a tag to compare

Minor Changes

  • 20f3fe8: switches from snake_case to camelCase (behind the scenes)

Patch Changes

  • 20f3fe8: optimize options key validation + deletion