Skip to content

Releases: ryanlintott/WordpressReader

0.4.8

Choose a tag to compare

@ryanlintott ryanlintott released this 04 Mar 11:49

Added option to set a max number of concurrent tasks when streaming or fetching content.
Clamped the per page number between 1 and 100 to prevent errors

Full Changelog: 0.4.7...0.4.8

0.4.7

Choose a tag to compare

@ryanlintott ryanlintott released this 06 Dec 14:56

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

Choose a tag to compare

@ryanlintott ryanlintott released this 07 Oct 15:25
  • 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

Choose a tag to compare

@ryanlintott ryanlintott released this 27 Sep 02:31

Full Changelog: 0.4.4...0.4.5

v0.4.4

Choose a tag to compare

@ryanlintott ryanlintott released this 16 Aug 18:39

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

Choose a tag to compare

@ryanlintott ryanlintott released this 13 Aug 16:36

Bugfix: Async stream now rethrows errors correctly.

v0.4.2

Choose a tag to compare

@ryanlintott ryanlintott released this 25 Jul 02:25

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

Choose a tag to compare

@ryanlintott ryanlintott released this 11 Apr 14:04

Changed a couple unchanging computed properties to let

v0.4.0

Choose a tag to compare

@ryanlintott ryanlintott released this 11 Apr 04:52

Updated for Swift concurrency

v0.3.0

Choose a tag to compare

@ryanlintott ryanlintott released this 19 May 19:49
3ff5720

Initial release.