Skip to content

Releases: ragzy15/PublisherKit

Release 4.0.2

19 Apr 18:11
0abfe5f
Compare
Choose a tag to compare

HTTPURLResponse in DataTaskPKPublisher, DownloadTaskPKPublisher, UploadTaskPKPublisher has updated to URLResponse.
Validate Publisher currently works only for HTTP URL Requests.

Release 4.0.1

18 Apr 20:28
43344f2
Compare
Choose a tag to compare

Fixed FirstMatch and Matches publisher

Release 4.0.0

18 Apr 18:25
c95c462
Compare
Choose a tag to compare

Removed Deprecations
Added All Combine Publishers except ObservableObject
Added AssignNoRetain publisher which fixes a flaw in Assign publisher that object is stored with a strong reference, which may cause memory leak
Added Carthage and Cocoapods support

Release 3.0.0

18 Feb 20:12
4fa4b03
Compare
Choose a tag to compare

Updated Publishers with Locks.
Removed the prefix ‘PK’ wherever possible, to match Combine.
Added new publishers: DownloadTaskPublisher, UploadTaskPublisher, RemoveDuplicates, Breakpoint, Contains, Print, Reduce, SetFailureType.
Restructured internal subscribers.
Bug Fixes.