Releases: netreconlab/Parse-Swift
Releases · netreconlab/Parse-Swift
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.
5.3.0
Full Changelog, Documentation
New features
- Add ParseUser.loginAs(objectId: String) method to allow impersonating a user. This method requires the server primaryKey and is intended to run server-side (#79), thanks to @cbaker6.
Fixes
- Fix ParseUser.become(), ParseUser.linkCommand, and other calls that depend on a specific endpoint for specialized ParseObjects such as ParseUser, ParseInstallation, ParseRole, etc. (#80), thanks to @cbaker6.
5.1.1
Full Changelog, Documentation
Fixes
- Instead of a possible inifinite loop, throw an error if the Swift SDK is used, but not initialized within 5 seconds of first use (#73), thanks to @cbaker6.