Skip to content

Releases: ncor/atomic-di

v2.0.2

21 Jan 21:51
Compare
Choose a tag to compare

No significant changes

v2.0.1

21 Jan 21:46
Compare
Choose a tag to compare

No significant changes

v2.0.0

20 Jan 20:20
Compare
Choose a tag to compare

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

17 Jan 16:49
Compare
Choose a tag to compare
  • Now, Provider type is nominal and only returned from these functions: transient, singleton, scoped

v1.1.2

17 Jan 16:21
Compare
Choose a tag to compare

No significant changes

v1.1.0

17 Jan 10:10
Compare
Choose a tag to compare

Breaking changes

  • Scoped providers now act as singleton providers if no scope is passed when called.

v1.0.0

17 Jan 09:58
Compare
Choose a tag to compare

First stable release.