Releases: netreconlab/Parse-Swift
Releases · netreconlab/Parse-Swift
5.6.0
Full Changelog, Documentation
New features
- Adds liveQueryConnectionAdditionalProperties parameter to SDK configuration to prevent additional properties from being sent to LiveQuery servers. This is useful for Parse Servers < 4.0.0 (#103), thanks to @cbaker6.
Fixes
- Modernize Xcode project by using only one framework target. Also removes Carthage testing from CI (#101), thanks to @cbaker6.
5.5.0
Full Changelog, Documentation
New features
- Adds a setting to enable automatic user login by calling User.current(). The setting can be enabled/disabled when initializing the SDK by setting "usingAutomaticLogin" or at anytime after initialization using User.enableAutomaticLogin() (#98), thanks to @cbaker6.
- Add ParseServer.information() to retrieve version and info from a Parse Server. Depracates ParseHealth and check() in favor of ParseServer and health() respectively (#97), thanks to @cbaker6.
5.4.2
Full Changelog, Documentation
Fixes
- Prevent crash when the developer makes query, fetch, etc. calls before the SDK is properly initialized (#95), thanks to @cbaker6.
- Add backwards compatability to Xcode 13.2. Building on Xcode <13.3 only works for SPM (#92), thanks to @cbaker6.
5.4.0
Full Changelog, Documentation
New features
- Add batch and increment double operations. All operations have also been made public so developers can build batch operations with ParseOperationBatch (#88), thanks to @cbaker6.