5.0.0-beta.7
版本发布时间: 2019-07-30 11:36:58
Alamofire/Alamofire最新发布版本:5.10.2(2024-11-25 23:11:48)
Released on 2019-07-29. All issues associated with this milestone can be found using this filter. Note: Alamofire will not be following semantic versioning during the beta process. There may be breaking changes until 5.0.0 is released.
Added
-
URLEncodedFormEncoder.DataEncoding
andURLEncodedFormEncoder.KeyEncoding
to customize the encoding ofData
andCodingKeys
inURLEncodedFormEncoder
. - Asynchronous
cURLDescription
method to producecURL
commands forRequest
s which are in the process of creating their initialURLRequest
.
Updated
- All inline API documentation.
- Handling of response serializers appended after a
Request
has completed. This no longer produces an error but will instead trigger the normalRequest
lifetime methods.- Updated by Christian Noon in Pull Request #2862.
Fixed
- Empty parameters being encoded as an empty
String
instead ofnil
byURLEncodedFormEncoder
.- Fixed by David Barry in Pull Request #2818.
- Handling of
os_unfair_lock
to prevent rare crash.