|
| 1 | +## 2.0.0 - 2021-05-20 |
| 2 | + |
| 3 | +- Add query message flags support |
| 4 | + |
1 | 5 | ## 2.0.0 - 2021-03-24 |
2 | 6 |
|
3 | | -* Add channel partial update |
4 | | -* Ensure query channels has filters, empty filters not supported |
5 | | -* Fix test of get rate limits endpoint |
6 | | -* Move license to BSD-3 |
7 | | -* Drop PHP 7.2 and PHP 7.4 and 8.0 support |
8 | | -* Upgrade composer to v2 |
9 | | -* Move to github actions and use phan and php-cs-fixer in CI |
| 7 | +- Add channel partial update |
| 8 | +- Ensure query channels has filters, empty filters not supported |
| 9 | +- Fix test of get rate limits endpoint |
| 10 | +- Move license to BSD-3 |
| 11 | +- Drop PHP 7.2 and PHP 7.4 and 8.0 support |
| 12 | +- Upgrade composer to v2 |
| 13 | +- Move to github actions and use phan and php-cs-fixer in CI |
10 | 14 |
|
11 | 15 | ## 1.4.0 - 2021-03-10 |
12 | 16 |
|
13 | | -* Add get rate limits endpoint support |
| 17 | +- Add get rate limits endpoint support |
14 | 18 |
|
15 | 19 | ## 1.3.0 - 2020-12-21 |
16 | 20 |
|
17 | | -* Add support for message filters in search |
18 | | -* Use post for query channels instead of get (deprecated in server) |
| 21 | +- Add support for message filters in search |
| 22 | +- Use post for query channels instead of get (deprecated in server) |
19 | 23 |
|
20 | 24 | ## 1.2.0 - 2020-12-14 |
21 | 25 |
|
22 | | -* Add channel mute support |
23 | | -* Add getCID helper to channel to concat type and id |
| 26 | +- Add channel mute support |
| 27 | +- Add getCID helper to channel to concat type and id |
24 | 28 |
|
25 | 29 | ## 1.1.10 - 2020-12-10 |
26 | 30 |
|
27 | | -* Fix location setting while creating client |
28 | | -* Fix urls in file/image upload tests |
| 31 | +- Fix location setting while creating client |
| 32 | +- Fix urls in file/image upload tests |
29 | 33 |
|
30 | 34 | ## 1.1.9 - 2020-12-09 |
31 | 35 |
|
32 | | -* Support empty filter call in queryMembers |
33 | | -* Fix user id access in member object after a fix in API |
| 36 | +- Support empty filter call in queryMembers |
| 37 | +- Fix user id access in member object after a fix in API |
34 | 38 |
|
35 | 39 | ## 1.1.8 - 2020-09-10 |
36 | 40 |
|
37 | | -* Support guzzle 7 |
| 41 | +- Support guzzle 7 |
38 | 42 |
|
39 | 43 | ## 1.1.7 - 2020-07-01 |
40 | 44 |
|
41 | | -* add queryMembers implementation |
| 45 | +- add queryMembers implementation |
42 | 46 |
|
43 | 47 | ## 1.1.6 - 2020-06-29 |
44 | 48 |
|
45 | | -* Fixed chat settings |
| 49 | +- Fixed chat settings |
46 | 50 |
|
47 | 51 | ## 1.1.5 - 2019-12-19 |
48 | 52 |
|
49 | | -* Add $clearHistory option to Channel->hide. |
| 53 | +- Add $clearHistory option to Channel->hide. |
50 | 54 |
|
51 | 55 | ## 1.1.4 - 2019-10-29 |
52 | 56 |
|
53 | | -* Check type of expiration in createToken and throw error if not a unix timestamp |
| 57 | +- Check type of expiration in createToken and throw error if not a unix timestamp |
54 | 58 |
|
55 | 59 | ## 1.1.3 - 2019-10-14 |
56 | 60 |
|
57 | | -* Allow changing `$baseURL` with STREAM_BASE_CHAT_URL environment variable |
| 61 | +- Allow changing `$baseURL` with STREAM_BASE_CHAT_URL environment variable |
0 commit comments