3.5.0
Added
usePopupClass()
as a static function to theUser
class for registering a popup class to be used for MIC authentication.- Tests to increase code coverage to 90%.
Removed
init()
static function onKinvey
namespace. This was deprecated with v3.3.3.baseUrl
,protocol
, andhost
properties on aclient
instance. These were deprecated with v3.0.0.syncCount()
andpurge()
onCacheStore
andSyncStore
instances. These were deprecated with v3.2.0.
Changed
restore()
static function from theUser
class 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