Skip to content

v4.1.2

Latest

Choose a tag to compare

@stasheq stasheq released this 19 Jun 18:42
  • 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.