Skip to content

Releases: pdupavillon/express-recaptcha

5.1.0

09 Feb 01:35
Compare
Choose a tag to compare

add useRecaptchaDomain option

4.0.0

05 Apr 15:41
e581ffd
Compare
Choose a tag to compare

Migration to Typescript.

3.0.0

24 Sep 01:50
Compare
Choose a tag to compare

List of major changes :

  • express-recaptcha returns a class instead of an instance (no more init function, pass all parameters to the class constructor): link
  • render method, set the recaptcha property of response object instead of request object : link
  • the returned object from verify middleware method has been changed : link
  • add example directory for live testing : link

2.0.0

27 May 08:41
Compare
Choose a tag to compare

Adapt to node conventions

First release

18 Dec 10:48
Compare
Choose a tag to compare
1.0.0

release + change readme + add middleware support