Skip to content

`@OptionalParent` support

Compare
Choose a tag to compare
@alexsteinerde alexsteinerde released this 27 Jul 05:06
· 14 commits to master since this release

This version introduces a new Field type extension.
Now KeyPaths to @OptionalParent property wrappers can be passed into a new initializer:

Field("currentTodo", with: \.$currentTodo)

Fixes #8