Skip to content

Releases: amphp/react-adapter

2.1.0

04 Nov 22:20
v2.1.0

Choose a tag to compare

  • React\EventLoop\Factory is now automatically replaced with another implementation that throws on each usage to prevent two loops existing concurrently by accident.
    Set AMP_REACT_ADAPTER_DISABLE_FACTORY_OVERRIDE=1 as environment variable or constant to disable this protection.

2.0.0

06 Sep 15:31
v2.0.0

Choose a tag to compare

  • Make compatible with react/event-loop @ ^0.5 || ^1

1.1.0

17 Sep 11:51
v1.1.0

Choose a tag to compare

  • Made ReactAdapter's constructor public so it can be used without Amp's global loop.

1.0.0

15 Jun 16:50
v1.0.0

Choose a tag to compare

Initial release.