Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1017 Bytes

CHANGELOG.md

File metadata and controls

29 lines (20 loc) · 1017 Bytes

0.1.4

  • Created full flutter sub-project for example code
  • Updated README

0.1.3

  • Added CKReference.getObject<T>() to fetch the object cached by fetchFromCloud
  • Added equals operator overload for CKCustomFieldType based on rawValue
  • Fixed a null error during preloadAssets
  • Updated README

0.1.2

  • Made CKAPIManager.initManager function async to account for fetchWebAuthToken being async
  • Updated README

0.1.1

  • Fixed error on SharedPreferences access (fetchWebAuthToken & saveWebAuthToken)
  • Updated README & pubspec repo field

0.1.0

  • Automatic model class conversion from CloudKit JSON (via annotation & reflection, CKRecordParser)
  • Support for most CloudKit base types & custom types with a raw base type (CKCustomFieldType)
  • Built-in Sign in with iCloud authentication (via webview_flutter)
  • CKCurrentUserOperation to fetch current user id (good test for CloudKit sign-in)
  • CKRecordQueryOperation with CKFilter, CKSortDescriptor, and CKZone support