Releases: ragzy15/PublisherKit
Releases · ragzy15/PublisherKit
Release 4.0.2
Release 4.0.1
Fixed FirstMatch and Matches publisher
Release 4.0.0
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
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.