Updating CHANGES up to 0.9.2
This commit is contained in:
parent
f457dcdcb9
commit
18f5095d2e
1 changed files with 89 additions and 47 deletions
48
CHANGES
48
CHANGES
|
|
@ -1,3 +1,48 @@
|
|||
= 0.9.2 / 2012-04-25
|
||||
|
||||
* Add thread safety to `AFNetworkActivityIndicator` (Peter Steinberger, Mattt
|
||||
Thompson)
|
||||
|
||||
* Document requirement of available JSON libraries for decoding responses in
|
||||
`AFJSONRequestOperation` and parameter encoding in `AFHTTPClient` (Mattt
|
||||
Thompson)
|
||||
|
||||
* Fix `AFHTTPClient` parameter encoding (Mattt Thompson)
|
||||
|
||||
* Fix `AFJSONEncode` and `AFJSONDecode` to use `SBJsonWriter` and
|
||||
`SBJsonParser` instead of `NSObject+SBJson` (Oliver Eikemeier)
|
||||
|
||||
* Fix bug where `AFJSONDecode` does not return errors (Alex Michaud)
|
||||
|
||||
* Fix compiler warning for undeclared
|
||||
`AFQueryStringComponentFromKeyAndValueWithEncoding` function (Mattt Thompson)
|
||||
|
||||
* Fix cache policy for URL requests (Peter Steinberger)
|
||||
|
||||
* Fix race condition bug in `UIImageView+AFNetworking` caused by incorrectly
|
||||
nil-ing request operations (John Wu)
|
||||
|
||||
* Fix reload button in Twitter example (Peter Steinberger)
|
||||
|
||||
* Improve batched operation by deferring execution of batch completion block
|
||||
until all component request completion blocks have finished (Patrick Hernandez,
|
||||
Kevin Harwood, Mattt Thompson)
|
||||
|
||||
* Improve performance of image request decoding by dispatching to background
|
||||
queue (Mattt Thompson)
|
||||
|
||||
* Revert `AFImageCache` to cache image objects rather than `NSPurgeableData`
|
||||
(Tony Million, Peter Steinberger, Mattt Thompson)
|
||||
|
||||
* Remove unnecessary KVO `willChangeValueForKey:` / `didChangeValueForKey:`
|
||||
calls (Peter Steinberger)
|
||||
|
||||
* Remove unnecessary @private ivar declarations in headers (Peter Steinberger,
|
||||
Mattt Thompson)
|
||||
|
||||
* Remove @try-@catch block wrapping network thread entry point (Charles T. Ahn)
|
||||
|
||||
|
||||
= 0.9.1 / 2012-03-19
|
||||
|
||||
* Create Twitter example application (Mattt Thompson)
|
||||
|
|
@ -27,9 +72,6 @@ Thompson)
|
|||
|
||||
* Improve NSIndexSet formatting in error strings (Jon Parise)
|
||||
|
||||
* Improve performance of image request decoding by dispatching to background
|
||||
queue (Mattt Thompson)
|
||||
|
||||
* Document crashing behavior in iOS 4 loading a file:// URL (Mattt Thompson)
|
||||
|
||||
* Fix crash caused by `AFHTTPClient -cancelAllHTTPOperationsWithMethod:` not
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue