Releases: dariowskii/password_strength_checker
Releases · dariowskii/password_strength_checker
Release list
1.3.2
Full Changelog: 1.3.1...1.3.2
1.3.1
1.3.0
What's Changed
- Bump subosito/flutter-action from 2.14.0 to 2.16.0 in the github_actions group by @dependabot[bot] in #11
- Bump actions/checkout from 4.1.7 to 4.2.0 in the github_actions group by @dependabot[bot] in #12
- Bump actions/checkout from 4.2.0 to 4.2.1 in the github_actions group by @dependabot[bot] in #13
- Bump actions/checkout from 4.2.1 to 4.2.2 in the github_actions group by @dependabot[bot] in #14
- Bump subosito/flutter-action from 2.16.0 to 2.17.0 in the github_actions group by @dependabot[bot] in #15
- Bump subosito/flutter-action from 2.17.0 to 2.18.0 in the github_actions group by @dependabot[bot] in #16
- Bump subosito/flutter-action from 2.18.0 to 2.19.0 in the github_actions group by @dependabot[bot] in #17
- Bump the github_actions group across 1 directory with 2 updates by @dependabot[bot] in #19
New Contributors
- @dependabot[bot] made their first contribution in #11
Full Changelog: 1.2.4...1.3.0
1.2.4
1.2.3
Implemented a kDefaultStrengthLength constant with a default value of 12.
From now, a password with a length < 12 will be considered weak.
1.2.2
1.2.1
Merge pull request #3 from dariowskii/feature/update Fix
1.2.0
Merge pull request #1 from dariowskii/feature/password_generator Password Generator implementation
1.1.2
Updated PasswordStrength calculation priority + added some tests