Skip to content

5.0.0-rc.1

Compare
Choose a tag to compare
@DenTelezhkin DenTelezhkin released this 06 Sep 16:08
· 45 commits to master since this release

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.