Releases: muir/nject
Releases · muir/nject
v1.3.3
What's Changed
- build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #47
- readme changes by @muir in #48
- Create scorecards.yml by @muir in #49
- minor readme changes; add stability indicator by @muir in #50
- docs: add some notes about best practices by @muir in #51
Full Changelog: v1.3.2...v1.3.3
v1.3.2
v1.3.1
v1.3.0
What's Changed
- build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #38
- build(deps): bump github.com/muir/reflectutils from 0.5.0 to 0.6.0 by @dependabot in #39
- build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.4 by @dependabot in #40
- build(deps): bump github.com/stretchr/testify from 1.7.4 to 1.8.0 by @dependabot in #42
- fix broken link in README by @muir in #43
- reflective providers now .String() nicely by @muir in #44
Full Changelog: v1.2.0...v1.3.0
v1.2.0
v1.1.0
What's Changed
SaveTo()
added. Intermediate values can now be requested and written through pointers.
Collection.Condense()
added -- a collection can now be turned into a single injector.
This can be done recursively. Combined with SaveTo
, multiple copies of the same type
can be generated and preserved separately.
The Reflective
type has been joined by new siblings: ReflectiveInvoker
, ReflectiveArgs
, and ReflectiveWrapper
Full Changelog: v1.0.1...v1.1.0