Skip to content

Tags: recoilphp/react

Tags

1.0.3

Toggle 1.0.3's commit message

Verified

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

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

1.0.2

Toggle 1.0.2's commit message

Verified

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

- **[FIX]** Handle `fwrite()` error conditions that do not produce a PHP error (thanks [@tsufeki](https://github.com/tsufeki))
- **[IMPROVED]** Add support for [`react/event-loop`](https://github.com/reactphp/event-loop) v0.5 (thanks [@WyriHaximus](https://github.com/WyriHaximus))

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

- **[FIX]** Handle `fwrite()` error conditions indicated by `0` return value ([#6](https://github.com/recoilphp/react#6))

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/react`. There have been no changes
to the API since the `1.0.0-alpha.2` release. This package is being used in
production systems.

Please note that although this version is based on a "pre-release" tag of
[`react/event-loop`](https://github.com/reactphp/event-loop), the event loop has
been stable for a long time. The [v1 roadmap](reactphp/event-loop#101)
for `react/event-loop` will likely introduce some BC breaks, however this should
not prevent future `recoil/react` versions from adhering to
[`recoil/api`](https://github.com/recoilphp/api) v1.

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()` API 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

- Initial release