WatermelonDB v0.12.1 Release Notes

Release Date: 2019-04-01 // almost 5 years ago
  • ๐Ÿš‘ โš ๏ธ Hotfix

    ๐Ÿ”„ Changes

    • ๐Ÿ”€ [Sync] Adds basic sync logging capability to Sync. Pass an empty object to synchronize() to populate it with diagnostic information: js const log = {} await synchronize({ database, log, ...}) console.log(log.startedAt) See Sync documentation for more details.