Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

36 lines (23 loc) · 1.29 KB

Changelog

1.0.3 (2022-03-06)

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

1.0.2 (2018-04-30)

1.0.1 (2018-04-06)

  • [FIX] Handle fwrite() error conditions indicated by 0 return value (#6)

1.0.0 (2017-10-18)

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, the event loop has been stable for a long time. The v1 roadmap for react/event-loop will likely introduce some BC breaks, however this should not prevent future recoil/react versions from adhering to recoil/api v1.

1.0.0-alpha.2 (2017-01-10)

  • [NEW] Add select() API operation

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

  • Initial release