This repository has been archived by the owner on Jan 17, 2023. It is now read-only.
AFNetworking 2.5.1
- Add
NS_DESIGNATED_INITIALIZER
macros. (Samir Guerdah) - Fix and clarify documentation for
stringEncoding
property. (Mattt Thompson) - Fix for NSProgress bug where two child NSProgress instances are added to a parent NSProgress. (Edward Povazan)
- Fix incorrect file names in headers. (Steven Fisher)
- Fix KVO issue when running testing target caused by lack of
automaticallyNotifiesObserversForKey:
implementation. (Mattt Thompson) - Fix use of variable arguments for UIAlertView category. (Kenta Tokumoto)
- Fix
genstrings
warning forNSLocalizedString
usage inUIAlertView+AFNetworking
. (Adar Porat) - Fix
NSURLSessionManager
task observation for network activity indicator manager. (Phil Tang) - Fix
UIButton
category method caching of background image (Fernanda G. Geraissate) - Fix
UIButton
category method failure handling. (Maxim Zabelin) - Update multipart upload method requirements to ensure
request.HTTPBody
is non-nil. (Mattt Thompson) - Update to use builtin
__Require
macros from AssertMacros.h. (Cédric Luthi) - Update
parameters
parameter to acceptid
for custom serialization block. (@mooosu)