Skip to content

Releases: arokettu/monsterid

4.0.0

03 Jan 01:09
Compare
Choose a tag to compare
  • $string parameter is mandatory
  • Added getResponse() method to build PSR-7 response object
  • Removed all custom exceptions

3.1.0

07 Sep 17:59
Compare
Choose a tag to compare
  • Added RNG compatible with the original implementation (DefaultV0Factory)

2.4.0

07 Sep 17:59
Compare
Choose a tag to compare
  • Added RNG compatible with the original implementation (DefaultV0Factory)

3.0.0

27 Dec 21:22
Compare
Choose a tag to compare
  • PHP 8.0 is now required
  • The package was renamed to arokettu/monsterid
    • In newly published package the broken 2.0.0 version was skipped
  • The namespace was changed to Arokettu\MonsterID
  • Deprecated build() method was removed
  • GD resources are now properly type hinted as classes

2.3.1

27 Dec 21:22
Compare
Choose a tag to compare
  • Fix crash in the autoloader

2.3.0

27 Dec 21:22
Compare
Choose a tag to compare
  • Introduce future compatibility by supporting Arokettu\MonsterID namespace

1.4.0

27 Dec 21:22
Compare
Choose a tag to compare
  • Introduce future compatibility by supporting Arokettu\MonsterID namespace

2.2.0

26 Nov 02:15
Compare
Choose a tag to compare
  • Custom sequence generators
    • V1 compatible-ish
    • Future compatible V3
    • Current one is designated as V2
    • Users can create a custom one, compatible with PHP ext-random

2.1.2

30 Nov 15:24
Compare
Choose a tag to compare
  • Allow symfony/contracts v3

2.1.1

25 Sep 01:55
Compare
Choose a tag to compare
  • The resource type is now properly checked before writing to it