Releases: Innmind/Immutable
Releases · Innmind/Immutable
4.8.0
Added
Innmind\Immutable\Sequence::safeguard
Innmind\Immutable\Set::safeguard
Fixed
Innmind\Immutable\Set::remove()
no longer unwraps deferred and lazy Set
s
- Fix calling unnecessary methods for some
Set
operations
4.7.1
Fixed
- Fixed
Sequence::lazyStartingWith()
return type declaration
4.7.0
Added
Innmind\Immutable\Sequence::lazyStartingWith()
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
4.5.0
Added
Innmind\Immutable\Sequence::zip()
4.4.0
Added
Innmind\Immutable\Maybe::either()
4.3.0
Added
Innmind\Immutable\Either::maybe()