|
| 1 | +## March 17th, 2021 - 2.7.0 |
| 2 | + |
| 3 | +- Add Ruby 3.x support |
| 4 | +- Update CI to run all tests for all versions |
| 5 | + |
1 | 6 | ## March 9th, 2021 - 2.6.0 |
| 7 | + |
2 | 8 | - Add get_rate_limits endpoint |
3 | 9 |
|
4 | 10 | ## February 3rd, 2021 - 2.5.0 |
| 11 | + |
5 | 12 | - Add channel partial update |
6 | 13 | - Increase convenience in query members |
7 | 14 | - Improve internal symbol conversions |
8 | 15 |
|
9 | 16 | ## January 20th, 2021 - 2.4.0 |
| 17 | + |
10 | 18 | - Add query_members to channel |
11 | 19 | - Use post endpoint for query channels instead of get |
12 | 20 | - Extract common code for sorting into a helper for query calls |
13 | 21 |
|
14 | 22 | ## January 5th, 2021 - 2.3.0 |
| 23 | + |
15 | 24 | - Add check SQS helper |
16 | 25 |
|
17 | 26 | ## January 4th, 2021 - 2.2.0 |
| 27 | + |
18 | 28 | - Add support for export channels |
19 | 29 | - Improve readme for blocklist and export channels |
20 | 30 | - Improve running tests for multiple versions of ruby |
21 | 31 | - Fix issues from the latest version of rubocop |
22 | 32 | - Move to GitHub Actions |
23 | 33 |
|
24 | 34 | ## October 5th, 2020 - 2.1.0 |
| 35 | + |
25 | 36 | - Add support for blocklist |
26 | 37 |
|
27 | 38 | ## October 2nd, 2020 - 2.0.0 |
| 39 | + |
28 | 40 | - Drop EOL Ruby versions: 2.3 && 2.4 |
29 | 41 | - Setup Rubocop and mark string literals as frozen |
30 | 42 |
|
31 | 43 | ## August 3rd, 2020 - 1.1.3 |
| 44 | + |
32 | 45 | - Fixed Argument Error on delete_user |
33 | 46 |
|
34 | 47 | ## April 23th, 2020 - 1.1.2 |
| 48 | + |
35 | 49 | - Fixed ArgumentError when no users was passed |
36 | 50 |
|
37 | 51 | ## March 30th, 2020 - 1.1.1 |
| 52 | + |
38 | 53 | - Fixed few minor issues |
39 | 54 |
|
40 | 55 | ## Oct 27th, 2019 - 1.1.0 |
| 56 | + |
41 | 57 | - Mark gems use for testing as development dependencies |
42 | 58 | - Added `send_file`, `send_image`, `delete_file`, `delete_image` |
43 | 59 | - Added `invite_members` |
44 | 60 |
|
45 | 61 | ## Oct 19th, 2019 - 1.0.0 |
| 62 | + |
46 | 63 | - Added `channel.hide` and `channel.show` |
47 | 64 | - Added `client.flag_message` and `client.unflag_message` |
48 | 65 | - Added `client.flag_user` and `client.unflag_user` |
|
0 commit comments