Skip to content

Releases: arokettu/monsterid

4.1.1

09 Oct 21:19

Choose a tag to compare

  • Fixed PHP 8.5 deprecations

4.1.0

03 Apr 13:39

Choose a tag to compare

  • Removed hard dependency on php-http/discovery
  • Added setResponseFactory and setStreamFactory to Config

4.0.0

03 Jan 01:09

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

Choose a tag to compare

  • Added RNG compatible with the original implementation (DefaultV0Factory)

2.4.0

07 Sep 17:59

Choose a tag to compare

  • Added RNG compatible with the original implementation (DefaultV0Factory)

3.0.0

27 Dec 21:22

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

Choose a tag to compare

  • Fix crash in the autoloader

2.3.0

27 Dec 21:22

Choose a tag to compare

  • Introduce future compatibility by supporting Arokettu\MonsterID namespace

1.4.0

27 Dec 21:22

Choose a tag to compare

  • Introduce future compatibility by supporting Arokettu\MonsterID namespace

2.2.0

26 Nov 02:15

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