Releases: Pacific3/PNetworkKit
PNetworkKit v1.9.3
Adds HTTP Methods
PNEtworkKit v1.9.2
Compile with Xcode 7.3 & Swift 2.2, update to new syntax.
PNetworkKit v1.9.1
Post kPNKDidFinishSettingImageFromURLToImageView notification name to main thread when an image is successfully added to an UIImageView from the network.
PNetworkKit v1.9
PNetworkKit v1.9 is a significant improvement over the latest version.
- Removes Realm as a dependency.
- Removes operations that relied on Realm to parse models
- Adds new operations to download JSON and manually parse it.
- Adds operations for polling APIs
PNetworkKit v1.8.3
This release fixes a crash on UIImageView scrolling on a Table View or a Collection View too fast, would wrongly deallocate the object.
PNEtworkKit v1.8.2
Enhancements
PNetworkKit v1.8.1
This version requires specific versions of dependencies.
PNetworkKit v1.8
Add ImageView extension to load images from the network.
PNetworkKit v1.7.4
This release adds the GetJSONModelByPollingOperation. It is similar to the GetJSONModelOperation, but works with objects conforming to the Pollable protocol.
PNetworkKit v1.7.3
This release fixes access control on the download operations.