Releases: tapglue/snaasSdk-iOS
2.3.1 (2017-01-10)
2.2.3 (2016-10-10)
Fixed
- crash when request error was not related to our API
2.2.2 (2016-10-07)
Added
- iOS 8 support
Changed
- Removed Alamofire dependency
2.2.0 (2016-10-04)
Added
- Pagination for all list endpoints
Changed
- All other list endpoints have been deprecated
2.1.0 (2016-09-27)
added:
- swift 3.0 support
2.0.3 (2016-09-07)
_Added_
- retrieval of likes by a user
For more details on how to migrate please refer to the readme.
You can find out how to integrate our SDK with your existing iOS application by reading our documentation at: https://developers.tapglue.com/docs/ios
2.0.2 (2016-09-05)
_Fixed_
- Fixed callback issue causing callbacks to never be called back
- Fixed posts not including user in some cases
For more details on how to migrate please refer to the readme.
You can find out how to integrate our SDK with your existing iOS application by reading our documentation at: https://developers.tapglue.com/docs/ios
2.0.0 (2016-08-15)
Major Update SDK to 2.0.0
We have rewritten our SDK in Swift 2.2 and added a RxSwift interface. Updating from v1 will require some effort but its totally worth it!
This includes the following changes:
_Changed_
- The code is now 100% Swift
- The SDK no longer relies on a singleton instance
- Callback interfaces are still there
- RxSwift interface added for convenient FRP
- Add support for Carthage
For more details on how to migrate please refer to the readme.
You can find out how to integrate our SDK with your existing iOS application by reading our documentation at: https://developers.tapglue.com/docs/ios
1.1.8 (2016-05-24)
Updating SDK to 1.1.8
This includes the following changes:
_Added_
- Likes can be created and deleted with post ids
You can find out how to integrate our SDK with your existing iOS application by reading our documentation at: https://developers.tapglue.com/docs/ios
1.1.7 (2016-05-23)
Updating SDK to 1.1.7
This includes the following changes:
_Added_
- Added session token notifier for SIMS
- Tests now support cocoapods 1.0.0
You can find out how to integrate our SDK with your existing iOS application by reading our documentation at: https://developers.tapglue.com/docs/ios