Mattdonnelly Swifter Versions Save

[DEPRECATED] :bird: A Twitter framework for iOS & OS X written in Swift

2.5.0

3 years ago
  • Support ASWebAuthenticationSession #335 (@Kyome22)
  • Support Multipart Media Upload #317 (@Kyome22)
  • Support getting rate limit API without resources #305 (@Silent404)

2.4.0

4 years ago

2.2.2

5 years ago
  • Xcode 10 + Swift 4.2 Support
  • Increase minimum deployment target to iOS 10.0 now

2.2.1

5 years ago
  • Fixed some compile issues that was happening with Swifter for Mac

2.2

5 years ago
  • 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

2.1.0

6 years ago
  • 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)

2.0.2

7 years ago

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

2.0.1

7 years ago

Add support for Swift Package Manager and CocoaPods

2.0

7 years ago

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

8 years ago
  • Revamped codebase;
  • Added multiple functionalities;
  • Made Swifter iOS 9+ proof.
  • Swift 2.1 Updated (and Swift 2.2 Proof)