Skip to content

Releases: netreconlab/Parse-Swift

5.0.0-beta.8

24 Feb 16:01
9c8f139
Compare
Choose a tag to compare
5.0.0-beta.8 Pre-release
Pre-release

What's Changed

Full Changelog: 5.0.0-beta.7...5.0.0-beta.8

5.0.0-beta.7

30 Jan 21:30
9e7f393
Compare
Choose a tag to compare
5.0.0-beta.7 Pre-release
Pre-release

What's Changed

  • fix: ParseAnalytics trackAppOpened had ambiguous inits by @cbaker6 in #55

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

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.