Skip to content

Releases: widmogrod/php-functional

6.0.1

25 Mar 13:17
e479913
Compare
Choose a tag to compare
Merge pull request #110 from Deluxo/fix/return-declarations

fix: list & iterator return declarations

6.0.0

22 Oct 15:39
a1a4edc
Compare
Choose a tag to compare

You can use php-functional with PHP8

Breaking change match function was renamed to matchExpression

5.0.1

20 Jun 16:51
34ed870
Compare
Choose a tag to compare
Merge pull request #104 from ilario-pierbattista/ilario-pierbattista-…

…liftm2-not-working-with-io

liftM2 is not working with IO monads

5.0.0

18 Feb 18:09
60439c6
Compare
Choose a tag to compare

4.2.0

02 Jan 17:09
b5cf38a
Compare
Choose a tag to compare
  • Haskell-ish like do notation in PHP #77
  • Remove sequence_ sequence
  • Reimplement sequenceM
  • Readme updates

4.1.0

30 Dec 22:42
5b79110
Compare
Choose a tag to compare

Fix tail usage on native array

28 Dec 23:35
ed2167f
Compare
Choose a tag to compare

4.0.0

21 Dec 22:06
9753670
Compare
Choose a tag to compare
  • 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`

17 Dec 15:58
08a34ad
Compare
Choose a tag to compare

PHP7 as a minimum requirement

12 Dec 23:19
20bfef6
Compare
Choose a tag to compare
Merge pull request #66 from widmogrod/feature/php-7-minimum

update composer.json and require php >= 7.1