Skip to content

Releases: arghyadeep-k/deno-password-checker

First Release

01 Aug 18:08
9fd1e1a
Compare
Choose a tag to compare

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

03 Jun 22:24
Compare
Choose a tag to compare
Pre-release

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

30 May 00:02
Compare
Choose a tag to compare
Pre-release

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

29 May 18:30
edae283
Compare
Choose a tag to compare
First Pre-Release Pre-release
Pre-release
v0.0.1

README formatting