Releases: Level-2/Dice
Releases · Level-2/Dice
4.0.4
PHP 8 support
- Removes call to deprecated
ReflectionType::getClass()
- Supports nullable types
4.0.2
4.0.1
4.0. release
This release implements immutability, Dice no longer acts in a mutable manner which makes it more predictable when being passed around an application.
3.0 Released
See readme for breakdown of changes
2.0.4 bugfix release
- Better PHP7 support
- Fixes bug #134 - uses default value if no concrete class is available for hinted interface
3.0 Development release
This is a development release of 3.0. It is not backwards compatible. Please see README.md for a list of changes.
2.0.3 - Minor bugfixes
Renamed file to match class name
2.0.2 For PHP 5.4 - PHP 5.5
Fixed a bug where the autoloader was being triggered with lowercase class names