Skip to content

5.7.2

Compare
Choose a tag to compare
@cbaker6 cbaker6 released this 13 Jun 17:51
· 49 commits to main since this release
47548b3

Full Changelog, Documentation

Fixes

  • ParsePolygon encoding during a save and decoding resulted in (longitude, latitude) when it should be (latitude, longitude). If a developer used ParseSwift <= 5.7.1 to save/update ParsePolygon's, they will need to update the respective ParseObjects by swapping the latitude and longitude manually. Deprecated withinPolygon() query constraint for geoPoint() and polygonContains() for polygon() (#118), thanks to @cbaker6.