Releases: saltedge/saltedge-ios
4.0.0
3.2.4
This release migrates the dispatch_async(dispatch_get_main_queue(), ^{})
calls from SERequestHandler
to SEAPIRequestManager
, since serializing JSON into respective objects was happening on the main queue and that was causing issues.
Now, the serializing happens before the request's completion is called, and then the completion with serialized objects is dispatched to the main queue.
3.2.3
This release removes documentation and usage for from_made_on
and to_made_on
parameters available in the Transactions List endpoint.
3.2.1
3.2.0
3.1.3
3.1.2
This release contains of a single patch for proper SELogin
serialization from the refresh endpoint response.
3.1.1
3.1.0
3.0.0
This release adds support for Spectre API v3. 🎆
For more information, please read the v3 announcement on the Salt Edge blog or explore the v3 changelog or read the v3 upgrade guide.