2.0.2
DittoSwift
- Fixed: Reduced size of DittoSwift framework
- Changed: performing an
.exec()
call, outside the scope of astore.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.