Skip to content

4.5.0

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 21 May 00:50
· 47 commits to main since this release
56ec801

Full Changelog

New features

  • Add toCLLocation and toCLLocationCoordinate2D computed properties to ParseGeoPoint, deprecate toCLLocation() and toCLLocationCoordinate2D() (#366), thanks to @cbaker6.
  • Add query computed property to ParseObject (#365), thanks to @cbaker6.
  • Add macCatalyst to SPM (#363), thanks to @cbaker6.
  • Add an order() method to Query that excepts a variadic list as input (#362), thanks to @cbaker6.

Improvements

  • Allow includeAll key to be sent with additional include keys. When fetching, if the include argument is specified, convert it to a Set to prevent duplicate keys from being sent to the server (#367), thanks to @cbaker6.
  • Allow LiveQuery client to be set using ParseLiveQuery.defaultClient and deprecate ParseLiveQuery.setDefault(). Show usage of deprecated code as warnings during compile time and suggest changes (#360), thanks to @cbaker6.