Skip to content
This repository has been archived by the owner on Dec 2, 2022. It is now read-only.

Releases: pvzig/SlackKit

4.2.1

20 Feb 04:28
Compare
Choose a tag to compare
  • Fix podspec

4.2.0

11 Feb 19:47
Compare
Choose a tag to compare
  • Dependency manager updates

4.1.0

19 Feb 04:08
Compare
Choose a tag to compare
  • Update to Swift 4
  • Multiple workspace support

4.0.1

14 Jul 20:52
Compare
Choose a tag to compare
  • Keep Package.swift up to date by using majorVersion: 4

4.0.0

04 Jun 02:20
Compare
Choose a tag to compare

4.0.0

Universal

SlackKit is now universal! This release supports linux, macOS, iOS, and tvOS in a unified codebase.

Modular

SlackKit is now modular! It has been split into a few components so that you only need to pull in exactly what you need. You can see them on the organization page.

Extensible

SlackKit is now Extensible! Don't like the defaults? Bring your preferred web socket client or server along by conforming to SlackKitServer and RTMWebSocket. Write your own client implementation with SKClient.

3.1.12

09 Apr 21:16
Compare
Choose a tag to compare
  • Swift 3.1 update

3.1.11

19 Mar 23:12
Compare
Choose a tag to compare
  • NetworkingInterface compilation fixes
  • Dependency fixes

3.1.10

18 Mar 15:16
Compare
Choose a tag to compare
  • Fix dependencies

3.1.9

25 Jan 17:33
Compare
Choose a tag to compare
  • Fix podspec
  • Attachment bug fixes
  • Pass scope for oauthURLRequest

3.1.8

17 Jan 02:38
Compare
Choose a tag to compare
  • Unsupported RTM events are no longer logged as errors.
  • Improved project structure when using SPM.