Releases: mattdonnelly/Swifter
Releases · mattdonnelly/Swifter
1.2.2
- Update to Beta 3 collection syntax
1.2.1
- Removed Objective-C dependency
- Improved iOS demo (thanks @thinkclay!)
- Updated project structure
1.2
- Added class for representing JSON returned from request, allowing easier accessing of elements
- Updated request success handlers to return JSON objects
1.1.1
- Fixed authorisation issue for requests with parameters including an array
1.1
- Added App Only Authentication option
- Replaced generic success handlers for requests with specific ones for each request type
- Added stall warning block to streaming request functions
- Fixed some broken requests
- Cleaned up various parts of the code
1.0
First Version