Skip to content

Releases: ryanlintott/WordpressReader

0.4.7

06 Dec 14:56
Compare
Choose a tag to compare

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

07 Oct 15:25
Compare
Choose a tag to compare
  • 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

27 Sep 02:31
Compare
Choose a tag to compare

Full Changelog: 0.4.4...0.4.5

v0.4.4

16 Aug 18:39
Compare
Choose a tag to compare

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

13 Aug 16:36
Compare
Choose a tag to compare

Bugfix: Async stream now rethrows errors correctly.

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.