Skip to content

Releases: webiny/di

v0.2.3

09 Dec 12:38
8ea5abc

Choose a tag to compare

Patch Changes

  • 95db24e: resolve instances from all parent containers

v0.2.2

08 Dec 16:48
2868398

Choose a tag to compare

Patch Changes

  • b1a4ef1: ensure generic type is preserved in Abstraction.d.ts when built

v0.2.1

26 Nov 20:11
50a4247

Choose a tag to compare

Patch Changes

  • 5e9d851: enforce typechecking of the dependencies array

v0.2.0

14 Nov 20:00
cb9785d

Choose a tag to compare

Minor Changes

  • 987ed28: add new methods on Abstraction class: createImplementation, createDecorator, and createComposite.
  • 9bd1b04: use Symbol(name) to make each abstraction unique, even if using the same name.

v0.1.1

02 Nov 20:10
15f7e92

Choose a tag to compare

Patch Changes

  • 7db2f63: exclude unnecessary files from the published package

v0.1.0

01 Nov 22:50
4d3781d

Choose a tag to compare

Initial release of Webiny DI container, with support for abstractions, decorators, composites, and hierarchical containers.