Skip to content

Releases: netreconlab/Parse-Swift

5.12.2

17 Apr 20:46
c9d8c95
Compare
Choose a tag to compare

Full Changelog, Documentation

Fixes

  • When creating objects, if the server does not return the correct full object, attempt to retrieve it before returning to call-site. (#197), thanks to Corey Baker.
  • Fixes an issue when using mergeable on ParseInstallation's' and properties that are automatically computed such as appVersion are not sent to the server. (#197), thanks to Corey Baker.

5.12.1

17 Apr 07:00
e4d22f7
Compare
Choose a tag to compare

5.12.1

Full Changelog, Documentation

Fixes

  • Fix failing to decode a ParseInstallation or ParseUser due to object returning from the server as a pointer (#196), thanks to Corey Baker.

5.12.0

12 Mar 05:29
7a06604
Compare
Choose a tag to compare

Full Changelog, Documentation

New features

  • Add maintenance key that can be used on server-side (#194), thanks to @cbaker6.

5.11.5

27 Feb 19:10
157401b
Compare
Choose a tag to compare

Full Changelog, Documentation

Fixes

  • Fix app crash when using QueryConstraint == (#193), thanks to @cbaker6.

5.11.4

26 Dec 07:00
41cb4d5
Compare
Choose a tag to compare

Full Changelog, Documentation

Fixes

  • Encode plus symbol in query parameter URI's to server (#191), thanks to @cbaker6.
  • Encode Firebase notification keys correctly (#187), thanks to @cbaker6.

5.11.3

02 Sep 02:56
3f02f59
Compare
Choose a tag to compare

Full Changelog, Documentation

Fixes

  • Remove all double conformance of Hashable and Equatable (#182), thanks to @cbaker6.

5.11.2

21 Jul 18:46
b56de0a
Compare
Choose a tag to compare

Full Changelog, Documentation

Fixes

  • Change minimum Swift version in Podspec to 5.7 (#181), thanks to @cbaker6.

5.11.1

20 Jul 21:53
48b38b1
Compare
Choose a tag to compare

Full Changelog, Documentation

Fixes

  • Make className property of ParseHookTriggerObject public (#180), thanks to @cbaker6.

5.11.0

20 Jul 21:24
d57b7c9
Compare
Choose a tag to compare

Full Changelog, Documentation

New features

  • Allow hook triggers on ParseConfig and improve SDK ability to throw errors when the developer uses unsupported trigger combinations. Also changes lowest requirements to be Swift 5.7 and Xcode 14.0 which aligns with other Swift Packages (#179), thanks to @cbaker6.

5.10.3

13 Jul 22:56
f13ad6b
Compare
Choose a tag to compare

Full Changelog, Documentation

Fixes

  • Allow encoding of id and className on nested types that are not ParseObjects (#177), thanks to @cbaker6.