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
, andUsersTag
for less confusing API usage with list IDs/slugs, and user id/screenNames - All API endpoints now return
JSON
object, rather thanArray<JSON>
, orDictionary<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