Skip to content

Releases: kkyr/fig

v0.4.0

12 Dec 21:58
0afa4d5
Compare
Choose a tag to compare

What's Changed

  • chore: upgrade to go-toml/v2 by @joshkaplinsky in #23
  • Fix issue where map fields would not be validated by @kkyr in #27
  • Add support for custom unmarshaling of strings by @wneessen in #29

New Contributors

Full Changelog: v0.3.2...v0.4.0

v0.3.2

26 Jul 21:20
b6a316a
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.3.2

v0.3.1

03 Feb 21:52
461f223
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.0...v0.3.1

Update Go to 1.16

07 Aug 17:47
Compare
Choose a tag to compare

Changes

  • 9422805 Add regex.Regex support (#7)
  • e67d767 Update Go to 1.16
    • Update github.com/mitchellh/mapstructure to v1.4.1
    • Update github.com/pelletier/go-toml to v1.9.3
    • Update gopkg.in/yaml.v2 to v2.4.0