1.1.2 2023-04-04 15:50:54+01:00 Europe/London
- *actually* re-generate dictionaries with the new serialisation;
perl 5.18 couldn't parse the previous one
1.1.1 2023-04-04 10:43:32+01:00 Europe/London
- change serialisation of dictionaries, some cpantesters had problems
parsing them
- fix dependency versions
1.1.0 2023-04-03 15:05:29+01:00 Europe/London
- authoring this distribution now requires the modules in
Data::Password::zxcvbn::AuthorTools
- the list of most common passwords has been updated: the previous
list was at least 20 years old, this one is only 3 years old
- some dictionaries have been renamed (male_names ->
english_male_names, for example) to better support non-English
dictionaries
1.0.6 2022-08-18 09:29:41+01:00 Europe/London
- declare minimum perl version, use mro explicitly
1.0.5 2022-08-16 11:05:56+00:00 UTC
- silence undef warnings from UserInput matcher
1.0.4 2019-06-12 10:03:16+01:00 Europe/London
- improve matching against the "user_info" dictionary: more cases are
caught, and generally with lower scores
1.0.3 2019-05-15 16:54:46+01:00 Europe/London
- make it easier to subclass the various components, for example to
use custom feedback messages
1.0.2 2018-01-12 11:51:21+00:00 Europe/London
- some minor fixes to POD, no functional change
1.0.1 2018-01-11 16:53:43+00:00 Europe/London
- bug fix: UserInput would fail to recognise an input token in the
password, if the token was not fully lowercase
1.0.0 2018-01-10 15:28:50+00:00 Europe/London
- initial release