All Versions
11
Latest Version
Avg Release Cycle
178 days
Latest Release
1046 days ago
Changelog History
Page 1
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.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, 2016Here'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
andUserTag
-
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)