FastEasyMapping v1.2.2 Release Notes

Release Date: 2017-06-25 // about 7 years ago
  • This release introduces:

    • Ability to include null into the resulting JSON by the FEMSerializer. Set -[FEMSerializer includeNull] to YES. Related task: #98

    API breaking changes

    • None

    ๐Ÿ›  Bugfixes

    • None

Previous changes from v1.2.1

  • 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