Updating CHANGES up to 1.0RC1
This commit is contained in:
parent
18f5095d2e
commit
8602c9f6a1
1 changed files with 31 additions and 11 deletions
42
CHANGES
42
CHANGES
|
|
@ -1,43 +1,63 @@
|
||||||
|
= 1.0RC1 / 2012-04-25
|
||||||
|
|
||||||
|
* Add `AFHTTPRequestOperation +addAcceptableStatusCodes /
|
||||||
|
+addAcceptableContentTypes` to dynamically add acceptable status codes and
|
||||||
|
content types on the class level (Mattt Thompson)
|
||||||
|
|
||||||
|
* Add support for compound and complex `Accept` headers that include multiple
|
||||||
|
content types and / or specify a particular character encoding (Mattt Thompson)
|
||||||
|
|
||||||
|
* Add `AFURLConnectionOperation
|
||||||
|
-setShouldExecuteAsBackgroundTaskWithExpirationHandler:` to have operations
|
||||||
|
finish once an app becomes inactive (Mattt Thompson)
|
||||||
|
|
||||||
|
* Add support for pausing / resuming request operations (Peter Steinberger,
|
||||||
|
Mattt Thompson)
|
||||||
|
|
||||||
|
* Improve network reachability functionality in `AFHTTPClient`, including a
|
||||||
|
distinction between WWan and WiFi reachability (Kevin Harwood, Mattt Thompson)
|
||||||
|
|
||||||
|
|
||||||
= 0.9.2 / 2012-04-25
|
= 0.9.2 / 2012-04-25
|
||||||
|
|
||||||
* Add thread safety to `AFNetworkActivityIndicator` (Peter Steinberger, Mattt
|
* Add thread safety to `AFNetworkActivityIndicator` (Peter Steinberger, Mattt
|
||||||
Thompson)
|
Thompson)
|
||||||
|
|
||||||
* Document requirement of available JSON libraries for decoding responses in
|
* Document requirement of available JSON libraries for decoding responses in
|
||||||
`AFJSONRequestOperation` and parameter encoding in `AFHTTPClient` (Mattt
|
`AFJSONRequestOperation` and parameter encoding in `AFHTTPClient` (Mattt
|
||||||
Thompson)
|
Thompson)
|
||||||
|
|
||||||
* Fix `AFHTTPClient` parameter encoding (Mattt Thompson)
|
* Fix `AFHTTPClient` parameter encoding (Mattt Thompson)
|
||||||
|
|
||||||
* Fix `AFJSONEncode` and `AFJSONDecode` to use `SBJsonWriter` and
|
* Fix `AFJSONEncode` and `AFJSONDecode` to use `SBJsonWriter` and
|
||||||
`SBJsonParser` instead of `NSObject+SBJson` (Oliver Eikemeier)
|
`SBJsonParser` instead of `NSObject+SBJson` (Oliver Eikemeier)
|
||||||
|
|
||||||
* Fix bug where `AFJSONDecode` does not return errors (Alex Michaud)
|
* Fix bug where `AFJSONDecode` does not return errors (Alex Michaud)
|
||||||
|
|
||||||
* Fix compiler warning for undeclared
|
* Fix compiler warning for undeclared
|
||||||
`AFQueryStringComponentFromKeyAndValueWithEncoding` function (Mattt Thompson)
|
`AFQueryStringComponentFromKeyAndValueWithEncoding` function (Mattt Thompson)
|
||||||
|
|
||||||
* Fix cache policy for URL requests (Peter Steinberger)
|
* Fix cache policy for URL requests (Peter Steinberger)
|
||||||
|
|
||||||
* Fix race condition bug in `UIImageView+AFNetworking` caused by incorrectly
|
* Fix race condition bug in `UIImageView+AFNetworking` caused by incorrectly
|
||||||
nil-ing request operations (John Wu)
|
nil-ing request operations (John Wu)
|
||||||
|
|
||||||
* Fix reload button in Twitter example (Peter Steinberger)
|
* Fix reload button in Twitter example (Peter Steinberger)
|
||||||
|
|
||||||
* Improve batched operation by deferring execution of batch completion block
|
* Improve batched operation by deferring execution of batch completion block
|
||||||
until all component request completion blocks have finished (Patrick Hernandez,
|
until all component request completion blocks have finished (Patrick Hernandez,
|
||||||
Kevin Harwood, Mattt Thompson)
|
Kevin Harwood, Mattt Thompson)
|
||||||
|
|
||||||
* Improve performance of image request decoding by dispatching to background
|
* Improve performance of image request decoding by dispatching to background
|
||||||
queue (Mattt Thompson)
|
queue (Mattt Thompson)
|
||||||
|
|
||||||
* Revert `AFImageCache` to cache image objects rather than `NSPurgeableData`
|
* Revert `AFImageCache` to cache image objects rather than `NSPurgeableData`
|
||||||
(Tony Million, Peter Steinberger, Mattt Thompson)
|
(Tony Million, Peter Steinberger, Mattt Thompson)
|
||||||
|
|
||||||
* Remove unnecessary KVO `willChangeValueForKey:` / `didChangeValueForKey:`
|
* Remove unnecessary KVO `willChangeValueForKey:` / `didChangeValueForKey:`
|
||||||
calls (Peter Steinberger)
|
calls (Peter Steinberger)
|
||||||
|
|
||||||
* Remove unnecessary @private ivar declarations in headers (Peter Steinberger,
|
* Remove unnecessary @private ivar declarations in headers (Peter Steinberger,
|
||||||
Mattt Thompson)
|
Mattt Thompson)
|
||||||
|
|
||||||
* Remove @try-@catch block wrapping network thread entry point (Charles T. Ahn)
|
* Remove @try-@catch block wrapping network thread entry point (Charles T. Ahn)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue