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 theFEMSerializer
. Set-[FEMSerializer includeNull]
toYES
. Related task: #98
API breaking changes
- None
๐ Bugfixes
- None
- Ability to include
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