Skip to content

Releases: chvarkov/google-recaptcha

v2.0.4

27 Jun 20:20
781b1ae
Compare
Choose a tag to compare

Added RecaptchaResult decorator.

v2.0.3

18 Jun 20:47
dc5c1c7
Compare
Choose a tag to compare

Added SetRecaptchaOptions decorator.

v2.0.2

17 Apr 11:31
97b2b43
Compare
Choose a tag to compare

Added error handling for invalid-keys.

v2.0.1

02 Apr 22:44
4ea64b9
Compare
Choose a tag to compare

Removed console.log

v2.0.0

02 Apr 22:29
0c39946
Compare
Choose a tag to compare

Added validation by action and score for reCAPTCHA v3.
Updated external interfaces. Affected places:

  • service GoogleRecaptchaValidator
  • decorator Recaptcha
  • module options (added optional default parameters)

v1.2.4

10 Feb 19:41
59f254a
Compare
Choose a tag to compare

Fixed readme.

v.1.2.3

06 Feb 16:29
611d50d
Compare
Choose a tag to compare

Updated readme. Added example to use validation in service.

v1.2.2

28 Jan 23:15
46af354
Compare
Choose a tag to compare

Added support GraphQL.

v1.2.1

22 Jan 19:47
5c26aa0
Compare
Choose a tag to compare

Added LICENSE, CONTRIBUTING.md to build. Fixed readme.

v1.2.0

15 Jan 21:45
Compare
Choose a tag to compare

Updated google recaptcha module options.
Removed option useRecaptchaNet: boolean
Added option: network: GoogleRecaptchaNetwork | string
If your server has trouble connecting to 'https://google.com' then you can set networks:
GoogleRecaptchaNetwork.Google = 'https://www.google.com/recaptcha/api/siteverify'
GoogleRecaptchaNetwork.Recaptcha = 'https://recaptcha.net/recaptcha/api/siteverify'
or set any api url