Skip to content

Releases: dzmitry-duboyski/2captcha-ts

v2.0.1

01 May 16:36
Compare
Choose a tag to compare

Cosmetics:

  • Update JSDOC documentation for constructor
  • Update README files

v2.0.0 Add support Coordinates captcha and Capy Puzzle captcha

09 Mar 04:04
Compare
Choose a tag to compare

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)

    Screenshot:
    image

v1.3.1 Update documentation

05 Mar 11:32
Compare
Choose a tag to compare

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

25 Feb 20:29
Compare
Choose a tag to compare

Features:

  • Add checking for required parameters.
    Now, if you forgot to specify the required parameter, then you will get an error containing information about the parameter that you forgot.

    Example:
    image

Cosmetics:

  • Update README.md
  • Add README files in Spanish Chinese and Russian

v1.2.0 - Add support for Cloudflare Turnstile and Amazon WAF Captcha

12 Feb 21:49
Compare
Choose a tag to compare

Features:

  • Add support Cloudflare Turnstile
  • Add support Amazon WAF Captcha

v1.1.7

09 Feb 06:49
Compare
Choose a tag to compare

Cosmetics:

  • Add description in package.json

v1.1.6

07 Feb 22:32
Compare
Choose a tag to compare

Cosmetics:

  • Update readme.md

v1.1.5 - Add support Lemin captcha

07 Feb 22:09
Compare
Choose a tag to compare

Features:

  • Add support Lemin captcha

Cosmetics:

  • Update readme.md

v1.0.5

07 Feb 14:04
Compare
Choose a tag to compare

Features:

  • Add support Geetest V4 captcha
  • Add support Yandex Smart Captcha