FastEasyMapping v1.2.2 Release Notes
Release Date: 2017-06-25 // almost 8 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