Releases: ncor/atomic-di
Releases · ncor/atomic-di
v2.0.0
Breaking changes
- Reimplemented
MockMap
, reimplemented mocking logic in transient
, singleton
and scoped
New features
- Added support for partial mocking
Other changes
- The term "provider" has been renamed to "resolver"
- Remove
Resolver
nominality
v1.2.0
- Now,
Provider
type is nominal and only returned from these functions: transient
, singleton
, scoped
v1.1.0
Breaking changes
- Scoped providers now act as singleton providers if no scope is passed when called.