Skip to content

Releases: crazy-max/gonfig

v0.7.1

05 May 14:56
ce1f887

Choose a tag to compare

  • handle time.Time reflection (#47)

v0.7.0

05 May 13:42
1d79a6d

Choose a tag to compare

  • Go 1.20 (#43)
  • Backport from paerser (#45)
    • fix: raw slice parsing
    • fix: return error when a string is use instead of a slice
    • fix: typo in error message
    • fix: allow invalid configuration
    • fix: raw slice of struct in raw type
    • feat: add .json file extension to file.Decode
    • allow decoding of nested raw typed slices
  • Bump gopkg.in/yaml.v3 to v3.0.1 (#44)
  • Bump github.com/BurntSushi/toml from 1.1.0 to 1.2.1 (#38 #39)
  • Bump github.com/stretchr/testify from 1.8.0 to 1.8.2 (#41)

v0.6.0

16 Jul 22:20
198e7cf

Choose a tag to compare

  • Go 1.18 support (#32)
  • golangci-lint config (#34)
  • Container based dev flow (#33)
  • Drop Go 1.13 and 1.14 support (#33)
  • Backport from paerser (#18)
    • fix(file): allow slice value that contains comma
    • fix: ignore tag for label decoding
  • Bump github.com/BurntSushi/toml from 0.4.1 to 1.1.0 (#25)
  • Bump github.com/stretchr/testify from 1.7.0 to 1.7.2 (#30)
  • Bump github.com/stretchr/testify from 1.7.2 to 1.8.0 (#37)

v0.5.0

21 Aug 17:22
490c82b

Choose a tag to compare

  • Incorrect conversion between integer types (#19)
  • Test against Go 1.16 and 1.17
  • Backport from paerser (#18)
    • fix: invalid slice metadata.
    • fix: apply time.Second as default unit for integer json unmarshalling
    • fix: bijectivity of JSON marshal and unmarshal
    • fix: simplify MarshalJSON.
  • Bump github.com/BurntSushi/toml from 0.3.1 to 0.4.1 (#17)
  • Bump codecov/codecov-action from 1 to 2
  • Bump github.com/stretchr/testify from 1.6.1 to 1.7.0 (#12)
  • Bump gopkg.in/yaml.v2 from 2.3.0 to 2.4.0 (#11)

v0.4.0

08 Nov 23:08
ba7506e

Choose a tag to compare

  • Handle raw values

v0.3.0

15 Aug 17:06
73915da

Choose a tag to compare

  • Go 1.15 support

v0.2.0

16 Jul 18:24
54ac62f

Choose a tag to compare

  • More tests
  • Fix example and display configuration

v0.1.1

15 Jul 23:45
6084c89

Choose a tag to compare

  • Fix loader
  • Add example

v0.1.0

15 Jul 22:05
baf6fa4

Choose a tag to compare

  • Initial version