Releases: php-http/promise
Releases · php-http/promise
1.3.1
15 Mar 13:56
Compare
Sorry, something went wrong.
No results found
Made nullable parameter types explicit (PHP 8.4 compatibility)
1.3.0
04 Jan 18:57
Compare
Sorry, something went wrong.
No results found
Fixed
Reverted generic annotations on promise - as then returns another promise, there seems no way to properly document this.
1.2.1
08 Nov 12:57
Compare
Sorry, something went wrong.
No results found
Fixed PHPDoc for wait() and then()'s onRejected callable
1.2.0
24 Oct 09:38
Compare
Sorry, something went wrong.
No results found
1.1.0
07 Jul 09:30
Compare
Sorry, something went wrong.
No results found
Added
Test with PHP 7.1, 7.2, 7.3, 7.4 and 8.0
Removed
Fixed
Fixed PHPDoc for Promise::then
First stable release
26 Jan 13:28
Compare
Sorry, something went wrong.
No results found
v1.0.0
Prepares stable release, closes #10
Release candidate
12 Jan 09:23
Compare
Sorry, something went wrong.
No results found
Hopefully the first and the last
Initial release
13 Dec 11:40
Compare
Sorry, something went wrong.
No results found
The Promise interface is extracted from the main repo. See the reasoning in this issue: php-http/httplug#86