Skip to content

Releases: itzg/go-flagsfiller

v1.17.0

14 Oct 19:40
18a76be

Choose a tag to compare

What's Changed

  • build(deps): bump actions/checkout from 4 to 5 by @dependabot[bot] in #43
  • build(deps): bump github.com/stretchr/testify from 1.10.0 to 1.11.0 by @dependabot[bot] in #44
  • build(deps): bump github.com/stretchr/testify from 1.11.0 to 1.11.1 by @dependabot[bot] in #45
  • build(deps): bump github.com/spf13/pflag from 1.0.6 to 1.0.9 by @dependabot[bot] in #46
  • build(deps): bump github.com/spf13/pflag from 1.0.9 to 1.0.10 by @dependabot[bot] in #47
  • build(deps): bump actions/setup-go from 5 to 6 by @dependabot[bot] in #48
  • add option for required fields by @vgough in #49

New Contributors

Full Changelog: v1.16.0...v1.17.0

v1.16.0

05 Jul 03:07
7bec6d1

Choose a tag to compare

What's Changed

  • Provide option to flatten structs by @itzg in #42

Full Changelog: v1.15.2...v1.16.0

v1.15.2

12 Jun 20:51
786c076

Choose a tag to compare

What's Changed

  • Improve type naming when using pflag by @dlo9 in #41

Full Changelog: v1.15.1...v1.15.2

v1.15.1

12 Jun 18:25
258d275

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/stretchr/testify from 1.9.0 to 1.10.0 by @dependabot in #38
  • Clarify that slice and map args can use newlines to delimit values by @itzg in #39
  • Dereference default values before stringing by @dlo9 in #40

New Contributors

  • @dlo9 made their first contribution in #40

Full Changelog: v1.15.0...v1.15.1

v1.15.0

11 Nov 01:13
df2df99

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/stretchr/testify from 1.8.4 to 1.9.0 by @dependabot in #34
  • Add support for slog.Level fields by @itzg in #37

Full Changelog: v1.14.0...v1.15.0

v1.14.0

02 Dec 21:03
5f296a5

Choose a tag to compare

What's Changed

  • Allow value splitting pattern to be customized by @itzg in #32

Full Changelog: v1.13.1...v1.14.0

v1.13.1

28 Oct 21:14
3af1ed6

Choose a tag to compare

What's Changed

  • Trim off blank values of slice and map arguments by @itzg in #30

Full Changelog: v1.13.0...v1.13.1

v1.13.0

28 Oct 18:30
c0bd140

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/stretchr/testify from 1.8.3 to 1.8.4 by @dependabot in #26
  • build(deps): bump github.com/iancoleman/strcase from 0.2.0 to 0.3.0 by @dependabot in #27
  • build(deps): bump actions/checkout from 3 to 4 by @dependabot in #28
  • Allow slice and map fields to accept newline delimited values by @itzg in #29

Full Changelog: v1.12.0...v1.13.0

v1.12.0

02 Jun 17:59
80502ef

Choose a tag to compare

What's Changed

  • build(deps): bump github.com/stretchr/testify from 1.8.2 to 1.8.3 by @dependabot in #24
    • add support for types with encoding.TextUnmarshaler by @hujun-open in #25

Full Changelog: v1.11.0...v1.12.0

v1.11.0

10 May 16:23
4ff212d

Choose a tag to compare

IMPORTANT

As of v1.11.0, only Go 1.19+ is supported. The v1.10.x releases, if any more are needed, will remain compatible with 1.16.

What's Changed

Full Changelog: v1.10.1...v1.11.0