Releases: hidehalo/nanoid-php
Releases · hidehalo/nanoid-php
2.0
What's Changed
- test: add PHP 8.2 & 8.3 to CI by @jdecool in #29
- Fix deprecation warnings thrown when used with PHP 8.4, drop support for PHP older than 7.1 by @acelaya in #32
New Contributors
Full Changelog: 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)
Version 1.1.13
Version 1.1.12
fix: Normal mode now generate random id correctly (#25) Co-authored-by: __hidehalo <[email protected]>
Version 1.1.11
Revert "fix: Implicit numeric conversion when generating id in normal…
Version 1.1.10
fix: Implicit numeric conversion when generating id in normal mode (#21) Fixes hidehalo/nanoid-php#20
Version 1.1.9
Fixed:
- fix typo of Client.php
- fix README.md
- fix deprecation notice re. implicit numeric conversion under PHP 8.1
Version 1.1.8
Merge pull request #12 from hidehalo/issue-10 update: exclude extra files when run composer with prefer-dist
Version 1.1.6-rc
Merge pull request #7 from iGusev/patch-1 Fixed missed semicolon
Version 1.1.6
Gabriel Sosa (2):
replace tilde with hyphen update README.md
Version 1.1.5
Andrew Minion (3):
- Update method name, keep old for compatibility
- Fix code style
- Add unit test for backwards-compatible method