FastEasyMapping v1.2.1 Release Notes

Release Date: 2017-05-20 // almost 7 years ago
  • 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