Parse-Swift
Parse-Swift copied to clipboard
feat: Offline mode
New Pull Request Checklist
- [x] I am not disclosing a vulnerability.
- [x] I am creating this PR in reference to an issue.
Issue Description
This adds the possibility to use ParseSwift with offline mode. Objects will be stored on device if needed and can be fetched when internet connection is back.
Closes: https://github.com/parse-community/Parse-Swift/issues/429
Approach
I will add playground examples on how to use it.
TODOs before merging
- [ ] Test
- [x] Linting
- [x] Add tests
- [ ] Add entry to changelog
- [x] Add changes to documentation (guides, repository pages, in-code descriptions)
- [x] Add playground examples
Thanks for opening this pull request!
- 🎉 We are excited about your hands-on contribution!
Codecov Report
Attention: Patch coverage is 83.59942% with 113 lines in your changes are missing coverage. Please review.
Project coverage is 87.53%. Comparing base (
3d4bb13) to head (e34dd82).
Additional details and impacted files
@@ Coverage Diff @@
## main #435 +/- ##
==========================================
- Coverage 90.37% 87.53% -2.84%
==========================================
Files 161 162 +1
Lines 16267 16929 +662
==========================================
+ Hits 14701 14819 +118
- Misses 1566 2110 +544
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
I reached the limit of what I can cover for CodeCov