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
fix: async save/create/update/replace use async/await deep save (#418)
* decode bad encoded errors from server
* ParseObject uses async/await deep save
* fix: async save/create/update/replace use async/await deep save
* refactor batchCommand
* add deep save async/await tests
feat: add ParseFileTransferable protocol for direct file uploads (#410)
* feat: add ParseFileTransferable protocol for direct uploads to file storage
* nit
feat: add set() and auto merge updated properties with original (#406)
* wip
* updates
* feat: add set() and auto merge updated properties with original
* updates
* update documentation and tests
feat: add set operation based on KeyPath (#403)
* wip
* switch to using chainable for reverts
* add file
* feat: add set operation based on KeyPath
* add tests and refactor general errors
* add back tests for deprecated methods
* add get() method
* reduce codecov patch
fix: saving ParseFiles locally do not throw error (#399)
* test
* fix: saving ParseFiles locally do not throw error
* add test
* reduce flakiness in LiveQuery tests by skipping when mocking isn't working