Skip to content

Releases: php-http/promise

1.3.1

15 Mar 13:56
@dbu dbu
1.3.1
Compare
Choose a tag to compare
  • Made nullable parameter types explicit (PHP 8.4 compatibility)

1.3.0

04 Jan 18:57
@dbu dbu
1.3.0
Compare
Choose a tag to compare

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
@dbu dbu
1.2.1
Compare
Choose a tag to compare
  • Fixed PHPDoc for wait() and then()'s onRejected callable

1.2.0

24 Oct 09:38
@dbu dbu
1.2.0
Compare
Choose a tag to compare

Added

  • Generic annotations

1.1.0

07 Jul 09:30
@dbu dbu
1.1.0
4c4c1f9
Compare
Choose a tag to compare

Added

  • Test with PHP 7.1, 7.2, 7.3, 7.4 and 8.0

Removed

  • PHP 5 and 7.0 support

Fixed

  • Fixed PHPDoc for Promise::then

First stable release

26 Jan 13:28
Compare
Choose a tag to compare
v1.0.0

Prepares stable release, closes #10

Release candidate

12 Jan 09:23
Compare
Choose a tag to compare
Release candidate Pre-release
Pre-release

Hopefully the first and the last

Initial release

13 Dec 11:40
Compare
Choose a tag to compare

The Promise interface is extracted from the main repo. See the reasoning in this issue: php-http/httplug#86