Releases: Shashank3736/captcha-canvas
Releases · Shashank3736/captcha-canvas
v3.2.3
What's Changed
- Bump tar from 6.1.11 to 6.2.1 by @dependabot in #62
- Bump skia-canvas from ^1.0.0 to ^1.0.2 by @Larsundso in #65
New Contributors
- @Larsundso made their first contribution in #65
Full Changelog: v3.2.2...v3.2.3
v3.2.2
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
Solved MODULE NOT FOUND error reported in #45
Full Changelog: v3.2.0...v3.2.1
v3.2.0
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)
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
- @dependabot made their first contribution in #40
Full Changelog: v3.1.0...v3.1.1
v3.1.0 (More editing options)
v3.0.4
- Solved a major bug in the
Captcha
class.
Full Changelog: v3.0.1...v3.0.4
v3.0.1
- Updated typings.
- Updated readme.
Full Changelog: v3.0.0...v3.0.1
v3
node-canvas
is replaced byskia-canvas
from v3.- New
Captcha
class which provides customization to the deepest level is available now. CaptchaGenerator
is now the extension ofCaptcha
class.- New
createCaptcha
andcreateCaptchaSync
function for instant captcha. - 🎉 Update from v2 -> v3 will not break your previous code.
What's Changed
- Added missing
rotate
inSetCaptchaOptions
, sorted as in docs by @LosTigeros in #28
New Contributors
- @LosTigeros made their first contribution in #28
Full Changelog: v2.3.0...v3.0.0
v2.3.0
- More customisation for captcha text.
- Deepmerge is no more required.
What's Changed
- add skew rotate and colors options by @ryanhex53 in #25
- docs: add ryanhex53 as a contributor by @allcontributors in #26
New Contributors
- @ryanhex53 made their first contribution in #25
Full Changelog: v2.2.2...v2.3.0