RxDB v9.10.0 Release Notes

Release Date: 2020-11-23 // over 3 years ago
  • 🔋 Features:

    • Added RxCollection.getLocal$() and RxDatabase.getLocal$() to observe local documents.
    • Added RxDatabase.addCollections() to create multiple collections at once. Is faster and better typed than the now deprecated RxDatabase.collection()

    Other:

    • Improved typings for pouchdb.changes()
    • Moved from travisci to github actions