Unio 0.5.0 introduces some breaking changes.
- [RENAME]
Relay<Input>
->InputWrapper<Input>
- [RENAME]
Relay<Output>
->OutputWrapper<Output>
- [RENAME]
ReadOnly
->PrimitiveProperty
- [DELETE]
Dependency.readOnlyReference(from:for:)
- Use
OutputWrapper.property(for:)
instead.
- Use