Brandi 3.0.0
Brandi
- Adds: dependency modules;
- Merges:
toInstance
andtoCall
bindings; - Merges:
toFactory
andtoCreator
bindings; - Changes: container parent setting design from assignment to
extend()
method; - Removes: global scoped bindings;
- Fixes: bug where conditions were ignored when getting a dependency from a parent container.
Brandi-React
- Changes: second
tagged
argument fromisolated: boolean
tooptions: { isolated: boolean }
.