mirror of
https://github.com/JohnEstropia/CoreStore.git
synced 2026-01-11 20:00:30 +01:00
Transformable / Field.Coded documentation #324
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @joeljfischer on GitHub (Mar 27, 2020).
I just wanted to note that I was reading the documentation for 7.1 (thanks for that by the way, it's a great update), and I wasn't sure what was meant by
Transformableand it's new versionField.Coded. I thought that was odd since I've read the README documentation dozens of times by now, so I searched through it and couldn't find anything. Could you add documentation about whatField.Coded/Transformableis to the README and how it relates (if at all) toImportableObject?@JohnEstropia commented on GitHub (Mar 28, 2020):
I haven't updated the README yet due to time constraints, sorry.
If the release notes didn't have what you are looking for, you might want to check the
Field.Coded.swiftfile directly for the Appledocs, or theDynamicModelTests.swiftfor example usage.