Skip to content

Releases: recoilphp/api

Version 1.0.2

22 Dec 00:49
Compare
Choose a tag to compare
  • Add support for PHP 8
  • Drop support for PHP 7.0, 7.1 and 7.2

Version 1.0.1

13 Dec 04:00
1.0.1
0e998e5
Compare
Choose a tag to compare
  • [IMPROVED] Clarified behaviour of all(), any(), some() and first() when no coroutines are provided

Version 1.0.0

17 Oct 21:35
Compare
Choose a tag to compare

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.

Version 1.0.0-alpha.2

09 Jan 04:10
Compare
Choose a tag to compare
Version 1.0.0-alpha.2 Pre-release
Pre-release
  • [NEW] Add select() operation

Version 1.0.0-alpha.1

13 Dec 23:08
Compare
Choose a tag to compare
Version 1.0.0-alpha.1 Pre-release
Pre-release
  • Minor documentation edits

Version 0.1.1

13 Dec 03:43
Compare
Choose a tag to compare
Version 0.1.1 Pre-release
Pre-release
  • Document behaviour of callables when yielded from a coroutine

Version 0.1.0

22 Aug 04:10
Compare
Choose a tag to compare
Version 0.1.0 Pre-release
Pre-release
  • Initial release