Added - Option to override `PasswordGenerator` options in the `generate` call (14, 19)
1.1.1
Changed - Moved documentation to Read the Docs
1.1.0
Added - `check_breaches` which uses `check_password` to check if the given password is found in any known data breaches - `func` which allows a custom function for checking passwords as a requirement
1.0.0
Now hosting documentation on GitHub Pages at https://bsoyka.github.io/passwd.
Generated with Sphinx.
0.4.0
Added - `PasswordGenerator` class with options for length, uppercase, lowercase, digits, and special characters
0.3.0
Added - `min_alpha`, `min_upper`, and `min_lower` options for the `PasswordRequirements` class. These require a given number of total letters, uppercase letters, and lowercase letters respectively.