1.2.1 Hotfix
This release introduces:
- More tests
API breaking changes
- Changed signature on
FEMObjectStore
:
from- beginTransaction:(nullable NSMapTable<FEMMapping *, NSSet<id> *> *)
to- beginTransaction:(nullable NSDictionary<NSNumber *, NSSet<id> *> *)
This shouldn't affect your code unless you're running your own store.
Bugfixes
- Fixes #96