TRON v2.0.0-beta.3 Release Notes

    • ๐Ÿ“œ Parseable protocol was rewritten to directly inherit from Alamofire.DataResponseSerializerProtocol. It allows us to have two generic typealiases - SerializedObject from Alamofire and added to it SerializedError from TRON.
    • ๐Ÿ›  Fixed issue, that could cause completion handlers to be called on background thread.
    • ๐Ÿ‘‰ Use SwiftyJSON instead of forked SwiftyJSON3
    • parameters property on BaseRequest now contains [String:Any] instead of [String:AnyObject]
    • ๐Ÿšš processingQueue property on APIRequest was removed.