Releases: Dhii/collections-interface
Releases · Dhii/collections-interface
0.4.0-alpha2
Fixed
- Wrong return typehint for
MapFactoryInterface
andWritableMapFactoryInterface
(#32).
v0.4.0-alpha1
0.3.0
0.3.0-alpha4
0.3.0-alpha3
Changed
- Supports PHP 8, and newer tools.
- Upgraded outdated configuration.
0.3.0-alpha2
Added
ClearableContainerInterface
.
0.3.0-alpha1
Removed
- Support for PHP 5.x.
- Obsolete dependencies, scripts and other info.
AddCapableInterface
,SetCapableInterface
, and their descendants.
Changed
MapFactoryInterface
now extends a new interface, leading to signature change.
Added
- Docker configuration.
ContainerFactoryInterface
.SetFactoryInterface
.HasCapableInteface
for ISP.ContainerCapableInterface
as a bridge betweenHasCapableInterface
and PSR-11.WritableMapInterface
andWritableSetInterface
.MutableContainerInterface
.MutableContainerInterface#unset()
can now throwNotFoundExceptionInterface
when unsetting non-existing key.
0.2
Stable release.
0.2-alpha5
Added
MapFactoryInterface
.
0.2-alpha4
Fixed
- Problem #15, where
AddCapableInterface#$add()
didn't accept the item.