5.0.0-rc.1
DenTelezhkin
released this
06 Sep 16:08
·
45 commits
to master
since this release
Added
- Better debug prints for
NetworkLoggerPlugin
when decoding usingCodable
protocol. configure(_:)
method forBaseRequest
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 withAlamofire.Data/DownloadResponse<Model, AFError>
due to Alamofire changes to error handling. performCollectingTimeline(withCompletion:)
method is now called also withAFError
instead ofError
.