This repository was archived by the owner on Feb 13, 2025. It is now read-only.
3.5.0
Added
usePopupClass()as a static function to theUserclass for registering a popup class to be used for MIC authentication.- Tests to increase code coverage to 90%.
Removed
init()static function onKinveynamespace. This was deprecated with v3.3.3.baseUrl,protocol, andhostproperties on aclientinstance. These were deprecated with v3.0.0.syncCount()andpurge()onCacheStoreandSyncStoreinstances. These were deprecated with v3.2.0.
Changed
restore()static function from theUserclass to throw an error whenever it is called. This function required an end user to supply their master secret for their application. We strongly advise not to do this in your application.- All
toJSON()functions have now been replaced bytoPlainObject(). The returned result is the exact same. save(),create(), andupdate()on datastore instances no longer accepts an array of entities. This is to help with reporting errors that may occur when saving an entity.remove()andremoveById()on datastore instances now returns the count of entities removed and not the actual entity removed.- Results returned when pushing sync items to the backend contain a new property called
operation. This property will either beKinvey.SyncOperation.Create,Kinvey.SyncOperation.Update, orKinvey.SyncOperation.Delete.
Merged Pull Requests
Closed Issues
None