Skip to content

Releases: netreconlab/Parse-Swift

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

5.10.0

11 Jul 02:03
10ec67c
Compare
Choose a tag to compare

Full Changelog, Documentation

New features

  • Make many of the Parse protocols and types conform to Sendable (#174), thanks to @cbaker6.

5.9.3

01 Apr 15:53
9b7a960
Compare
Choose a tag to compare

Full Changelog, Documentation

Fixes

  • Certain calls to the user or installation did not wait for the SDK to initialize causing a crash (#163), thanks to @cbaker6.

5.9.2

12 Mar 06:08
702ca34
Compare
Choose a tag to compare

Full Changelog, Documentation

Fixes

  • Querying using findAll may be inaccurate when results are greater than the batch limit (#161), thanks to @cbaker6.

5.9.2-alpha.1

12 Mar 01:55
0485a6b
Compare
Choose a tag to compare
5.9.2-alpha.1 Pre-release
Pre-release

What's Changed

Full Changelog: 5.9.1...5.9.2-alpha.1

5.9.1

12 Mar 01:04
7b52e79
Compare
Choose a tag to compare

Full Changelog, Documentation

Fixes

  • Build for visionOS properly (#160), thanks to @cbaker6.
  • Cocoapods now defaults to Swift 5.10 (#159), thanks to @cbaker6.

5.9.0

05 Mar 00:18
b3169f2
Compare
Choose a tag to compare

Full Changelog, Documentation

New features

  • Cocoapods now defaults to Swift 5.9 (#146), thanks to @cbaker6.
  • Add support for visionOS (#143), thanks to @cbaker6.
  • Add fetchAll method to array of Parse Pointer Object's (#141), thanks to @cbaker6.

Fixes

  • Improve mutiple types conformance to Equatable and Hashable (#148), thanks to @cbaker6.
  • Updates to ParseUser password now persists the updated sessionToken from the server to the client Keychain (#147), thanks to @cbaker6.

5.8.2

24 Sep 22:40
5c3118c
Compare
Choose a tag to compare

Full Changelog, Documentation

Fixes

  • Expose isSaved method on ParseFile and ParseOperation (#135), thanks to @cbaker6.