Skip to content

2.5.0

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 12 Dec 00:31
· 102 commits to main since this release
ebaaf12

Full Changelog

New features

  • Added create(), replace(), update(), createAll(), replaceAll(), and updateAll() to ParseObjects. Currently, update() and updateAll() are unavaivalble due to limitations of PATCH on the Parse Server (#299), thanks to @cbaker6.
  • Added convenience methods to convert ParseObject's to Pointer's for QueryConstraint's: !=, containedIn, notContainedIn, containedBy, containsAll (#298), thanks to @cbaker6.