Skip to content

Releases: muir/nvelope

v0.4.0

20 Dec 08:02
76ff70a
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/muir/nchi from 0.0.2 to 0.0.3 by @dependabot in #5
  • Bump github.com/muir/nject from 0.5.0 to 0.6.1 by @dependabot in #9
  • Bump github.com/muir/reflectutils from 0.5.0 to 0.6.0 by @dependabot in #10
  • do not double-run go tests by @muir in #12
  • Bump github.com/muir/nject from 0.6.1 to 0.6.2 by @dependabot in #11
  • Bump github.com/muir/nject from 0.6.2 to 1.2.0 by @dependabot in #16
  • Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #17
  • Bump github.com/stretchr/testify from 1.7.2 to 1.7.4 by @dependabot in #18
  • Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 by @dependabot in #19
  • Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #20
  • Bump github.com/muir/nject from 1.2.0 to 1.3.0 by @dependabot in #21
  • Bump github.com/muir/nape from 0.2.1 to 0.2.2 by @dependabot in #23
  • Bump github.com/muir/nject from 1.3.0 to 1.3.2 by @dependabot in #22
  • Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #24
  • [StepSecurity] ci: Harden GitHub Actions by @step-security-bot in #25
  • Bump github/codeql-action from 1.1.29 to 2.1.37 by @dependabot in #33
  • Bump actions/setup-go from 2.2.0 to 3.5.0 by @dependabot in #32
  • Bump actions/checkout from 2.5.0 to 3.2.0 by @dependabot in #31
  • Bump golangci/golangci-lint-action from 2.5.2 to 3.3.1 by @dependabot in #28
  • Bump step-security/harden-runner from 1.5.0 to 2.0.0 by @dependabot in #26
  • Add Body() to deferred writer by @muir in #34

New Contributors

Full Changelog: v0.3.2...v0.4.0

Fixed bugs with content= combined with explode=true

20 Mar 05:58
Compare
Choose a tag to compare

content= for maps and structs with explode=true (often the default) did not work correctly. It's now tested.

Also: switched to using reflectutils for tag parsing

added MinimalErrorHandler

18 Mar 23:43
Compare
Choose a tag to compare
v0.3.1

added MinimalErrorHandler

Now supporting Go 1.16, 1.17, 1.1.8

18 Mar 21:42
Compare
Choose a tag to compare

Also bumped nject dependency to 0.4.0

adjust to nject 0.3.0

15 Mar 05:39
Compare
Choose a tag to compare
v0.2.2

adjust to nject 0.3.0

NewDeferredWriter now returns http.ResponseWriter too

15 Mar 04:49
Compare
Choose a tag to compare

NewDeferredWriter now returns both a deferred writer and the same deferred writer again in the guise of a http.ResponseWriter. This makes it less likely that you end up with multiple ResponseWriters in play at the same time.

splitting from nject complete

12 Mar 23:40
Compare
Choose a tag to compare