Skip to content

4.11.0

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 09 Sep 21:10
· 16 commits to main since this release
8245f9e

Full Changelog, Documentation

New features

  • Add a set method that developers can call on their ParseObjects which automatically sends updated properties to a Parse Server and merges those updates with the original ParseObject locally. The feature removes the requirement to call mergeable and implement merge(), but comes at additional computational overhead (#406), thanks to @cbaker6.