1.1.5
What's Changed
- Fixed:
@DependencyClient
no longer tries to apply@DependencyEndpoint
tolet
properties (#163). - Fixed:
@DependencyClient
no longer tries to apply@DependencyEndpoint
to computed properties with explicitget
blocks (#163). - Fixed:
@DependencyEndpoint
now properly forwardswillSet
anddidSet
accessors to the underlying storage (#163). - Infrastructure: Document default value requirement for
@DependencyClient
endpoints (#164).
Full Changelog: 1.1.4...1.1.5