Skip to content
This repository was archived by the owner on Oct 30, 2018. It is now read-only.

Releases: Syncano/syncano-ios

4.3.3

17 Nov 10:41

Choose a tag to compare

  • Now saving Data Object with file is handled with one request.

4.3.2

12 Oct 10:19

Choose a tag to compare

  • Data Endpoint helper methods in Syncano class.

4.3.1

14 Sep 19:10

Choose a tag to compare

  • Fixed ability to run script endpoints using hash and name

4.3.0

09 Sep 14:53

Choose a tag to compare

  • Send pushes
  • List and filter devices
  • Ability to send user profile while register new user
  • Removed deprecated methods
  • Batch
  • Creating data objects using Data Endpoints

4.2.3

09 Sep 14:53

Choose a tag to compare

Fix saving null references

4.2.2

18 Jul 22:33

Choose a tag to compare

  • Fix saving (uploading) files

4.2.1

18 Jul 20:42

Choose a tag to compare

  • 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

23 Jun 20:00

Choose a tag to compare

  • 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

4.1.2

29 Apr 06:46

Choose a tag to compare

  • Updated AFNetworking version to 3.1.0
  • Updated UIKeyChainStore version to 2.1.0
  • Added SCPredicate for key does not exist

4.0.18

29 Mar 14:44

Choose a tag to compare

  • Fixed bug when using transaction in local storage