Releases: sagebind/slack-client
v0.3.0
v0.2.5
v0.2.4
v0.2.3
Feature release
This release contains some new convenience methods. See the CHANGELOG for details.
Bugfix release
This release adds the ability to open DM channels with any user with ApiClient::getDMbyUserId()
and also includes a couple fixes to significant bugs. See the CHANGELOG for details.
New feature release!
This release contains a new message posting API and a couple bug fixes. See the CHANGELOG for details.
Bugfix release
This release fixes some severe bugs that prevented the client from connecting to the server properly in most cases. Most of them derps on my part.
No API changes.
First early release!
I decided to release the first version earlier so that the many future changes can be better kept track of. Note that the major version is 0: that means the API could change at any time before 1.0, so watch out! Check out the release notes for changelogs of things that have been changed before you update.
I am pleased to say that this version offers the following, non-broken features:
- Completely event-based, asynchronous API using React and Guzzle 6
- Web API access with nice object abstractions, e.g. User objects, etc.
- Working client for Slack's Real-Time Messaging API with support for all server events
- Ability to send messages to any open channel, group or DM, either with the web API or with the RTM API
Now go forth and experiment! I have high hopes for the releases to come!