Skip to content

Releases: muir/nject

v1.9.0

07 Feb 23:30
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/muir/reflectutils from 0.7.0 to 0.10.0 by @dependabot in #74
  • lint by @muir in #77
  • dependabot set reviewer by @muir in #75
  • build(deps): bump ossf/scorecard-action from 2.0.3 to 2.4.0 by @dependabot in #79
  • build(deps): bump actions/checkout from 2 to 4 by @dependabot in #80
  • build(deps): bump github/codeql-action from 1 to 3 by @dependabot in #78
  • build(deps): bump github.com/muir/reflectutils from 0.10.0 to 0.11.0 by @dependabot in #76
  • build(deps): bump actions/upload-artifact from 3.0.0 to 4.4.3 by @dependabot in #81
  • build(deps): bump golangci/golangci-lint-action from 2 to 6 by @dependabot in #82
  • build(deps): bump github/codeql-action from 1.1.39 to 3.27.1 by @dependabot in #85
  • build(deps): bump actions/setup-go from 2 to 5 by @dependabot in #83
  • build(deps): bump actions/checkout from 2.7.0 to 4.2.2 by @dependabot in #84
  • build(deps): bump github/codeql-action from 3.27.1 to 3.27.3 by @dependabot in #86
  • build(deps): bump github/codeql-action from 3.27.3 to 3.27.5 by @dependabot in #88
  • build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #89
  • build(deps): bump github/codeql-action from 3.27.5 to 3.27.6 by @dependabot in #90
  • build(deps): bump github/codeql-action from 3.27.6 to 3.27.7 by @dependabot in #91
  • build(deps): bump github/codeql-action from 3.27.7 to 3.28.0 by @dependabot in #94
  • build(deps): bump actions/upload-artifact from 4.4.3 to 4.5.0 by @dependabot in #93
  • build(deps): bump actions/upload-artifact from 4.5.0 to 4.6.0 by @dependabot in #95
  • build(deps): bump github/codeql-action from 3.28.0 to 3.28.2 by @dependabot in #97
  • build(deps): bump github/codeql-action from 3.28.2 to 3.28.8 by @dependabot in #102
  • [feat] add Unused by @muir in #103

Full Changelog: v1.8.0...v1.9.0

v1.8.0

20 Jul 22:06
Compare
Choose a tag to compare

What's Changed

  • bump required go version to 1.18 by @muir in #73
  • build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.9.0 by @dependabot in #72

Full Changelog: v1.7.1...v1.8.0

v1.7.1

18 Apr 15:15
49842bf
Compare
Choose a tag to compare

What's Changed

  • doc: references to ntest by @muir in #68

Full Changelog: v1.7.0...v1.7.1

v1.7.0

18 Apr 03:31
8f646e9
Compare
Choose a tag to compare

What's Changed

  • doc: fix words about TerminalError by @muir in #65
  • fix: Cluster() did not work as documented by @muir in #67

Full Changelog: v1.6.0...v1.7.0

v1.6.0

01 Apr 23:44
b7fb35f
Compare
Choose a tag to compare

What's Changed

  • fix: race with parallel calls to Inner by @muir in #64
  • feat: Add ReplaceNamed(), InsertBeforeNamed(), and InsertAfterNamed() by @muir in #63

Full Changelog: v1.5.0...v1.6.0

v1.5.0

07 Mar 05:07
aaae50e
Compare
Choose a tag to compare

What's Changed

  • chore: add go 1.19 & 1.20 to CI by @muir in #62
  • feat: limited support for running inner() in parallel by @muir in #61

Full Changelog: v1.4.2...v1.5.0

v1.4.2

05 Mar 01:37
86d55d9
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #59
  • fix some typos by @sharnoff in #60

New Contributors

Full Changelog: v1.4.1...v1.4.2

v1.4.1

02 Feb 06:32
9573d0d
Compare
Choose a tag to compare

What's Changed

  • use reflectutils.TypeName() for versioned type names by @muir in #58 (also fixes probably harmless data race)

Full Changelog: v1.4.0...v1.4.1

v1.4.0

01 Feb 06:09
bfb9833
Compare
Choose a tag to compare

What's Changed

  • fix typo in docs for Curry() by @muir in #54
  • document how to force a downstream provider to be included by @muir in #55
  • add warning about duplicated types to DetailedError by @muir in #57

Full Changelog: v1.3.5...v1.4.0

v1.3.5

15 Jan 04:26
9e8e1bc
Compare
Choose a tag to compare

What's Changed

  • docs: correction for TerminalError by @muir in #53

Full Changelog: v1.3.4...v1.3.5