Swifter Twitter v2.0 Release Notes

Release Date: 2016-09-09 // over 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