This repository was archived by the owner on Oct 30, 2018. It is now read-only.
Releases: Syncano/syncano-ios
Releases · Syncano/syncano-ios
4.3.3
4.3.2
4.3.1
- Fixed ability to run script endpoints using hash and name
4.3.0
4.2.3
4.2.2
- Fix saving (uploading) files
4.2.1
- Added autoregister all SCDataObject subclasses while creating Syncano object
- Added SCDevice delete methods
- Added methods to handle Data Point fetch
- Added not in operator to SCPredicate
- Added register profile class
- Changed API version for Data Endpoint requests
- Removed unused UICKeychainStore lib from project
- Fixed saving files with custom Syncano object
- Fixed uploading file does not change parent object permissions
4.2.0
- Added Nullability annotations
- Added automatic logout before login new user
- Added template_response handler class SCPleaseForTemplate
- Added SCGeoPoint class to handle geopoint data type
- Added SCRelation class to handle relation data type
- Added methods in SCDataObject to handle _add , _addunique and _remove operators for array data type
- Added SCPredicate categories for relation, geopoint and reference data types
- Fixed some bugs and made some improvements