Skip to content

Releases: munusphp/munus

0.7.0

10 Apr 05:20
d41bc69

Choose a tag to compare

What's Changed

  • Implement containsAll method by @akondas in #83
  • Implement flatMap for Option and Traversable by @akondas in #84

Full Changelog: 0.6.0...0.7.0

0.6.0

08 Jan 20:44
74e66b4

Choose a tag to compare

What's Changed

  • Drop support for php 8.0 by @akondas in #80
  • Implement sorted method for traversable values by @akondas in #81

Full Changelog: 0.5.0...0.6.0

0.5.0

19 Sep 17:45
93a33ae

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.0...0.5.0

0.4.0

10 Feb 23:53
486f85c

Choose a tag to compare

Added

  • Value: toArray - cast any value to native php array (#57)

0.3.0

06 Feb 08:05
c76efef

Choose a tag to compare

Added

0.2.2

27 Jun 08:31
e9bef80

Choose a tag to compare

Fixed

  • inconsistent return type makes psalm to crash (#50) thanks to @unixslayer
  • return type and params annotations (#51, #52)

0.2.1

09 Apr 07:17
9e102fa

Choose a tag to compare

Added

  • Traversable: drop - opposite to take

0.2.0

21 Mar 09:41
420a1b6

Choose a tag to compare

Added

  • Stream: append, appendAll, prepend, prependAll
  • GenericList: appendAll, prependAll
  • CompositeIterator

⚠️ BC breaks

  • Sequence abstract for Stream and GenericList
  • methods ofAll now accepts iterable (prev array)

0.1.4

03 Mar 17:55
2a6b795

Choose a tag to compare

Added

  • Add isPresent method to Option

0.1.3

25 Feb 13:22
ce135e2

Choose a tag to compare

Removed

  • Supplier interface - non ascii char in namespace