Releases: dzmitry-duboyski/2captcha-ts
Releases · dzmitry-duboyski/2captcha-ts
v2.0.1
Cosmetics:
- Update JSDOC documentation for constructor
- Update README files
v2.0.0 Add support Coordinates captcha and Capy Puzzle captcha
Features:
- Add support Coordinates captcha
- Add support Capy Puzzle captcha
Changes:
- IMPORTANT "breaking change" for method imageCaptcha, (now you need send all captcha params as an object. It is necessary for uniformity.)
What changed:
-
The method of passing parameters for image captcha has changed. Now all parameters for Image captcha are passed as an one object.
If you have old code using the
imageCaptcha
method, then you need to rewrite it, as it will stop working and return an error.Please correct your code according to this example:
solver.imageCaptcha({ body: imageBase64 })
Previously it was like this (now this code will throw an error):
solver.imageCaptcha(imageBase64)
v1.3.1 Update documentation
Cosmetics:
- Update JSDOC documentation for method Cloudflare Turnstile.
Commit: cde35a3 - Update JSDOC documentation for method Amazon WAF
Commit: ebadc06 - Update JSDOC documentation for method Lemin
Commit: b68209d - Update JSDOC documentation for method FanCaptcha
Commit: 2945aa3 - Update JSDOC documentation for method Yandex Smart
Commit: c9750cd - Update JSDOC documentation for method GeeTest V4
Commit: fb15795 - Update JSDOC documentation for method hCaptcha
Commits: 31ab85f 684eab6 f21e8be - Update JSDOC documentation for method reCAPTCHA
Commit: 3c797cc - Fix links and in README files and other changes
Commit: c287a47 105834a
v1.3.0 Add checking for required parameters
v1.2.0 - Add support for Cloudflare Turnstile and Amazon WAF Captcha
Features:
- Add support Cloudflare Turnstile
- Add support Amazon WAF Captcha
v1.1.7
Cosmetics:
- Add description in package.json
v1.1.6
Cosmetics:
- Update readme.md
v1.1.5 - Add support Lemin captcha
Features:
- Add support Lemin captcha
Cosmetics:
- Update readme.md
v1.0.5
Features:
- Add support Geetest V4 captcha
- Add support Yandex Smart Captcha