2.4.0
New features
- Added additional methods to ParseRelation to make it easier to create and query relations (#294), thanks to @cbaker6.
- Enable async/await for iOS13, tvOS13, watchOS6, and macOS10_15. All async/await methods are MainActor's. Requires Xcode 13.2 or above to use async/await. Not compatible with Xcode 13.0/1, will need to upgrade to 13.2+. Still works with Xcode 11/12 (#278), thanks to @cbaker6 .
Fixes