Skip to content

Releases: CreativeCrafts/laravel-secure-random-number-generator

1.1.0

04 Mar 15:38
bffe0ab
Compare
Choose a tag to compare

1.1.0 - 2025-03-03

  • Added support for Laravel 12
  • Added these new methods:
    • generateBatch
    • generateFormatted
    • generateWithPattern
    • uniqueIn
    • generateBatchFormatted
    • generateBatchWithPattern
    • min
    • max
  • Added new trait

1.0.0

17 Mar 06:24
34bef78
Compare
Choose a tag to compare
  • Added support for Laravel 11

0.0.6

20 Jun 08:29
Compare
Choose a tag to compare
  • added declare strict types using pint

0.0.5

20 Jun 08:07
Compare
Choose a tag to compare

-added a feature to generate a random unique number for a model with a default value set in the configuration file

0.0.4

20 Jun 07:27
Compare
Choose a tag to compare
  • updated composer packages

0.0.3

20 Jun 07:19
Compare
Choose a tag to compare
  • added command to publish the configuration file in the README file

0.0.2

20 Jun 07:10
Compare
Choose a tag to compare
  • add configuration file and split the functionality into modules