Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: recoilphp/api

Tags

1.0.2

Toggle 1.0.2's commit message

Unverified

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

- Add support for PHP 8
- Drop support for PHP 7.0, 7.1 and 7.2

1.0.1

Toggle 1.0.1's commit message

Verified

This tag was signed with the committer’s verified signature.
jmalloc James Harris
Version 1.0.1

- **[IMPROVED]** Clarified behaviour of `all()`, `any()`, `some()` and `first()`
  when no coroutines are provided

1.0.0

Toggle 1.0.0's commit message

Unverified

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

This is the first stable release of `recoil/api`. There have been no changes to
the API since the `1.0.0-alpha.2` release.

1.0.0-alpha.2

Toggle 1.0.0-alpha.2's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Version 1.0.0-alpha.2

- **[NEW]** Add `select()` operation

1.0.0-alpha.1

Toggle 1.0.0-alpha.1's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Version 1.0.0-alpha.1

- Minor documentation edits

0.1.1

Toggle 0.1.1's commit message

Unverified

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

- Document behaviour of callables when yielded from a coroutine

0.1.0

Toggle 0.1.0's commit message

Unverified

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

- Initial release