Releases: arghyadeep-k/deno-password-checker
Releases · arghyadeep-k/deno-password-checker
First Release
Changelog:
- Added new function
checkPasswordWithResult()
which can return the result of failure as well. - Merged if conditions to reduce cognitive complexity.
- Updated README with instructions on usage of
checkPasswordWithResult()
. - Updated test class to run test cases on both functions.
- Added CI workflow on dev branch.
New Functionality added
Changelogs:
- Optimized code.
- Added flag
checkWithCommonPasswords
to check against the 10k most common passwords. - Updated test cases.
- Updated license to MIT License
Documentation Update & Fixes
Changelog:
- Updated README with correct links.
- Added CI using Github Actions workflow.
- Fixed code smells detected in code scan in Sonar Cloud.
- Added badges in README.
First Pre-Release
v0.0.1 README formatting