Releases: muir/nfigure
Releases · muir/nfigure
v0.5.0
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
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
v0.2.0
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
- @miccagiann made their first contribution in #33
- @step-security-bot made their first contribution in #36
Full Changelog: v0.1.0...v0.2.0
v0.1.0
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
v0.0.5
v0.0.4
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
- @dependabot made their first contribution in #1
- @muir made their first contribution in #11
Full Changelog: v0.0.3...v0.0.4
switch to nject 0.2.0
v0.0.3 add codecov badge
lint/spelling
v0.0.2 goreportcard: lint