Skip to content

Tags: muir/nject

Tags

v1.8.0

build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.9.0

Bumps [github.com/stretchr/testify](https://github.com/stretchr/testify) from 1.8.2 to 1.9.0.
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.8.2...v1.9.0)

---
updated-dependencies:
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

v1.7.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
doc: references to ntest (#68)

v1.7.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: Cluster() did not work as documented (#67)

v1.6.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: Add ReplaceNamed(), InsertBeforeNamed(), and InsertAfterNamed() (

…#63)

* Add ReplaceNamed(), InsertBeforeNamed(), and InsertAfterNamed()

* coverage identified some lines that were not needed

* clarify comment

* add failure tests

* review feedback

v1.5.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: limited support for running inner() in parallel (#61)

v1.4.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix some typos (#60)

Found these with codespell, plus a couple manual changes I noticed along
the way.

v1.4.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
use reflectutils.TypeName() for versioned type names (#58)

* use reflectutils.TypeName() for versioned type names

* fix race

v1.4.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add warning about duplicated types to DetailedError (#57)

v1.3.5

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
correct docs for TerminalError (#53)

v1.3.4

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
docs: some more minor clarifications and examples (#52)

* more doc adjustments

* a few more doc changes