Skip to content

v10.2.0

Compare
Choose a tag to compare
@tobitech tobitech released this 18 Jun 17:59
· 55 commits to main since this release
11a8dd9

What's Changed

  • Convert AnyPublisher to async/await by @tobitech in #183
    • Breaking Change: Updated the networking layer to use Swift's async/await instead of Combine's AnyPublisher and now return async functions. This improves readability and aligns with modern Swift concurrency practices.
    • All instances where these methods are used have been updated accordingly.

Full Changelog: v10.1.6...v10.2.0