Releases: kynx/api-key-generator
Releases · kynx/api-key-generator
2.2.1
2.2.0
2.1.0
2.0.0 release
What's Changed
- Switch to using preg_match by @kynx in #4
- Add BC generator and key in prep for 2.x by @kynx in #5
- Increase default and minimum secret length by @kynx in #6
BC Breaks
The default secret length has changed from 16 to 32 characters, and we have removed the _
separating the identifier and secret in the key. This means keys generated in 1.x will not parse unless you change your code. See Upgrading for details.
Full Changelog: 1.1.0...2.0.0
1.1.0
Initial release
Initial commits + continuous integration + documentation