WatermelonDB v0.7.0 Release Notes

Release Date: 2018-10-31 // over 5 years ago
  • ๐Ÿ—„ Deprecations

    • ๐Ÿ—„ [Schema] Column type 'bool' is deprecated โ€” change to 'boolean'

    ๐Ÿ†• New

    • โž• Added support for Schema Migrations. See documentation for more details.
    • โž• Added fundaments for integration of Danger with Jest

    ๐Ÿ”„ Changes

    • ๐Ÿ›  Fixed "dependency cycle" warning
    • ๐Ÿ›  [SQLite] Fixed rare cases where database could be left in an unusable state (added missing transaction)
    • ๐Ÿ›  [Flow] Fixes oneOf() typing and some other variance errors
    • [React Native] App should launch a little faster, because schema is only compiled on demand now
    • ๐Ÿ›  Fixed typos in README.md
    • โšก๏ธ Updated Flow to 0.85