Releases: darkv/php-password-generator
Releases · darkv/php-password-generator
v2.0.4
What's Changed
- Add option to append to existing cache file by @maxxer in #5
- Add option to limit the number of items in wordlist by @maxxer in #5
New Contributors
Full Changelog: 2.0.3...2.0.4
v2.0.3
- add support to control HTTP redirects when retrieving data from URL (thanks @basteyy)
- improvements to error logging
- added some documentation
v2.0.2
• don't raise error if no permission to write cache file (thanks @boryn)
• add optional flag to force suppressed error messages output
v2.0.1
• cached instances can be pointed to custom word files (thanks @wessel-techtribe-nl)
• add missing license entry for composer
v2.0.0
• minimum PHP version now is 7.4
• added PSR-4 support (thanks @basteyy)
v1.0.1
generate()
throws exception for missing wordlist instead of silently returning null value
generate()
accepts custom password pattern