You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added offline feature. It's possible now to keep SyncanoObjects in local storage and query them.
Updates in a realtime channel connection. Added option to auto reconnect after broken connection to a channel setAutoReconnect(true). Added method to parse received message as a chosen SyncanoObject: Notification.getPayloadAs(Class type).
Fix for getting wrong query results when using Where and getting more than one page of objects.