4.5.0
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.