Skip to content

Releases: vovaspace/brandi

Brandi 5.0.0

06 Feb 18:08
b56749a

Choose a tag to compare

Brandi 4.0.2

13 May 18:18
08a4748

Choose a tag to compare

Brandi-React

  • Add: React 18 support.

Brandi 4.0.1

07 Aug 22:13
c1d0b1f

Choose a tag to compare

Brandi

  • Fixes: singleton scoped bindings state capturing.

Brandi 4.0.0

06 Aug 09:18
2cb9663

Choose a tag to compare

Brandi

  • Removes: capture()/restore() Container methods in production mode;
  • Improves: singleton and container scoped bindings state capturing.

Brandi 3.1.0

25 May 16:20
25a121e

Choose a tag to compare

Brandi

  • Adds: async factories support;
  • Refactors: bindings;
  • Adds: JSDoc comments.

Brandi 3.0.0

01 May 22:20
bd395fa

Choose a tag to compare

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 }.

Brandi 2.3.1

23 Apr 06:48
a03fa7e

Choose a tag to compare

Brandi

  • Fixes: global scoped bindings.

Brandi 2.3.0

22 Apr 14:06
9c80b7a

Choose a tag to compare

Brandi

  • Adds: global scoped bindings.

Brandi 2.2.0

20 Apr 10:11
4f5f592

Choose a tag to compare

Brandi

  • Adds: optional dependencies;
  • Fixes: bug where injections were ignored if all dependencies had default values;
  • Improves: spec.

Brandi-React

  • Adds: ContainerProvider isolated mode;
  • Adds: React.useMemo to useInjection.

Brandi 2.1.0

10 Apr 05:46
02b1a99

Choose a tag to compare

Brandi

  • Adds: conditional bindings by a target;
  • Improves: spec.

Brandi-React

  • Adds: brandi-react package.