Skip to content

Releases: dariowskii/password_strength_checker

1.3.2

Choose a tag to compare

@dariowskii dariowskii released this 21 Aug 19:32
5f71d77

Full Changelog: 1.3.1...1.3.2

1.3.1

Choose a tag to compare

@dariowskii dariowskii released this 21 Aug 19:05
f0a7196

Full Changelog: 1.3.0...1.3.1

1.3.0

Choose a tag to compare

@dariowskii dariowskii released this 21 Aug 19:05
9de371e

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

Full Changelog: 1.2.4...1.3.0

1.2.4

Choose a tag to compare

@dariowskii dariowskii released this 18 Jul 18:43
d7d07fd

Fix #8

1.2.3

Choose a tag to compare

@dariowskii dariowskii released this 18 Mar 22:57
e0229fa

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

Choose a tag to compare

@dariowskii dariowskii released this 29 Jan 17:03
1.2.2

1.2.1

Choose a tag to compare

@dariowskii dariowskii released this 05 Dec 17:20
c4c0cfe
Merge pull request #3 from dariowskii/feature/update

Fix

1.2.0

Choose a tag to compare

@dariowskii dariowskii released this 27 Nov 19:21
f05a5de
Merge pull request #1 from dariowskii/feature/password_generator

Password Generator implementation

1.1.2

Choose a tag to compare

@dariowskii dariowskii released this 21 Nov 15:10
Updated PasswordStrength calculation priority + added some tests

1.1.0

Choose a tag to compare

@dariowskii dariowskii released this 20 Nov 18:57
Update README