Skip to content

Releases: valorin/random

v1.0.1

18 Mar 01:00
32cd34f
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.0...v1.0.1

v1.0

12 Mar 10:09
Compare
Choose a tag to compare

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

v0.6

07 Mar 04:16
9059ec0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5...v0.6

v0.5

12 Mar 21:06
Compare
Choose a tag to compare
  • Bumped Laravel support to v11 - note, it's only for require-dev.

Full Changelog: v0.4...v0.5

v0.4

15 Jan 02:35
71aae8e
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3...v0.4

v0.3

03 Jan 23:58
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.2...v0.3

v0.2

31 Dec 01:29
Compare
Choose a tag to compare

What's Changed

  • Added Random::dashed() helper for dashed token strings.
  • Fix unexpected use* methods input by @faissaloux in #2

New Contributors

Full Changelog: v0.1...v0.2

v0.1 - Initial Release!

30 Dec 13:48
4ec57e3
Compare
Choose a tag to compare

Random finally has all the core features I wanted to include for the initial release, so I'm clicking the button and making it live!

This is definitely an early version, so method names and parameters may change as it starts being used and issues are identified.

Full Changelog: https://github.com/valorin/random/commits/v0.1