Releases: mattdonnelly/Swifter
Releases · mattdonnelly/Swifter
Support ASWebAuthenticationSession and more.
2.4.0
v2.2.2
Bug Fixes for SwifterMac
- Fixed some compile issues that was happening with Swifter for Mac
Direct Message API updates, cleanups, and more.
- 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
Fixed CocoaPods
Fixed current release's CocoaPods setup errors (#179)
Swift Package Manager
Add support for Swift Package Manager and CocoaPods
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