v10.2.0
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'sAnyPublisher
and now returnasync
functions. This improves readability and aligns with modern Swift concurrency practices. - All instances where these methods are used have been updated accordingly.
- Breaking Change: Updated the networking layer to use Swift's
Full Changelog: v10.1.6...v10.2.0