FastEasyMapping v1.0 Release Notes

Release Date: 2015-09-01 // over 8 years ago
    • ๐Ÿ‘ Nullability support for easier Swift integration.
    • Replacing of FEMObjectDeserializer and FEMManagedObjectDeserializer by FEMDeserializer. Backward compatible via @compatibility_alias.
    • Replacing of FEMObjectMapping and FEMManagedObjectMapping by FEMMapping. Backward compatible via @compatibility_alias.
    • โž• Added Delegation for FEMDeserializer.
    • ๐Ÿ‘ FEMDeserializer supports weak relationships.
    • ๐Ÿ›  Fixed bug when nil value for custom FEMAttribute map is ignored during deserialization.
    • ๐Ÿ›  Fixed bug when nil value for custom FEMAttribute reverse map is ignored during serialization.
    • ๐Ÿ”จ Refactoring of internals.
    • ๐Ÿ—„ Numerious renaming in favour of shorter method names. Methods from 0.5.1 marked as deprecated.
    • โšก๏ธ Update tests and examples to latest syntax.
    • โž• Add full description to README.