Skip to content

Releases: SkygearIO/skygear-SDK-iOS

1.7.1

22 Feb 04:30
1.7.1
Compare
Choose a tag to compare

1.7.1 (2019-02-22)

Bug Fixes

  • Fix saveRecord always upload the assets again even they are uploaded #245

Other Notes

  • Add _Nullable annotation to SKYRecord setObject #244

1.7.0

15 Feb 10:11
1.7.0
Compare
Choose a tag to compare

1.7.0 (2019-01-21)

Bug Fixes

  • Clear up websocket state when socket closed (#243)

1.6.4

13 Nov 10:50
Compare
Choose a tag to compare

1.6.4 (2018-11-12)

Bug Fixes

  • Fix upload asset incomplete error handling

1.6.3

13 Nov 10:50
1.6.3
Compare
Choose a tag to compare

1.6.3 (2018-09-26)

Features

1.6.2

23 Aug 11:15
Compare
Choose a tag to compare

1.6.2 (2018-08-23)

Bug Fixes

  • Fix transient objects not be serialized in cached query (#233)
  • Add asset too large error code
  • Add verification required error code

1.6.0

09 Jul 12:34
1.6.0
Compare
Choose a tag to compare

1.6.0 (2018-06-26)

Features

  • Add Lambda support for Skygear Data Type
  • Presave asset before saving record and lambda

Other Notes

  • Fix assorted problems reported by Analyze
  • Better type perform query completion handler

1.5.0

18 Jun 12:16
1.5.0
Compare
Choose a tag to compare

1.5.0 (2018-04-23)

Features

  • Implement request verification and submit code

Bug Fixes

  • Fix reset password expireAt parameter

Other Notes

  • Improve auth container response handling
  • Pin lizard version because 1.14.9 cannot be installed
  • Add typing to SKYRecord
  • Move record storage to its own extension
  • Add admin prefix to disable/enable user functions
  • Return error if API endpoint is not configured
  • Fix assorted compiler warnings

1.4.0

07 Mar 09:28
1.4.0
Compare
Choose a tag to compare

1.4.0 (2018-03-07)

Features

  • Support enable/disable user account

Bug Fixes

  • Serialise profile when signup

Other Notes

  • Update error code list
  • Remove unnecessary config and parameters for SSO
  • Improve travis script
  • Fix xcpretty with travis exit code
  • Support macOS app development and update iOS deployment target
  • Expose SKYAccessControl constructor in public headers

1.3.2

01 Feb 12:40
Compare
Choose a tag to compare

1.3.2 (2018-02-01)

Features

  • Expose SKYAccessControl constructor in public headers

Bug Fixes

1.3.1

01 Feb 12:39
1.3.1
Compare
Choose a tag to compare

1.3.1 (2018-01-16)

Features

  • Add open, close and error hook for pubsub (#155)

Bug Fixes

  • Fix unable to init SKYAsset (#169)

Other Notes

  • Add login with custom token example