|
| 1 | += 2.5.0 (2014-11-17) |
| 2 | + |
| 3 | + * Add documentation for expected background session manager usage (Aaron |
| 4 | +Brager) |
| 5 | + |
| 6 | + * Add missing documentation for `AFJSONRequestSerializer` and |
| 7 | +`AFPropertyListSerializer` (Mattt Thompson) |
| 8 | + |
| 9 | + * Add tests for requesting HTTPS endpoints (Mattt Thompson) |
| 10 | + |
| 11 | + * Add `init` method declarations of `AFURLResponseSerialization` classes for |
| 12 | +Swift compatibility (Allen Rohner) |
| 13 | + |
| 14 | + * Change default User-Agent to use the version number instead of the build |
| 15 | +number (Tim Watson) |
| 16 | + |
| 17 | + * Change `validatesDomainName` to readonly property (Mattt Thompson, Brian |
| 18 | +King) |
| 19 | + |
| 20 | + * Fix checks when observing `AFHTTPRequestSerializerObservedKeyPaths` (Jacek |
| 21 | +Suliga) |
| 22 | + |
| 23 | + * Fix crash caused by attempting to set nil `NSURLResponse -URL` as key for |
| 24 | +`userInfo` dictionary (Elvis Nuñez) |
| 25 | + |
| 26 | + * Fix crash for multipart streaming requests in XPC services (Mattt Thompson) |
| 27 | + |
| 28 | + * Fix minor aspects of response serializer documentation (Mattt Thompson) |
| 29 | + |
| 30 | + * Fix potential race condition for `AFURLConnectionOperation -description` |
| 31 | + |
| 32 | + * Fix widespread crash related to key-value observing of `NSURLSessionTask |
| 33 | +-state` (Phil Tang) |
| 34 | + |
| 35 | + * Fix `UIButton` category associated object keys (Kristian Bauer, Mattt |
| 36 | +Thompson) |
| 37 | + |
| 38 | + * Remove `charset` parameter from Content-Type HTTP header field values for |
| 39 | +`AFJSONRequestSerializer` and `AFPropertyListSerializer` (Mattt Thompson) |
| 40 | + |
| 41 | + * Update CocoaDocs color scheme (@Orta) |
| 42 | + |
| 43 | + * Update Podfile to explicitly define sources (Kyle Fuller) |
| 44 | + |
| 45 | + * Update to relay `downloadFileURL` to the delegate if the manager picks a |
| 46 | +`fileURL` (Brian King) |
| 47 | + |
| 48 | + * Update `AFSSLPinningModeNone` to not validate domain name (Brian King) |
| 49 | + |
| 50 | + * Update `UIButton` category to cache images in `sharedImageCache` (John |
| 51 | +Bushnell) |
| 52 | + |
| 53 | + * Update `UIRefreshControl` category to set control state to current state |
| 54 | +of request (Elvis Nuñez) |
| 55 | + |
1 | 56 | = 2.4.1 (2014-09-04)
|
2 | 57 |
|
3 | 58 | * Fix compiler warning generated on 32-bit architectures (John C. Daub)
|
|
0 commit comments