Releases: Backendless/Swift-SDK
Releases · Backendless/Swift-SDK
5.7.16
- the BackendlessUser and UserService properties became public, get/set methods are marked as deprecated
- fixed crash when saving object which doesn't have the
objectId
property - fixed the
BackendlessDataCollection
issue when trying to delette the last object from the collection - the Backendless
Identifiable
protocol for theBackendlessDataCollection
renamed toBLIdentifiable
to avoid the confusion with Swift'sIdentifiable
protocol
5.7.15
- fixed issue when custom class object attached to current BackendlessUser was Null when
stayLoggedIn
is true
5.7.14
- fixed issue when user property is object of custom class
- fixed issue with class casting when Bunlde Name and Bundle Executable Name have different values
5.7.13
- fixed the FileService
remove
method response - tests fixed
5.7.12
- the
EmailBodyparts
class renamed to theEmailBodyParts
- fixed issue with BLGeometry in BackendlessUser properties
5.7.11
- fixed issue with current user after the Twitter login
5.7.10
- DataQueryBuilder
excludedProperties
renamed toexcludeProperties
5.7.9
- added support for smart-text in rich media url
5.7.8
- fixed issue with Backendless.shared.customService.invoke callback crash
5.7.7
- the
properties
of DataQueryBuilder and LoadRelationsQueryBuilder fixed to return all values when user set only one property as empty string - the
addAllProperties
,excludeProperty
,excludeProperties
methods added to the DataQueryBuilder - fixed issue when DataStore methods didn't process Backendless types in response