Releases: recoilphp/dev
Releases · recoilphp/dev
Version 0.4.2
- [FIXED]
some()
functional tests to account for non-deterministic strand order
Version 0.4.1
- Add support for PHP 8
- Drop support for PHP 7.2 and 7.3
Version 0.4.0
- [BC] Drop support for PHP v7.1
- Update the instrumentation plugin to support Composer v2
Version 0.3.5
- [IMPROVED] Add
StreamWrapper::set_stream_option()
in preparation for PHP 7.4
Version 0.3.4
- [IMPROVED] Added functional tests for behaviour of
all()
,any()
,some()
andfirst()
when no coroutines are provided
Version 0.3.2
- [NEW] Added
fdescribe()
fcontext()
andfit()
Peridot DSL functions - [IMPROVED] Updated to
php-parser
version 3.x
Version 0.3.1
- [FIX] Fixed functional "strand tracing" kernel tests
Version 0.3.0
- [BC] Renamed
Scope::install()
toPlugIn::install()
- [BC] Remove
rit()
andxrit()
functions, the regular Peridot DSL can now be used
Version 0.2.0
- [BC] Require
recoil/api
1.0.0-alpha.2 - [NEW] Add functional tests for
select()
API operation
Version 0.1.3
- Allow
recoil/api
1.0.0-alpha.1