Skip to content

1.0

Compare
Choose a tag to compare
@dimazen dimazen released this 01 Sep 09:16
· 340 commits to master since this release
  • 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.