Skip to content

Releases: mattdonnelly/Swifter

Support ASWebAuthenticationSession and more.

23 Dec 08:59
50682eb
Compare
Choose a tag to compare

2.4.0

10 May 06:25
Compare
Choose a tag to compare
Update Podspec for version increase

v2.2.2

22 Sep 07:51
Compare
Choose a tag to compare
  • Xcode 10 + Swift 4.2 Support
  • Increase minimum deployment target to iOS 10.0 now

Bug Fixes for SwifterMac

27 Jun 15:32
Compare
Choose a tag to compare
  • Fixed some compile issues that was happening with Swifter for Mac

Direct Message API updates, cleanups, and more.

23 Jun 01:47
f13f71e
Compare
Choose a tag to compare
  • Cleaned up the codebase
  • Added missing parameters for some endpoints
  • Removed unnecessary parameters for other endpoints
  • Replaced the Direct Message API with the new Direct Message Events API
  • Added note about deprecation of Streaming API
  • Updated the Demo app's token to allow the demo app to be functional again

Swift 4 & Bug Fixes

01 Oct 17:29
Compare
Choose a tag to compare
  • Added Swift 4 Support
  • Added count parameter to getListMemberships (#202)
  • Added Linux as a target (#187)
  • Fixed leak in HTTPRequest (#189)
  • Fixed typos (#194, #200)

Fixed CocoaPods

31 Jan 16:06
Compare
Choose a tag to compare

Fixed current release's CocoaPods setup errors (#179)

Swift Package Manager

31 Dec 05:53
Compare
Choose a tag to compare

Add support for Swift Package Manager and CocoaPods

2.0

09 Sep 04:51
Compare
Choose a tag to compare
2.0

Here's an overview of the changes:

  • Migrated to Swift 3
  • New naming convention matching the guidelines for Swift 3
  • Refactored JSON, Swifter, Swifter.HTTPRequest classes
  • Removed CommonCrypto dependency
  • Introduce ListTag, UserTag, and UsersTag for less confusing API usage with list IDs/slugs, and user id/screenNames
  • All API endpoints now return JSON object, rather than Array<JSON>, or Dictionary<String, JSON>
  • A lot of bug fixes

Anyone using Swifter 1.x will be required to update their projects to use Swifter 2.0, as many methods have now been updated with new arguments, and new method names. Please refer to the README for newly introduced ListTag and UserTag

1.7

24 Feb 22:53
Compare
Choose a tag to compare
1.7
  • Revamped codebase;
  • Added multiple functionalities;
  • Made Swifter iOS 9+ proof.
  • Swift 2.1 Updated (and Swift 2.2 Proof)