3.0.0
Changed __nullable to _Nullable
Fix for #3210
Remove NS_DESIGNATED_INITIALIZER protections
Updated to support the 3_0_0 branch
- Removed support for NSURLConnection based API's - Simplified example project to include all targets - Added support for tvOS
Merge pull request #3166 from AFNetworking/feature/3166
Cleaning up logs
Added support for generics
Remove AFBase64EncodedStringFromString static function
Added some casts to fix compiler errors with stricy build settings. Renamed some function parameters to avoid reserved keyword issues if the compiler is set for Obj-C++.
New Progress Reporting API
fix: dispatch_sync instead of dispatch_async call (https://github.com/AFNetworking/AFNetworking/pull/3205)