Skip to content

1.1.0

Choose a tag to compare

@sidepelican sidepelican released this 15 Aug 05:07
· 15 commits to main since this release
58f6a4b

What's Changed

  • When a component held a var property, 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 priority option. When child components overwrite values, values with a higher priority will not be overwritten.
    • ex: @Provider(.foo, priority: .test)
  • Added bind(_:forKey:) to the component, allowing procedural changes to values.

Full Changelog: 1.0.1...1.1.0