Skip to content

Tags: visonwang/functional-php

Tags

1.2.4

Toggle 1.2.4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Preserve indexes in Functional\zip()

1.2.3

Toggle 1.2.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Remove callable typehint from compose() (lstrojny#98)

This is due to lack of support in HHVM.

See facebook/hhvm#6954

1.2.1

Toggle 1.2.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
lstrojny#95: deprecate invocation of (lstrojny#96)

1.2.0

Toggle 1.2.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Adding capture()

1.0.0

Toggle 1.0.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Merge pull request lstrojny#62 from lstrojny/features/poll-retry

First version of F\retry() and F\poll()

1.0.0-alpha5

Toggle 1.0.0-alpha5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.

1.0.0-alpha4

Toggle 1.0.0-alpha4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Allow resetting F\memoize() by passing null as a callback

1.0.0-alpha3

Toggle 1.0.0-alpha3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Adding debug flag for phpunit

1.0.0-alpha2

Toggle 1.0.0-alpha2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fixing F\flatten() for objects

1.0.0-alpha1

Toggle 1.0.0-alpha1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fixing signature