WatermelonDB v0.6.2 Release Notes

Release Date: 2018-10-04 // over 5 years ago
  • 🗄 Deprecations

    • ⚡️ The @nozbe/watermelondb/babel/cjs / @nozbe/watermelondb/babel/esm Babel plugin that ships with Watermelon is deprecated and no longer necessary. Delete it from your Babel config as it will be removed in a future update

    🔨 Refactoring

    • ✂ Removed dependency on async (Web Worker should be ~30KB smaller)
    • 🔨 Refactored Collection and simpleObserver for getting changes in an array and also adds CollectionChangeTypes for differentiation between different changes
    • ⚡️ Updated dependencies
    • 👷 Simplified build system by using relative imports
    • 🏗 Simplified build package by outputting CJS-only files