Munus Versions Save

Power of object-oriented programming with the elegance of functional programming in PHP.

0.4.0

3 years ago

Added

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

0.3.0

3 years ago

Added

  • Support for PHP 8 (#54 thanks @snapshotpl)

0.2.2

3 years ago

Fixed

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

0.2.1

4 years ago

Added

  • Traversable: drop - opposite to take

0.2.0

4 years ago

Added

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

:warning: BC breaks

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

0.1.4

4 years ago

Added

  • Add isPresent method to Option

0.1.3

4 years ago

Removed

  • Supplier interface - non ascii char in namespace

0.1.2

4 years ago

Fixed

  • remove to specific annotations for compare method

0.1.1

4 years ago

Fixed

  • template annotations to prevent "Unable to resolve the template" error

0.1.0

4 years ago

Added

  • Value: Lazy, Either, Option, TryTo
  • Traversable: Stream, Set, Map, GenericList
  • Tuple
  • Stream collectors
  • Iterators
  • Value comparator