Skip to content

Releases: itzg/go-flagsfiller

v1.16.0

05 Jul 03:07
7bec6d1
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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

v1.10.1

08 May 13:25
9de0c49
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump actions/checkout from 2 to 3 by @dependabot in #21
  • Restore 1.16 compatibility by @itzg in #22

Full Changelog: v1.10.0...v1.10.1