Skip to content

4.2.0

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 25 Feb 16:28
· 63 commits to main since this release
4d2d509

Full Changelog

New features

  • Add variadic QueryConstraint methods for or, nor, and (#345), thanks to @cbaker6.

Improvements

  • Add defaultClient static property to ParseLiveQuery which replaces the getDefault() method. getDefault() is still avaiable, but will be deprecated in ParseSwift 5.0.0 so it is recommended to switch to clientDefault (#342), thanks to @cbaker6.