Skip to content

Releases: netreconlab/Parse-Swift

5.0.0-beta.2

18 Jan 16:56
c7c83f1
Compare
Choose a tag to compare
5.0.0-beta.2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 4.16.2...5.0.0-beta.2

4.16.2

23 Nov 06:51
a5ba8cb
Compare
Choose a tag to compare

Full Changelog, Documentation

Fixes

  • Callback async calls return to correct callbackQueue (#19), thanks to @cbaker6.

4.16.1

07 Nov 16:57
57de231
Compare
Choose a tag to compare

Full Changelog, Documentation

Fixes

  • Querying using findAll throws a hang risk warning in Xcode 14 (#14), thanks to @cbaker6.

4.16.0

07 Nov 15:25
4a52629
Compare
Choose a tag to compare

Full Changelog, Documentation

New features

  • Added the ability to check if a ParseObject key is dirty (#9), thanks to @cbaker6.

Fixes

  • Fixed an issue where the name propery of a ParseRole may not be restored after updating a ParseRole on the server (#10), thanks to @cbaker6.

4.15.2

23 Oct 22:36
da11b81
Compare
Choose a tag to compare

Full Changelog, Documentation

Fixes

  • Fixed an issue that prevented nested ParseObjects and ParseFiles from saving correctly in some cases (#8), thanks to @cbaker6

4.15.1

23 Oct 00:55
8c58ad2
Compare
Choose a tag to compare

Full Changelog, Documentation

Fixes

  • Fixed ambigous SDK initializer (#6), thanks to @cbaker6

4.15.0

22 Oct 23:01
a0d9902
Compare
Choose a tag to compare

Full Changelog, Documentation

New features

  • Refactored masterKey->primaryKey due to insensitive language (#2), thanks to @cbaker6