Munus Versions Save

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

0.10.0

1 month ago

What's Changed

Full Changelog: https://github.com/munusphp/munus/compare/0.9.0...0.10.0

0.9.0

1 month ago

What's Changed

Full Changelog: https://github.com/munusphp/munus/compare/0.8.0...0.9.0

0.8.0

1 month ago

What's Changed

Full Changelog: https://github.com/munusphp/munus/compare/0.7.0...0.8.0

0.7.0

1 month ago

What's Changed

Full Changelog: https://github.com/munusphp/munus/compare/0.6.0...0.7.0

0.6.0

4 months ago

What's Changed

Full Changelog: https://github.com/munusphp/munus/compare/0.5.0...0.6.0

0.5.0

7 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/munusphp/munus/compare/0.4.0...0.5.0

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