Skip to content

Releases: Shashank3736/captcha-canvas

v3.2.2

01 Apr 18:08
Compare
Choose a tag to compare

Bugs

  • Removed version const from index.ts file. To support web bundle as reported in #61
  • Solved a bug reported in #47

What's Changed

  • Bump minimatch from 3.0.4 to 3.1.2 by @dependabot in #48
  • Bump json5 from 2.2.0 to 2.2.3 by @dependabot in #50
  • Bump semver from 6.3.0 to 6.3.1 by @dependabot in #56
  • Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #57
  • Bump @babel/traverse from 7.15.4 to 7.23.2 by @dependabot in #58
  • Create tech stack docs (techstack.yml and techstack.md) by @stack-file in #60

New Contributors

  • @stack-file made their first contribution in #60

Full Changelog: v3.2.1...v3.2.2

v3.2.1: MODULE NOT FOUND ERROR

17 Aug 10:19
Compare
Choose a tag to compare

Solved MODULE NOT FOUND error reported in #45

Full Changelog: v3.2.0...v3.2.1

v3.2.0

13 Aug 13:42
67326dc
Compare
Choose a tag to compare

What's Changed

  • Update skia-canvas v1.0.0 by @Shashank3736 in #44
  • Improved captcha text alignment with trace line
  • Solved drawCaptcha error #43

Full Changelog: v3.1.1...v3.2.0

v3.1.1 (Bug Fix)

09 Aug 06:11
Compare
Choose a tag to compare

What's Changed

  • Removed characters customisation from Captcha#drawCaptcha.
  • Added characters customisation in Captcha constructor.
  • Bump simple-get from 3.1.0 to 3.1.1 by @dependabot in #40
  • Bump node-fetch from 2.6.5 to 2.6.7 by @dependabot in #42
  • Bump minimist from 1.2.5 to 1.2.6 by @dependabot in #41

New Contributors

Full Changelog: v3.1.0...v3.1.1

v3.1.0 (More editing options)

23 Oct 12:02
c8bf4fb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.0.4...v3.1.0

v3.0.4

15 Oct 12:13
Compare
Choose a tag to compare
  • Solved a major bug in the Captcha class.

Full Changelog: v3.0.1...v3.0.4

v3.0.1

05 Oct 11:29
ad6c4cb
Compare
Choose a tag to compare
  • Updated typings.
  • Updated readme.

Full Changelog: v3.0.0...v3.0.1

v3

03 Oct 07:07
Compare
Choose a tag to compare
v3
  • node-canvas is replaced by skia-canvas from v3.
  • New Captcha class which provides customization to the deepest level is available now.
  • CaptchaGenerator is now the extension of Captcha class.
  • New createCaptcha and createCaptchaSync function for instant captcha.
  • 🎉 Update from v2 -> v3 will not break your previous code.

What's Changed

  • Added missing rotate in SetCaptchaOptions, sorted as in docs by @LosTigeros in #28

New Contributors

Full Changelog: v2.3.0...v3.0.0

v2.3.0

24 Apr 06:47
Compare
Choose a tag to compare
  • More customisation for captcha text.
  • Deepmerge is no more required.

What's Changed

New Contributors

Full Changelog: v2.2.2...v2.3.0

v2.2.2: Typings Update

17 Oct 03:45
Compare
Choose a tag to compare

Updated typings by @skymunn in pull request #21

What's Changed

  • Fixing typings declaration and add example in typescript by @ikr4mm in #21

New Contributors

  • @ikr4mm made their first contribution in #21

Full Changelog: v2.2.1...v2.2.2