Skip to content

9.12.0

Compare
Choose a tag to compare
@pubkey pubkey released this 03 Jan 04:28
· 6782 commits to master since this release

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.