Skip to content
This repository has been archived by the owner on Jan 17, 2023. It is now read-only.

AFNetworking 2.2.3

Compare
Choose a tag to compare
@mattt mattt released this 18 Apr 22:47
· 1015 commits to master since this release
  • Change removesKeysWithNullValues property to recursively remove null values from dictionaries nested in arrays (@jldagon)
  • Change to not override Content-Type header field values set by HTTPRequestHeaders 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 only nil out request operation properties belonging to completed request (Mattt Thompson)
  • Fix removesKeysWithNullValues to respect NSJSONReadingMutableContainers option (Mattt Thompson)