Skip to content

Releases: itzg/go-flagsfiller

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

v1.10.0

06 May 20:47
9577909
Compare
Choose a tag to compare

What's Changed

  • add support for net.IP, net.IPNet, net.HardwareAddr(MAC) and time.Time by @hujun-open in #20

New Contributors

Full Changelog: v1.9.2...v1.10.0

v1.9.2

04 Apr 13:45
b3fbd38
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 by @dependabot in #11
  • build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.7.2 by @dependabot in #12
  • build(deps): bump github.com/stretchr/testify from 1.7.2 to 1.7.3 by @dependabot in #13
  • build(deps): bump github.com/stretchr/testify from 1.7.3 to 1.7.5 by @dependabot in #14
  • build(deps): bump github.com/stretchr/testify from 1.7.5 to 1.8.0 by @dependabot in #15
  • build(deps): bump github.com/stretchr/testify from 1.8.0 to 1.8.1 by @dependabot in #16
  • Support alias by @mockthebear in #18
  • build(deps): bump github.com/stretchr/testify from 1.8.1 to 1.8.2 by @dependabot in #19

New Contributors

Full Changelog: v1.9.1...v1.9.2

v1.9.1

19 Feb 17:33
e019cd5
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.9.0...v1.9.1

v1.9.0

20 Jan 23:01
8bb794a
Compare
Choose a tag to compare

What's Changed

  • build: upgrade module to Go 1.16 by @itzg in #8
  • added option for not setting values from env variables by @wesdean in #9

New Contributors

  • @itzg made their first contribution in #8

Full Changelog: v1.8.0...v1.9.0