Skip to content
This repository has been archived by the owner on Jun 4, 2018. It is now read-only.

Releases: sagebind/slack-client

v0.3.0

19 Apr 14:23
53e0c28
Compare
Choose a tag to compare

This is a final maintenance release before the project becomes unmaintained and includes a new builder for creating complex message attachments, by popular demand. As always, see the CHANGELOG for details.

v0.2.5

21 Sep 16:04
b9f4fd6
Compare
Choose a tag to compare

This release contains some bug fixes. See the CHANGELOG for details.

v0.2.4

28 May 06:27
c006254
Compare
Choose a tag to compare

This release contains some new features and bug fixes. See the CHANGELOG for details.

v0.2.3

21 Dec 22:10
Compare
Choose a tag to compare

This release contains some bug fixes. See the CHANGELOG for details.

Feature release

16 Nov 17:48
Compare
Choose a tag to compare

This release contains some new convenience methods. See the CHANGELOG for details.

Bugfix release

22 Aug 04:07
Compare
Choose a tag to compare

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!

14 Jun 02:38
Compare
Choose a tag to compare

This release contains a new message posting API and a couple bug fixes. See the CHANGELOG for details.

Bugfix release

05 Jun 18:51
Compare
Choose a tag to compare

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!

05 Jun 06:23
Compare
Choose a tag to compare

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!