RxDB v9.12.0 Release Notes

Release Date: 2021-01-03 // over 3 years ago
  • ๐Ÿ”‹ Features:

    • Allow primary and ref at the same time in a schema. #2747

    ๐Ÿ›  Bugfixes:

    • #2705 when use bulkInsert to insert doc, the rxDocument property on changeEvent is an object, not a RxDocument instance. Thanks @qinyang912
    • When the mutation function of atomicUpdate() has thrown once, it was not possible to use it again.