Skip to content

Releases: Innmind/Immutable

4.8.0

11 Dec 16:57
4.8.0
8de9051
Compare
Choose a tag to compare

Added

  • Innmind\Immutable\Sequence::safeguard
  • Innmind\Immutable\Set::safeguard

Fixed

  • Innmind\Immutable\Set::remove() no longer unwraps deferred and lazy Sets
  • Fix calling unnecessary methods for some Set operations

4.7.1

26 Nov 12:44
4.7.1
30aadb0
Compare
Choose a tag to compare

Fixed

  • Fixed Sequence::lazyStartingWith() return type declaration

4.7.0

26 Nov 12:44
4.7.0
98c07fe
Compare
Choose a tag to compare

Added

  • Innmind\Immutable\Sequence::lazyStartingWith()

4.6.0

08 Oct 12:52
4.6.0
8f88454
Compare
Choose a tag to compare

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

18 Sep 09:45
4.5.0
59fe265
Compare
Choose a tag to compare

Added

  • Innmind\Immutable\Sequence::zip()

4.4.0

14 Jul 09:56
4.4.0
655bc14
Compare
Choose a tag to compare

Added

  • Innmind\Immutable\Maybe::either()

4.3.0

02 Jul 14:07
4.3.0
6b2fc4e
Compare
Choose a tag to compare

Added

  • Innmind\Immutable\Either::maybe()