Skip to content

Releases: netreconlab/Parse-Swift

5.0.0-beta.6

24 Jan 15:49
2494b3f
Compare
Choose a tag to compare
5.0.0-beta.6 Pre-release
Pre-release

What's Changed

  • feat: Add a type for decoding Hook Triggers without Objects by @cbaker6 in #53

Full Changelog: 5.0.0-beta.5...5.0.0-beta.6

5.0.0-beta.5

24 Jan 04:11
de696cc
Compare
Choose a tag to compare
5.0.0-beta.5 Pre-release
Pre-release

What's Changed

  • refactor: Switch mounting point for Playgrounds by @cbaker6 in #52

Full Changelog: 5.0.0-beta.4...5.0.0-beta.5

5.0.0-beta.4

22 Jan 15:30
cbfed65
Compare
Choose a tag to compare
5.0.0-beta.4 Pre-release
Pre-release

What's Changed

  • feat: Add user login related attempts to ParseCloudUser by @cbaker6 in #51

Full Changelog: 5.0.0-beta.3...5.0.0-beta.4

5.0.0-beta.3

20 Jan 17:27
6cca2ff
Compare
Choose a tag to compare
5.0.0-beta.3 Pre-release
Pre-release

What's Changed

  • feat: Add option to connect to a specific server by @cbaker6 in #50

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

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