1.1.0
What's Changed
- When a component held a
varproperty, changes to that property were not reflected in the container, but now they are. - Along with the above change, we have removed the warnings when using
@Provides(...) var. - Added the
priorityoption. When child components overwrite values, values with a higher priority will not be overwritten.- ex:
@Provider(.foo, priority: .test)
- ex:
- Added
bind(_:forKey:)to the component, allowing procedural changes to values.
Full Changelog: 1.0.1...1.1.0