Releases: widmogrod/php-functional
Releases · widmogrod/php-functional
7.0.0
What's Changed
- Replace Travis CI with GitHub Actions
- make PHP8.3 minimum requirement by @widmogrod in #115
Full Changelog: 6.0.2...7.0.0
6.0.1
Merge pull request #110 from Deluxo/fix/return-declarations
fix: list & iterator return declarations
6.0.0
You can use php-functional with PHP8
Breaking change match
function was renamed to matchExpression
5.0.1
Merge pull request #104 from ilario-pierbattista/ilario-pierbattista-…
4.2.0
- Haskell-ish like do notation in PHP #77
- Remove
sequence_
sequence
- Reimplement
sequenceM
- Readme updates
Fix tail usage on native array
4.0.0
- Lazy Listt is used everywhere as a default "list" implementation.
- Native
array
is now used only as a tuple
- A lot of new functions like
repeat
, cycle
, take
, drop
,...
- MonadFree now is considered stable
- A lot of new tests, and small improvements
Implement `Listt::head` and `Listt::tail`