TRON v5.0.0-rc.1 Release Notes

Release Date: 2019-09-06 // over 4 years ago
  • โž• Added

    • ๐Ÿ‘ Better debug prints for NetworkLoggerPlugin when decoding using Codable protocol.
    • ๐Ÿ”ง configure(_:) method for BaseRequest DSL to allow configuring request with several changes at once.

    ๐Ÿ’ฅ Breaking

    • ๐Ÿ”Œ Plugin API that previously was called with Alamofire.Data/DownloadResponse<Model, Error> is now called with Alamofire.Data/DownloadResponse<Model, AFError> due to Alamofire changes to error handling.
    • performCollectingTimeline(withCompletion:) method is now called also with AFError instead of Error.