Skip to content

2.0.2

Compare
Choose a tag to compare
@phatblat phatblat released this 26 Aug 22:13
· 149 commits to main since this release

DittoSwift

  • Fixed: Reduced size of DittoSwift framework
  • Changed: performing an .exec() call, outside the scope of a store.write { } block, no longer tries to obtain a write transaction and instead uses a read transaction.

DittoObjC

  • Changed: performing an -exec call, outside the scope of a [store write:^{ }] block, no longer tries to obtain a write transaction and instead uses a read transaction.