Skip to content

Latest commit

 

History

History
32 lines (18 loc) · 667 Bytes

CHANGELOG.md

File metadata and controls

32 lines (18 loc) · 667 Bytes

Changelog

1.0.2 (2020-12-22)

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

1.0.1 (2017-12-13)

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

1.0.0 (2017-10-18)

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 (2017-01-09)

  • [NEW] Add select() operation

1.0.0-alpha.1 (2016-12-14)

  • Minor documentation improvements

0.1.1 (2016-12-13)

  • [IMPROVED] Document behaviour of callables when yielded from a coroutine

0.1.0 (2016-08-22)

  • Initial release