Skip to content

1.2.1 Hotfix

Compare
Choose a tag to compare
@dimazen dimazen released this 20 May 07:13
· 30 commits to master since this release

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