Skip to content

5.8.0

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 24 Jun 21:02
· 44 commits to main since this release
66627b5

Full Changelog, Documentation

New features

  • Add concrete types: ParseHookTrigger and ParseHookFunction to reduce code developers need to write. Deprecate triggerName in favor of trigger where possible. The SDK also yields for 0.5 second as oppose to 1 second, which can lead to faster app starts (#122), thanks to @cbaker6.

Fixes

  • There was a problem when the developer did not implement merge() on a ParseObject and depended on the internal mergeAutomatically() to merge. If the developer used mergeAutomatically() indirectly for objects with different objectId's, the method allowed the merge. Now the method throws the proper error (#122), thanks to @cbaker6.