Releases: ICanBoogie/Common
Releases · ICanBoogie/Common
v2.1.0
v2.0.0
Changed
- The package requires PHP 7.1+
OffsetError
andPropertyError
are now interfaces, better use one of the other classes or implement your own.- The
$code
parameter has been removed from all exceptions.getCode()
should return 0. - Types have been updated everywhere, this might clash with your implementations of the interfaces.
v1.3.2: Merge pull request #2 from kornrunner/master
helpers: fix deprecation warning
v1.2.2.1
v1.2.2
ToArray, ToArrayRecusrive, ToArrayRecursiveTrait
Added ToArray, ToArrayRecursive interfaces and ToArrayRecusriveTrait trait.