Releases: Shashank3736/captcha-canvas
Releases · Shashank3736/captcha-canvas
v2.2.2: Typings Update
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
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
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
- Added typings to the module
- Updated docs
Full Changelog: v2.1.0...v2.1.1
v2.1.0
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
- Added JSDOC to captcha-canvas.
- Updated readme.
What's Changed
- Alpha by @Shashank3736 in #11
- JsDoc by @Shashank3736 in #13
Full Changelog: v2.0.3...v2.0.4
v2.0.3
- 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
- merge by @Shashank3736 in #7
- Remove Console Log by @IchiiDev in #8
- Alpha by @Shashank3736 in #9
New Contributors
Full Changelog: v2.0.0...v2.0.3
v2.0.2
- Removed console.log() from code to stop debugging
What's Changed
- merge by @Shashank3736 in #7
- Remove Console Log by @IchiiDev in #8
New Contributors
Full Changelog: v2.0.0...v2.0.2
v2.0.0
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
- Create npm-publish.yml by @Shashank3736 in #4
- Create LICENSE by @Shashank3736 in #5
- V2.0.0 by @Shashank3736 in #3
Full Changelog: v1.0.1...v2.0.0
First Release
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