Skip to content

Releases: krakphp/fn

Version 1.4.0

07 Dec 16:47
Compare
Choose a tag to compare
  • Added arrayWrap

Version 1.3.0

07 Dec 16:30
Compare
Choose a tag to compare
  • Added tap and throwIf

Version 1.2.0

18 Feb 22:46
140424a
Compare
Choose a tag to compare
  • Added pick and pickBy functions
  • Additional tests/documentation

Version 1.1.0

05 Aug 04:50
Compare
Choose a tag to compare
  • Added new product fn
  • Fixed edge case in flatten

Version 1.0.0

02 Aug 13:09
0def445
Compare
Choose a tag to compare
  • Renamed from Krak\Fn -> Krak\Fun to support php 7.4
  • Added new f and c namespaces
  • Updated documentation
  • More tests

Version 0.1.30

21 Feb 00:41
Compare
Choose a tag to compare

Adding chunkBy method with maxSize parameter, aliased groupBy to chunkBy.

Verison 0.1.29

19 Feb 14:05
Compare
Choose a tag to compare

Fixed arrayReindex return typehints.

Version 0.1.28

01 Feb 16:23
Compare
Choose a tag to compare

compose/pipe allow empty initial argument.

Version 0.1.27

21 Jan 19:47
Compare
Choose a tag to compare

Added groupBy function

Version 0.1.26

28 Dec 08:47
Compare
Choose a tag to compare

Adding isNull