|
1 | 1 | # Change Log |
2 | 2 |
|
| 3 | +## [2.0.0](https://github.com/php-slack/slack/releases/tag/2.0.0) |
| 4 | + - ignore phpunit.xml & rename to phpunit.xml.dist fix #16 |
| 5 | + - exclude 'tests' & 'vendor' from calc code coverage. closes #18 |
| 6 | + - code style rules; add .editorconfig |
| 7 | + - migrate to phpunit 6.5. closes #7. & Update PhpUnit to 7.5. Closes #27 |
| 8 | + - migrate to mockery 1.0. closes #19 |
| 9 | + - drop support for php 5, 7.0 & hhvm (fixes builds) |
| 10 | + - php docblocks for tests. closes #8 |
| 11 | + - decrease Attachment::__contruct() complexity. closes #9 |
| 12 | + - rename attributes to options |
| 13 | + - decrease Client::__construct() complexity. closes #12 |
| 14 | + - Added response_type to allow for 'in_channel' vs 'emphemeral' messages in channel |
| 15 | + - Blocks support (Integrate Blocks with main `Message/Client`) by @cmbuckley: |
| 16 | + - Button element and Confirmation object |
| 17 | + - Checkboxes element and Option object |
| 18 | + - DatePicker element |
| 19 | + - Image element |
| 20 | + - Overflow element |
| 21 | + - TextInput element |
| 22 | + - RadioButtons element |
| 23 | + - Select element and OptionGroup object |
| 24 | + - MultiSelect element |
| 25 | + - Actions block |
| 26 | + - Context block |
| 27 | + - Divider block |
| 28 | + - File block |
| 29 | + - Image block |
| 30 | + - Input block |
| 31 | + - Fix php doc-blocks. Closes #39. |
| 32 | + - correct initial option check (fixes #40) |
| 33 | + - add travis notification to Slack. Closes #17. |
| 34 | + - fix class name. fix #45 |
| 35 | + - Improve test coverage for Block kit |
| 36 | + - Added callback_id to Attachment.php (#50) to allow for working with the interactivity callback api in slack |
| 37 | + - bugfix: prevent call on non-object |
| 38 | + - Update Composer and PHPUnit to PHP 8.0 (#56) |
| 39 | + - reuse `Payload` for `fillProperties()` (decrease complexity). resolves #13 |
| 40 | + - decouple `Message` from `Client`. Closes #15, fixes maknz/slack#70 |
| 41 | + |
3 | 42 | ## [1.12.0](https://github.com/php-slack/slack/releases/tag/1.12.0) |
4 | 43 | - add guzzle 7 support (by @esetnik) |
5 | 44 |
|
6 | | -## [1.10.1](https://github.com/alek13/slack/compare/1.10.1...1.11.0) |
| 45 | +## [1.11.0](https://github.com/alek13/slack/compare/1.10.1...1.11.0) |
7 | 46 | - fix `AttachmentAction::__toArray`: no default confirmation popup if no `confirm` specified (fixes #41) |
8 | 47 | - remove `5.5` & `hhvm` support, add `7.3` & `7.4` support; also remove builds for `nightly` |
9 | 48 | - change travis & scrutinizer badge urls in readme |
|
0 commit comments