SlackKit Versions Save

Build Slack apps, in Swift

4.2.1

5 years ago
  • Fix podspec

4.2.0

5 years ago
  • Dependency manager updates

4.1.0

6 years ago
  • Update to Swift 4
  • Multiple workspace support

4.0.1

6 years ago
  • Keep Package.swift up to date by using majorVersion: 4

4.0.0

6 years ago

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

7 years ago
  • Swift 3.1 update

3.1.11

7 years ago
  • NetworkingInterface compilation fixes
  • Dependency fixes

3.1.10

7 years ago
  • Fix dependencies

3.1.9

7 years ago
  • Fix podspec
  • Attachment bug fixes
  • Pass scope for oauthURLRequest

3.1.8

7 years ago
  • Unsupported RTM events are no longer logged as errors.
  • Improved project structure when using SPM.