WatermelonDB v0.10.1 Release Notes

Release Date: 2019-02-12 // about 5 years ago
  • ๐Ÿ”„ Changes

    • [Android] Changed compile to implementation in Library Gradle file
      • โš ๏ธ might break build if you are using Android Gradle Plugin <3.X
    • โšก๏ธ Updated peerDependency react-native to 0.57.0
    • ๐Ÿ”€ [Sync] Added hasUnsyncedChanges() helper method
    • ๐Ÿ“š [Sync] Improved documentation for backends that can't distinguish between created and updated records
    • ๐Ÿ”€ [Sync] Improved diagnostics / protection against edge cases
    • [iOS] Add missing header search path to support ejected expo project.
    • [Android] Fix crash on android < 5.0
    • [iOS] SQLiteAdapter's dbName path now allows you to pass an absolute path to a file, instead of a name
    • ๐ŸŒ [Web] Add adaptive layout for demo example with smooth scrolling for iOS