Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v1.0

Choose a tag to compare

@valorin valorin released this 12 Mar 10:09
· 4 commits to main since this release

What's Changed

  • Finally tagged v1.0! πŸŽ‰
  • pick() now only supports array and Collection, and $count = 1 still returns array or Collection. This is to make the behaviour more consistent, and it didn't make much sense to pick multiple random characters from a string.
  • single() replaces pickOne() and is used to pick a single item from an array, string, or Collection.
  • Added some parameter hints to make the code more readable.
  • Added PHP 8.4 into testing versions list.

Full Changelog: v0.6...v1.0