Skip to content

Releases: ryanlintott/WordpressReader

v0.4.2

25 Jul 02:25
Compare
Choose a tag to compare

Updated to support swift 6 concurrency
Completions now required to be @.Sendable. WordpressDate now Sendable
Added privacy manifest
Added support for watchOS, tvOS and visionOS
Removed data(from url:) extension to URLSession as it has been backported to iOS 14
Removed async from WordpressSite itemStream and added the ability to terminate the stream correctly.
Fixed stream so it uses the supplied urlSession from WordpressRequest

Full Changelog: 0.4.1...0.4.2

v0.4.1

11 Apr 14:04
Compare
Choose a tag to compare

Changed a couple unchanging computed properties to let

v0.4.0

11 Apr 04:52
Compare
Choose a tag to compare

Updated for Swift concurrency

v0.3.0

19 May 19:49
3ff5720
Compare
Choose a tag to compare

Initial release.