Skip to content

Releases: jolicode/slack-php-api

Release v2.1.0

03 Oct 11:34
e5f1998
Compare
Choose a tag to compare
  • Generate PSR-18 client instead of HttPlug client

Release v2.0.0

16 Sep 11:52
27e8e78
Compare
Choose a tag to compare

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

23 Apr 14:00
Compare
Choose a tag to compare
  • 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

21 Mar 14:11
6a07096
Compare
Choose a tag to compare
  • Specification override Fix Message attachment data

Release v1.1.2

21 Mar 11:59
Compare
Choose a tag to compare
  • Specification override Fix Timestamp type in Chat Update endpoint #13

Release v1.1.1

10 Mar 21:58
754ccd9
Compare
Choose a tag to compare
  • Add support for HTTPlug 2

Release v1.1.0

21 Feb 21:16
1399dd0
Compare
Choose a tag to compare
  • Add support for Slack Blocks in chat.postMessage and better patch support for specification

Release v1.0.0

15 Nov 20:39
c212c91
Compare
Choose a tag to compare
  • Initial release