Skip to content

Releases: darkv/php-password-generator

v2.0.4

11 May 07:06
Compare
Choose a tag to compare

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

  • @maxxer made their first contribution in #5

Full Changelog: 2.0.3...2.0.4

v2.0.3

20 Oct 12:02
Compare
Choose a tag to compare
  • add support to control HTTP redirects when retrieving data from URL (thanks @basteyy)
  • improvements to error logging
  • added some documentation

v2.0.2

13 Mar 17:43
Compare
Choose a tag to compare

• 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

23 May 07:15
Compare
Choose a tag to compare

• cached instances can be pointed to custom word files (thanks @wessel-techtribe-nl)
• add missing license entry for composer

v2.0.0

10 Feb 19:25
Compare
Choose a tag to compare

• minimum PHP version now is 7.4
• added PSR-4 support (thanks @basteyy)

v1.0.1

29 Nov 09:57
Compare
Choose a tag to compare
  • generate() throws exception for missing wordlist instead of silently returning null value
  • generate() accepts custom password pattern

v1.0.0

14 Nov 09:50
Compare
Choose a tag to compare
initial commit