Skip to content

Releases: netreconlab/Parse-Swift

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.

5.10.2

13 Jul 20:10
173e7d8
Compare
Choose a tag to compare

Full Changelog, Documentation

Fixes

  • Improve ParseObject conformance to Hashable to prevent collision attacks (#176), thanks to @cbaker6.

5.10.1

12 Jul 13:31
ef83e34
Compare
Choose a tag to compare

Full Changelog, Documentation

Fixes