Skip to content

4.10.0

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 05 Sep 03:49
· 18 commits to main since this release
d94dcad

Full Changelog, Documentation

New features

  • Add a new operation method that allows developers to set a new value to a KeyPath without needing the string version of the key. Also adds the get() method to allow developers to get the unwrapped property of any ParseObject based on its KeyPath (#403), thanks to @cbaker6.
  • Add revertKeyPath() and revertObject() methods to ParseObject which allow developers to revert to original values of key paths or objects after mutating ParseObjects that already have an objectId (#402), thanks to @cbaker6.