Skip to content

Releases: Pacific3/PNetworkKit

PNetworkKit v1.9.3

01 Jun 00:33

Choose a tag to compare

Adds HTTP Methods

PNEtworkKit v1.9.2

22 Mar 21:53

Choose a tag to compare

Compile with Xcode 7.3 & Swift 2.2, update to new syntax.

PNetworkKit v1.9.1

12 Mar 00:21

Choose a tag to compare

Post kPNKDidFinishSettingImageFromURLToImageView notification name to main thread when an image is successfully added to an UIImageView from the network.

PNetworkKit v1.9

16 Feb 18:02

Choose a tag to compare

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

12 Jan 07:07

Choose a tag to compare

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

12 Jan 01:03

Choose a tag to compare

Enhancements

PNetworkKit v1.8.1

11 Jan 19:57

Choose a tag to compare

This version requires specific versions of dependencies.

PNetworkKit v1.8

07 Jan 18:03

Choose a tag to compare

Add ImageView extension to load images from the network.

PNetworkKit v1.7.4

29 Dec 21:32

Choose a tag to compare

This release adds the GetJSONModelByPollingOperation. It is similar to the GetJSONModelOperation, but works with objects conforming to the Pollable protocol.

PNetworkKit v1.7.3

29 Dec 20:54

Choose a tag to compare

This release fixes access control on the download operations.