New
2.0
What's Changed
- test: add PHP 8.2 & 8.3 to CI by @jdecool in https://github.com/hidehalo/nanoid-php/pull/29
- Fix deprecation warnings thrown when used with PHP 8.4, drop support for PHP older than 7.1 by @acelaya in https://github.com/hidehalo/nanoid-php/pull/32
New Contributors
- @jdecool made their first contribution in https://github.com/hidehalo/nanoid-php/pull/29
- @acelaya made their first contribution in https://github.com/hidehalo/nanoid-php/pull/32
Full Changelog: https://github.com/hidehalo/nanoid-php/compare/1.1.13...2.0
Notes
Branch 2.x no longer supports php versions prior to 7.1 (maybe we can upgrade to a higher version to use the new features in the future, e.g. named parameters, type systems).
For previously released php versions, we should maintain it on branch 1.x (if the community wants it xD)