Skip to content

Releases: eriicafes/hollywood-di

v0.6.1

10 Feb 16:28
Compare
Choose a tag to compare

Patch Changes

v0.6.0

10 Feb 15:50
Compare
Choose a tag to compare

Minor Changes

  • e3e944e: Use constructor argument for class alongside static init method
  • e3e944e: Hide unnecessary types (InferTokens, RegisterTokens, etc)

v0.5.2

16 Feb 07:15
Compare
Choose a tag to compare

Patch Changes

  • 796e313: Use property syntax over method syntax for InitFactory type

v0.5.1

08 Feb 02:47
Compare
Choose a tag to compare

Patch Changes

v0.5.0

07 Feb 15:31
Compare
Choose a tag to compare

Minor Changes

v0.4.0

06 Feb 10:01
Compare
Choose a tag to compare

Minor Changes

  • bef4575: Child container can now be assigned to a type of it's parent container as long as it does not override the parent structure

v0.3.1

01 Feb 14:10
Compare
Choose a tag to compare

Patch Changes

  • 455fb1d: Fixed bug where resolving factory or constructor registered on a parent container would incorrectly resolve to a wrong instance with a similar name in the resolving container

v0.3.0

01 Aug 02:24
Compare
Choose a tag to compare

Minor Changes

  • 831ff9f: Drop support for ProxyConstructor

v0.2.1

18 Jul 10:59
Compare
Choose a tag to compare

Patch Changes

  • 41fe871: Expose RegisterTokens type

v0.2.0

14 Jul 18:49
Compare
Choose a tag to compare

Minor Changes

  • 32a626c: Improve alias() type inference for both typed and inferred containers using function overloading
  • 32a626c: Support resolving factory functions with container.resolve()
    The same instance will be returned as long as same reference for the factory function is provided.