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 Transformable and it's new version Field.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 what Field.Coded / Transformable is to the README and how it relates (if at all) to ImportableObject?
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 `Transformable` and it's new version `Field.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 what `Field.Coded` / `Transformable` is to the README and how it relates (if at all) to `ImportableObject`?
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.swift file directly for the Appledocs, or the DynamicModelTests.swift for example usage.
@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.swift` file directly for the Appledocs, or the `DynamicModelTests.swift` for example usage.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.