Releases: jolicode/slack-php-api
Releases · jolicode/slack-php-api
Release v2.1.0
- Generate PSR-18 client instead of HttPlug client
Release v2.0.0
What's new 🎉
- Upgrade Jane to 4.4 https://github.com/janephp/janephp/releases/tag/v4.4.0, the new generated classes have better PHPDoc
- Massive specification update from Slack, all the patches have been rewritten and the API wins a lots of changes, new objects, new API. See #45 for more details. We had big issues with polymorphic responses.
New specification means new objects
A lot of the generated code has changed and some objects have been renamed. There is also new objects for stuffs that were missing before, and the ArrayObject extends have been removed.
So there is quite a chance of breaking compatibility with this new major version
Release v1.2.0
- Specification override Fix Timestamp type in all endpoints, allow string and number because of API inconsistency
- Specification override Fix "oldest" and "latest" parameters type, allow string
- Specification override Fix "priority" type from integer to float
- Specification override Add "id", "callback_id" and "actions" mapping to attachments (in Messages)
- Specification override Map the "files" key in Message objects
- Specification override Add "blocks" to all the messages API (updates, ephemeral)
Release v1.1.3
- Specification override Fix Message attachment data
Release v1.1.2
- Specification override Fix Timestamp type in Chat Update endpoint #13
Release v1.1.1
- Add support for HTTPlug 2
Release v1.1.0
- Add support for Slack Blocks in chat.postMessage and better patch support for specification
Release v1.0.0
- Initial release