Skip to content

Releases: muir/nfigure

v0.5.0

02 Jan 20:01
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/muir/reflectutils from 0.10.0 to 0.11.0 by @dependabot in #73
  • dependabot set reviewer by @muir in #72
  • Bump github.com/go-playground/validator/v10 from 10.22.0 to 10.22.1 by @dependabot in #74
  • Bump github.com/go-playground/validator/v10 from 10.22.1 to 10.23.0 by @dependabot in #75
  • Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #76
  • [feat] add GetReqeusts & GetObject introspection methods by @muir in #78
  • [maint] bump to go 1.20, crypto to 0.31 by @muir in #79

Full Changelog: v0.4.0...v0.5.0

v0.4.0

29 Jul 02:36
a92de2f
Compare
Choose a tag to compare

What's Changed

  • upgrade go to 1.18 and bump dependencies by @muir in #70
  • Bump golang.org/x/net from 0.21.0 to 0.23.0 by @dependabot in #71

Full Changelog: v0.3.0...v0.4.0

v0.3.0

12 Apr 00:40
a173206
Compare
Choose a tag to compare

What's Changed

  • add Remaining() method to flag handler by @muir in #64

Full Changelog: v0.2.0...v0.3.0

v0.2.0

14 Mar 21:41
4b590ae
Compare
Choose a tag to compare

What's Changed

  • Bump github.com/muir/nject from 0.6.2 to 1.0.0 by @dependabot in #21
  • Bump github.com/go-playground/validator/v10 from 10.10.1 to 10.11.0 by @dependabot in #23
  • Bump github.com/muir/nject from 1.0.0 to 1.0.1 by @dependabot in #22
  • Bump github.com/muir/nject from 1.0.1 to 1.2.0 by @dependabot in #25
  • Bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #26
  • Bump github.com/stretchr/testify from 1.7.2 to 1.7.3 by @dependabot in #27
  • Bump github.com/stretchr/testify from 1.7.3 to 1.7.4 by @dependabot in #28
  • Bump github.com/stretchr/testify from 1.7.4 to 1.7.5 by @dependabot in #29
  • Bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #30
  • Fix readme by @miccagiann in #33
  • Bump github.com/muir/nject from 1.2.0 to 1.3.2 by @dependabot in #32
  • Bump github.com/go-playground/validator/v10 from 10.11.0 to 10.11.1 by @dependabot in #34
  • Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #35
  • [StepSecurity] ci: Harden GitHub Actions by @step-security-bot in #36
  • Bump github.com/muir/nject from 1.3.2 to 1.3.5 by @dependabot in #37
  • Bump github.com/go-playground/validator/v10 from 10.11.1 to 10.11.2 by @dependabot in #38
  • Bump github.com/muir/reflectutils from 0.6.0 to 0.7.0 by @dependabot in #40
  • Bump github.com/muir/nject from 1.3.5 to 1.4.1 by @dependabot in #41
  • Bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #42
  • Bump github.com/muir/nject from 1.4.1 to 1.5.0 by @dependabot in #44
  • Bump github.com/go-playground/validator/v10 from 10.11.2 to 10.12.0 by @dependabot in #45
  • Bump github.com/muir/nject from 1.5.0 to 1.6.0 by @dependabot in #46
  • Bump github.com/muir/nject from 1.6.0 to 1.7.1 by @dependabot in #48
  • Bump github.com/go-playground/validator/v10 from 10.12.0 to 10.14.0 by @dependabot in #51
  • Bump github.com/go-playground/validator/v10 from 10.14.0 to 10.14.1 by @dependabot in #53
  • add JSON support of env decoding by @muir in #61
  • Bump github.com/go-playground/validator/v10 from 10.14.1 to 10.15.5 by @dependabot in #60

New Contributors

Full Changelog: v0.1.0...v0.2.0

v0.1.0

24 Apr 22:59
60c9886
Compare
Choose a tag to compare

What's Changed

  • more coverage by @muir in #17
  • note feature in readme by @muir in #18
  • readme formatting fix by @muir in #19
  • Add MustExportToFlagSet(); adjust API of ExportToFlagSet; change flagset behavior by @muir in #20:

This change is almost backwards compatible.

  • API change: ExportToFlagSet() now takes an interface which means that isn't quite a locked to "flag" as it had been.
  • MustExportToFlagSet() has been added.
  • Behavior change: When filling a pointer member that does not have a default, if the flag isn't mentioned, the value will remain nil rather than being filled with the base value for the type
  • The README has been updated.
  • bugfix for exported flags for pointers to types not covered by the FlagSet API: this now works

Full Changelog: v0.0.6...v0.1.0

v0.0.6

21 Apr 03:43
87f43ec
Compare
Choose a tag to compare

What's Changed

  • increase coverage; run command tests without os.Exit() by @muir in #14
  • adjust actions, bump nject -> 0.6.2 by @muir in #15
  • more coverage by @muir in #16

Full Changelog: v0.0.5...v0.0.6

v0.0.5

18 Apr 06:01
e5188b4
Compare
Choose a tag to compare

What's Changed

  • bugfix: filling maps from config files by @muir in #12

Full Changelog: v0.0.4...v0.0.5

v0.0.4

16 Apr 04:18
c161423
Compare
Choose a tag to compare

What's Changed

  • Bump go.octolab.org from 0.12.0 to 0.12.1 by @dependabot in #1
  • Bump github.com/muir/nject from 0.2.0 to 0.4.0 by @dependabot in #4
  • Bump github.com/muir/nject from 0.4.0 to 0.4.1 by @dependabot in #5
  • Bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #3
  • Bump github.com/muir/reflectutils from 0.4.0 to 0.5.0 by @dependabot in #6
  • Bump github.com/muir/nject from 0.4.1 to 0.5.0 by @dependabot in #7
  • Bump github.com/muir/reflectutils from 0.5.0 to 0.5.1 by @dependabot in #10
  • bugfix: do not fill again with same filler when recursing by @muir in #11

New Contributors

Full Changelog: v0.0.3...v0.0.4

switch to nject 0.2.0

13 Mar 04:36
Compare
Choose a tag to compare
v0.0.3

add codecov badge

lint/spelling

18 Jan 03:55
Compare
Choose a tag to compare
v0.0.2

goreportcard: lint