summaryrefslogtreecommitdiff
path: root/vendor/php-http/promise/CHANGELOG.md
blob: 479deb8a796f7292304d3142ca1203a8865a3141 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Change Log

## 1.1.0 - 2020-07-07

### 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`

## 1.0.0 - 2016-01-26

### Removed

- PSR-7 dependency


## 1.0.0-RC1 - 2016-01-12

### Added

- Tests for full coverage

## Changed

- Updated package files
- Clarified wait method behavior
- Contributing guide moved to the documentation


## 0.1.1 - 2015-12-24

## Added

- Fulfilled and Rejected promise implementations


## 0.1.0 - 2015-12-13

## Added

- Promise interface