This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
AFNetworking 2.2.3
- Change
removesKeysWithNullValues
property to recursively remove null values from dictionaries nested in arrays (@jldagon) - Change to not override
Content-Type
header field values set byHTTPRequestHeaders
property (Aaron Brager, Mattt Thompson) - Fix
AFErrorOrUnderlyingErrorHasCodeInDomain
function declaration for AFXMLDocumentResponseSerializer (Mattt Thompson) - Fix error domain check in
AFErrorOrUnderlyingErrorHasCodeInDomain
(Mattt Thompson) - Fix
UIImageView
category to onlynil
out request operation properties belonging to completed request (Mattt Thompson) - Fix
removesKeysWithNullValues
to respectNSJSONReadingMutableContainers
option (Mattt Thompson)