Releases: ryanlintott/WordpressReader
0.4.7
Added siteURL and pageURL to WordpressSite so that it's easy to navigate to the URL of the site or any page or post by using the page id.
Full Changelog: 0.4.6...0.4.7
0.4.6
- Moved example app from another git repo to /Example inside this package.
- Updated .gitignore
Full Changelog: 0.4.5...0.4.6
v0.4.5
Full Changelog: 0.4.4...0.4.5
v0.4.4
Update: nonisolated added to all async methods to ensure they run off the main actor even if WordpressSite is on the main actor.
Full Changelog: 0.4.3...0.4.4
v0.4.3
Bugfix: Async stream now rethrows errors correctly.
v0.4.2
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
Changed a couple unchanging computed properties to let
v0.4.0
Updated for Swift concurrency
v0.3.0
Initial release.