Skip to content

Releases: Shashank3736/captcha-canvas

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

v2.2.1: Fix Bug

22 Sep 13:03
Compare
Choose a tag to compare

A minor bug in which you can't set length of captcha is solved.

Full Changelog: v2.2.0...v2.2.1

v2.2.0: Non asynchronous method to generate images

21 Sep 14:57
Compare
Choose a tag to compare

Added

  • Added a new method generateSync to generate captcha images without promise.
  • Added resolveImage function.
  • Updated typings with new method.

No breaking change all your current code will work as expected.

Full Changelog: v2.1.1...v2.2.0

v2.1.1

17 Sep 15:13
Compare
Choose a tag to compare
  • Added typings to the module
  • Updated docs

Full Changelog: v2.1.0...v2.1.1

v2.1.0

14 Sep 02:30
f38c015
Compare
Choose a tag to compare

Changes

  • Removed canvas-constructor dependencies.
  • Added .npmignore to reduce the size of the unpacked value.

Full Changelog: v2.0.5...v2.1.0

JSDOC support

07 Sep 14:17
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.0.3...v2.0.4

v2.0.3

05 Sep 08:00
d8d0227
Compare
Choose a tag to compare
  • A new property added named as captcha.text which return the text of captcha.
  • Base for jsdoc is established.
  • Some todo added.

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.3

v2.0.2

30 Aug 05:01
66cc292
Compare
Choose a tag to compare
  • Removed console.log() from code to stop debugging

What's Changed

New Contributors

Full Changelog: v2.0.0...v2.0.2

v2.0.0

29 Aug 15:00
Compare
Choose a tag to compare

After 13 days of continuous work, I m gonna launch v2 of captcha-canvas.

New Features

  • Now you can customize the trace line.
  • You can easily change the opacity of all the 3 elements. (captcha, decoy, and trace)
  • You can use methods to customize all the 3 elements, dimension, and background.
  • Support for the custom background is provided.
  • Captcha text-align to the middle so that OCR returns an error while trying to read them.
  • and many more.

Changes

  • Constructor option for now only supports dimension configuration.
  • CaptchaGenerator now available in CaptchaGenerator: of the module.

Note: Update from v1 -> v2 will break efficiently your code.

What's Changed

Full Changelog: v1.0.1...v2.0.0

First Release

16 Aug 11:49
Compare
Choose a tag to compare

A very cool captcha creation package, similar to wick captcha.
Features:

  • Highly Customisable, you can customize the length, width, font everything.
  • Support class so extensions are possible
  • Very easy and convenient to use read README.md

Full Changelog: https://github.com/Shashank3736/captcha-canvas/commits/v1.0.0