RxDB v9.21.0 Release Notes

Release Date: 2021-06-30 // almost 3 years ago
  • 🔋 Features:

    • Added dataPath property to GraphQL replication pull options to allow the document JSON lookup path to configured instead of assuming the document data is always the first child of the response #2606 Thanks @joshmcarthur

    Types:

    • getLocal() can return undefined. Thanks @chrisdrackett
    • Fixed typings in the dependencies so you can use noUncheckedIndexedAccess. Thanks @seanwu1105