Releases: eriicafes/hollywood-di
Releases · eriicafes/hollywood-di
v0.6.0
Minor Changes
- e3e944e: Use constructor argument for class alongside static init method
- e3e944e: Hide unnecessary types (InferTokens, RegisterTokens, etc)
v0.5.2
Patch Changes
- 796e313: Use property syntax over method syntax for InitFactory type
v0.4.0
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
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
Minor Changes
- 831ff9f: Drop support for ProxyConstructor
v0.2.1
Patch Changes
- 41fe871: Expose
RegisterTokens
type
v0.2.0
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.