Skip to content

Releases: moddengine/Dice

Fix Scalar Unions

25 Oct 00:11
4838b92
Compare
Choose a tag to compare
  • Fixed a regression from the v4.1.5 scalar union patch merged from upstream Dice.

Scalar Union Support

04 Oct 23:12
d6f16f4
Compare
Choose a tag to compare

Constructor params that have a union type are supported, however only for scalar types at this stage.

Fixes from upstream

03 Oct 02:46
9b54e76
Compare
Choose a tag to compare

Fixes the following:

  • Support nullable class type hints
  • Stop some parameters getting counted twice - Level-2#195
  • Fix issue where 'shareInstances' resolve but fail to propagate - Level-2#201

Support for Psalm static type checking on create() method

09 Nov 03:46
08dce70
Compare
Choose a tag to compare
v4.1.3

Added psalm typehints to create function

Fixes named shared built-in instances

26 Mar 01:02
4c2c97c
Compare
Choose a tag to compare

Found and fixed a regression for for named shared build-in instances, now covered by unti tests.

Fix constructor parameter order

24 Mar 21:01
Compare
Choose a tag to compare

This update fixes constructor parameter ordering: Level-2#181

PHP 8 Support

25 Jan 05:49
Compare
Choose a tag to compare

Dice now offers basic PHP8 support, however it does not currently resolve union types.