Skip to content

Releases: hidehalo/nanoid-php

Version 1.1.13

18 Apr 07:38
3fc7c94
Compare
Choose a tag to compare

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

30 Dec 07:30
3229400
Compare
Choose a tag to compare
fix: Normal mode now generate random id correctly (#25)

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

Version 1.1.11

29 Dec 18:15
a1890e0
Compare
Choose a tag to compare
Revert "fix: Implicit numeric conversion when generating id in normal…

Version 1.1.10

29 Dec 07:09
1b67ae4
Compare
Choose a tag to compare
fix: Implicit numeric conversion when generating id in normal mode (#21)

Fixes hidehalo/nanoid-php#20

Version 1.1.9

22 Dec 09:20
f47d284
Compare
Choose a tag to compare

Fixed:

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

Version 1.1.8

14 Jul 07:41
14187ab
Compare
Choose a tag to compare
Merge pull request #12 from hidehalo/issue-10

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

Version 1.1.6-rc

21 Nov 16:15
64d81dc
Compare
Choose a tag to compare
Merge pull request #7 from iGusev/patch-1

Fixed missed semicolon

Version 1.1.6

25 Sep 07:36
2a30679
Compare
Choose a tag to compare

Gabriel Sosa (2):

replace tilde with hyphen
update README.md

Version 1.1.5

11 Sep 06:25
3f4f439
Compare
Choose a tag to compare

Andrew Minion (3):

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

Version 1.1.4

03 Oct 03:00
Compare
Choose a tag to compare
Update: speed up Client::normalRandom() method