Releases: pdupavillon/express-recaptcha
Releases · pdupavillon/express-recaptcha
5.1.0
4.0.0
Migration to Typescript.
3.0.0
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 ofresponse
object instead ofrequest
object : link - the returned object from verify middleware method has been changed : link
- add example directory for live testing : link
2.0.0
Adapt to node conventions
First release
1.0.0 release + change readme + add middleware support