Skip to content

Releases: hidehalo/nanoid-php

2.0

Choose a tag to compare

@hidehalo hidehalo released this 04 Nov 03:22
3aa4f87

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

Choose a tag to compare

@hidehalo hidehalo released this 18 Apr 07:38
3fc7c94

Change Logs

Add

Non-issue, CODE FORMATTING: Make consistent & improve readability (#27)

Update

test: use github action replace to travis CI (#22)

Version 1.1.12

Choose a tag to compare

@hidehalo hidehalo released this 30 Dec 07:30
3229400
fix: Normal mode now generate random id correctly (#25)

Co-authored-by: __hidehalo <tianchen_cc@yeah.net>

Version 1.1.11

Choose a tag to compare

@hidehalo hidehalo released this 29 Dec 18:15
a1890e0
Revert "fix: Implicit numeric conversion when generating id in normal…

Version 1.1.10

Choose a tag to compare

@hidehalo hidehalo released this 29 Dec 07:09
1b67ae4
fix: Implicit numeric conversion when generating id in normal mode (#21)

Fixes hidehalo/nanoid-php#20

Version 1.1.9

Choose a tag to compare

@hidehalo hidehalo released this 22 Dec 09:20
f47d284

Fixed:

  • fix typo of Client.php
  • fix README.md
  • fix deprecation notice re. implicit numeric conversion under PHP 8.1

Version 1.1.8

Choose a tag to compare

@hidehalo hidehalo released this 14 Jul 07:41
14187ab
Merge pull request #12 from hidehalo/issue-10

update: exclude extra files when run composer with prefer-dist

Version 1.1.6-rc

Choose a tag to compare

@hidehalo hidehalo released this 21 Nov 16:15
64d81dc
Merge pull request #7 from iGusev/patch-1

Fixed missed semicolon

Version 1.1.6

Choose a tag to compare

@hidehalo hidehalo released this 25 Sep 07:36
2a30679

Gabriel Sosa (2):

replace tilde with hyphen
update README.md

Version 1.1.5

Choose a tag to compare

@hidehalo hidehalo released this 11 Sep 06:25
3f4f439

Andrew Minion (3):

  • Update method name, keep old for compatibility
  • Fix code style
  • Add unit test for backwards-compatible method