SlackKit Versions Save

Build Slack apps, in Swift

4.8.0

2 years ago

What's Changed

Full Changelog: https://github.com/pvzig/SlackKit/compare/4.7.0...4.8.0

4.7.0

2 years ago

What's Changed

Full Changelog: https://github.com/pvzig/SlackKit/compare/4.6.1...4.7.0

4.6.1

3 years ago
  • #194: Fix non-macOS platform compilation issues when using Swift Package Manager

4.6.0

3 years ago

Added

  • Add support for users.conversations (#179)
  • Add support for conversations.members and conversations.history (#186)
  • Add pagination for users.list(#182)
  • Support specifying thread_ts when uploading files (#184)

Changed

  • Updated to use .xcframework dependencies to support Xcode 11.4+
  • Update Swift version to 5.2.4
  • Update Starscream to 4.0.4
  • Update swifter to 1.5.0

Fixed

  • Fix event type name of email_domain_changed (#181)
  • Fix parameter errors in sendMessage, sendEphemeral, and fileInfo (#178)

4.5.1

4 years ago
  • Update for Xcode 11.3 and Swift 5.1.3

4.5.0

4 years ago

Update for Swift 5.1 and Xcode 11 (#168)

  • Rebuild dependencies with 5.1

  • Import FoundationNetworking if found

4.4.0

4 years ago
  • Add support for blocks
  • Add users.lookupByEmail endpoint

4.3.1

5 years ago
  • SPM dependency fix

4.3.0

5 years ago
  • Xcode 10.2 and Swift 5

4.2.2

5 years ago

New

Fixed