Releases: parse-community/Parse-Swift
Releases · parse-community/Parse-Swift
2.0.3
2.0.2
2.0.1
Fixes
- ParseUser should only encode email when User.current?.email is different from current user email (#256), thanks to Corey Baker.
2.0.0
New features
- Added option to delete Parse items from Keychain when the app is running for the first time (#254), thanks to Corey Baker.
Improvements
- (Breaking Change) ParseObject's now conform to Identifiable and can be used directly with SwiftUI without additonal properties needed. Drops support for iOS 12, tvOS 12, watchOS 5, and macOS 10.13/14 (#254), thanks to Corey Baker.
1.11.0
1.10.4
1.10.3
Improvements
- Update documents to show new Swift 5.5 async/await methods (#252), thanks to Corey Baker.
1.10.2
New features
Improvements
- Added an extension to compare a Swift Error with a single ParseError or multiple ParseErrors (#250), thanks to @vdkdamian.
1.10.1
Improvements
- Removes emptyObject requirement that was added in #243. Instead, has a recommendation in playgrounds on how to use emptyObject to only send select modified keys to the server (#249), thanks to Corey Baker.
1.10.0
Improvements
- (Breaking Change) Provide ParseObject property, emptyObject, that makes it easy to send only modified keys to the server. This change "might" be breaking depending on your implementation as it requires ParseObjects to now have an empty initializer, init() (#243), thanks to Corey Baker.
Fixes
- ParseUser shouldn't send email if it hasn't been modified or else email verification is resent (#241), thanks to Corey Baker.