X Tutup
Skip to content

Tags: recoilphp/kernel

Tags

1.0.5

Toggle 1.0.5's commit message

Verified

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

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

1.0.4

Toggle 1.0.4'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.4

- **[FIXED]** Prevent "double resume" of a strand that awaits a promise that is resolved/rejected after cancellation

1.0.3

Toggle 1.0.3'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.3

- Relax version constraint for `icecave/repr` dependency

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

- Bumped dependencies for compatibility with PHP 7.4

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

- **[FIXED]** Fix `all()`, `any()`, `some()` and `first()` when called without
  providing any coroutines

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]**, **[BC]** Add `Api::select()`

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

- **[BC]** Remove public `cancel()` method from `StrandWait*` classes

0.2.1

Toggle 0.2.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.2.1

- **[FIX]** Allow callables to be yielded as dispatchable values

0.2.0

Toggle 0.2.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.2.0

- **[BC]** Added abstract method `KernelTrait::create()`
- **[NEW]** Added method `KernelTrait::start()`
X Tutup