Skip to content

Releases: muir/nject

v1.3.3

14 Jan 08:29
0c3a05f
Compare
Choose a tag to compare

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

07 Aug 06:14
1b600d6
Compare
Choose a tag to compare

What's Changed

  • bugfix: Reorder was duplicating injectors by @muir in #46

Full Changelog: v1.3.1...v1.3.2

v1.3.1

06 Aug 05:41
18541fc
Compare
Choose a tag to compare

What's Changed

  • Bug fixes for regression test generation and OverridesError by @muir in #45

Full Changelog: v1.3.0...v1.3.1

v1.3.0

04 Aug 05:08
3a5f824
Compare
Choose a tag to compare

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

28 May 04:40
4fbca9f
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.2.0

v1.1.0

21 May 05:11
f09ca2b
Compare
Choose a tag to compare

What's Changed

  • Add Condense() and SaveTo() by @muir in #35

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

v1.0.1

30 Apr 23:03
bf7d347
Compare
Choose a tag to compare

Don't export IntsHeap. It wasn't meant to be exported in the first place. Oops.

v1.0.0

29 Apr 05:30
bc6e4ef
Compare
Choose a tag to compare

No changes, just declaring a 1.0 release and committing to follow semver.
Features marked experimental are exempt from semver requirements.

v0.6.2

20 Apr 03:53
bc6e4ef
Compare
Choose a tag to compare

What's Changed

  • reorder bugfix: weak relationships were not releasing, prioritize reorder funcs by @muir in #33

Full Changelog: v0.6.1...v0.6.2

v0.6.1

18 Apr 06:29
7bd001e
Compare
Choose a tag to compare

What's Changed

  • improve Reorder example by @muir in #32

Full Changelog: v0.6.0...v0.6.1