Skip to content

Releases: widmogrod/php-functional

7.0.0

18 Dec 19:56
4e4155e
Compare
Choose a tag to compare

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

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-…

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