All Versions
11
Latest Version
Avg Release Cycle
178 days
Latest Release
1448 days ago

Changelog History
Page 1

  • v2.4.0

    May 10, 2020
  • v2.3.0

    April 11, 2019
  • v2.2.2 Changes

    September 22, 2018
    • ๐Ÿ‘ Xcode 10 + Swift 4.2 Support
    • ๐Ÿš€ Increase minimum deployment target to iOS 10.0 now
  • v2.2.1 Changes

    June 27, 2018
    • ๐Ÿ›  Fixed some compile issues that was happening with Swifter for Mac
  • v2.2 Changes

    June 23, 2018
    • 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
  • v2.1.0 Changes

    October 01, 2017
    • โž• 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)
  • v2.0.2 Changes

    January 31, 2017

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

  • v2.0.1 Changes

    December 31, 2016

    โž• Add support for Swift Package Manager and CocoaPods

  • v2.0 Changes

    September 09, 2016

    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

  • v1.7 Changes

    February 24, 2016
    • Revamped codebase;
    • โž• Added multiple functionalities;
    • Made Swifter iOS 9+ proof.
    • โšก๏ธ Swift 2.1 Updated (and Swift 2.2 Proof)