Releases: AdamT20054/DJSCaptcha
Releases · AdamT20054/DJSCaptcha
v1.3.1
Made entire project use cryptographically secure random number functions instead of math.random
- Mostly typos def3dba
- Added noinspection (Jetbrains) 219c39a
- Added noinspection (Jetbrains) f73c523
- Removed unused import b4f2405
- Added comments 40e17b5
What's Changed
- Implemented change for #3 by @AdamT20054 in #4
Full Changelog: v1.3.0...v1.3.1
v1.3.1-2
v1.3.1-1
Fixed createCaptcha returning abcde every time.
- Made shuffle.js async 20578b7
Full Changelog: v1.3.1-0...v1.3.1-1
v1.3.1-0
- updated shuffle.js with cryptographically secure random function ee136b3
- Made random.js to house the random function 801a044
- Added export statement and removed logging. 296b29e
- Merge pull request #4 from AdamT20054/3-cryptoMathRandom 35786c5
- Implemented change for #3 2f4d920
What's Changed
- Implemented change for #3 by @AdamT20054 in #4
Full Changelog: v1.3.0...v1.3.1-0
v1.3.0
Removed "Lodash" as a dependancy by creating a local debloated version in ./utils/lodash with shuffle.js and copyArray.js to be used for createCaptcha.cjs.
Commits and fixes
- Fixed code 0fda0af
- Changed export statement f75418a
- Changed export statement f361afd
- Changed import statement 54f92e7
- Changed lodash dir bd61965
- Removed Lodash bloat 8385b21
- Formatting ef76b48
- Formatting e97cf20
- Fixed image link 8a9c321
- Updated CAPTCHA Events to be more specific 06b4f9f
- Fixed typo in README.md 0bb3235
- Added workflow badges to README.md 829558a
- Removed eslint.yml 0bed9ef
- Create npm-publish-github-packages.yml cba8a95
- Create pmd.yml 5463498
- Create njsscan.yml 97c8e6e
- Removed fortify.yml 87907b9
- Create fortify.yml 7900116
- Merge pull request #2 from AdamT20054/AdamT20054-patch-1 f0cc928
- Create dependabot.yml ee3be20
- Delete dependabot.yml 0faf62f
- Made pull_request_template.md 7fb0bb5
- Added a src folder and updated NPM keywords 1162b99
- Example code tree formatting f670546
- Example code tree formatting 8638745
- Spelling/grammar 3938886
- Clarified the kickOnFailure timing a539ea1
- Error/warning cleanup fd30624
- Error/warning cleanup 6736d85
- Error/warning cleanup 4dba21a
- Updated README.md for kickIfRole(Added/Removed) options 0ec96cc
- Depreciated chalk c7a75b8
- Depreciated chalk b33891c
What's Changed
- Create CODE_OF_CONDUCT.md by @AdamT20054 in #1
- Create dependabot.yml by @AdamT20054 in #2
New Contributors
- @AdamT20054 made their first contribution in #1
Full Changelog: v1.2.0...v1.3.0
v1.2.9-2
v1.2.9-1
- Fixed code 3d80117
v1.2.9-0
Full Changelog: v1.2.8...v1.2.9-0
v1.2.8
v1.2.7
- changed export statement f361afd