Releases: Innmind/Immutable
Releases · Innmind/Immutable
4.11.0
4.10.0
Added
Innmind\Immutable\Str::maybe()
Innmind\Immutable\Maybe::defer()
Innmind\Immutable\Either::defer()
Changed
->get()
,->first()
,->last()
,->indexOf()
and->find()
calls on a deferred or lazyInnmind\Immutable\Sequence
will now return a deferredInnmind\Immutable\Maybe
Fixed
Innmind\Immutable\Sequence::last()
returnedInnmind\Immutable\Maybe::nothing()
when the last value wasnull
, now it returnsInnmind\Immutable\Maybe::just(null)
4.9.0
4.8.0
4.7.1
4.7.0
4.6.0
Added
Innmind\Immutable\Map::exclude()
Innmind\Immutable\Maybe::exclude()
Innmind\Immutable\Maybe::keep()
Innmind\Immutable\Sequence::exclude()
Innmind\Immutable\Sequence::keep()
Innmind\Immutable\Set::exclude()
Innmind\Immutable\Set::keep()
Innmind\Immutable\Predicate
Innmind\Immutable\Predicate\Instance