You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add async/await wrappers
* Update async return types
* Fix compilation
* Add Object, User, and Installation test cases
* Add async/await to ParseAuthentication
* Add change log entry
* Prepare for release
* switch CI to Xcode beta
* fix env in CI
* try beta
* try beta
* show apps on build system
* fix Xcode 13
* fix carthage
* build for iOS 15
* Move test hosts to iOS 15
* Switch to minimum deployment target for test hosts
* nit
* Fix ParseObject async tests
* Test async instead of Task on older beta
* Add DocC documentation
* add docc build to CI
* revert docC in CI
* Remove documentation files to prevent conflict
* Switch back to Task
* Fix ParseHealth filename
* update to iPhone 12
* Run async tests on main queue
* Fix logout async tests
* Check Xcode beta version in CI
* show xcode beta version
* remove OS from CI
* Test using ParseUser async on main queue
* Fix merge
* Fix async logout tests
* remove vendor files
* switch codecov to auto
* Only build async if can import concurrency
* Remove waiting in async tests
* Linux toolchain update
* Update ci.yml
* Add missing foundation networking
* Don't build LiveQuery async for linux
* Don't run async tests on Android
* Don't test on Linux
* Update async params
* Added rest of tests
* Add LDAP tests
* Fix authentication docs
* fix documentation
* fix test bugs
* Fix build
* Increase codecov
* Update .codecov.yml
* Update .codecov.yml
* Add codecov for missing schemes
* use macOS codecov
* change codecov sending
* Create codecov files manually
* fixing codecov folder
* use file directly
* update
* use dir
* make deriveddata local
* testing
* testing more
* let codecov search for files
* checking
* nit tests
* update
* add env vars to codecov
* fix ci file
* test ios codecov
* test ios codecov
* try text file
* use Xcode 12 export
* show
* Use latest xcrun
* Use bash codecov
* prepare Cov file
* generate legacy code coverage files
* try old codecov
* add back other codecov
* don't fail on codecov
* revert
* merge main
* let codecov slip, it's really at 85%
* Prepare release
* bump SDK version
* Update .codecov.yml
- Supports Swift 5.5 async/await ([#212](https://github.com/parse-community/Parse-Swift/pull/212)), thanks to [Corey Baker](https://github.com/cbaker6).
12
+
7
13
__Improvements__
8
14
- Added an extension to compare a Swift Error with a single ParseError or multiple ParseErrors ([#250](https://github.com/parse-community/Parse-Swift/pull/250)), thanks to [Damian Van de Kauter](https://github.com/novemTeam).
0 commit comments