Skip to content

Brandi 3.0.0

Compare
Choose a tag to compare
@vovaspace vovaspace released this 01 May 22:20
· 30 commits to main since this release
bd395fa

Brandi

  • Adds: dependency modules;
  • Merges: toInstance and toCall bindings;
  • Merges: toFactory and toCreator 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 from isolated: boolean to options: { isolated: boolean }.