Skip to content

Remove Codable constraint on proxies

Pre-release
Pre-release

Choose a tag to compare

@mattpolzin mattpolzin released this 24 Dec 15:09

This non-breaking change allows you to create EntityProxies that have Attributes or Relationships that are not Codable. The idea behind a proxy in this context is to be able to create a more convenient representation in code of something that does not need to be directly encoded or decoded.