Releases: nrfta/go-config
v3.2.1
🐛 Bug Fix
- bug: more reliably find out if running in tests (#33) @josemarluedke
Contributors
For full changes, see the comparison between v3.2.0 and v3.2.1
v3.2.0
🚀 Enhancement
- feat: add region to meta config (#32) @josemarluedke
📦 Dependencies
- Bump golang.org/x/net from 0.17.0 to 0.23.0 (#31) @dependabot
Contributors
@dependabot, @dependabot[bot] and @josemarluedke
For full changes, see the comparison between v3.1.0 and v3.2.0
v3.1.0
🚀 Enhancement
- chore: add read json func (#30) @gjarmstrong
Contributors
@gjarmstrong and @josemarluedke
For full changes, see the comparison between v3.0.0 and v3.1.0
v3.0.0
💥 Breaking Change
- feat: Move away from packr; Use embed instead (#27) @josemarluedke
🏠 Internal
- chore: use interface for FS instead of embed.FS; Update pkg to v3 (#29) @josemarluedke
📦 Dependencies
- Bump golang.org/x/net from 0.15.0 to 0.17.0 (#28) @dependabot
- Bump github.com/spf13/viper from 1.6.1 to 1.6.2 (#21) @dependabot-preview
Contributors
@dependabot, @dependabot-preview, @dependabot[bot], @josemarluedke and @strobus
For full changes, see the comparison between v2.0.2 and v3.0.0
v2.0.2
v2.0.1
v2.0.0
This release establishes a new module version: github.com/nrfta/go-config/v2
, which will continue development in the v2
branch of this repository.
The v2
is to match the dependency upgrade to github.com/gobuffalo/packr/v2
.
Projects depending on github.com/nrfta/go-config/v2
should upgrade their dependency on this module as well as upgrade to github.com/gobuffalo/packr/v2
.
See the README for information on code changes in consuming projects. The main change is the packr/v2
's constructor function has changed to New
, which takes 2 arguments:
// in consuming projects config.go
func init() {
box := packr.New("config", ".")
err := config.Load(box, &Config)
// etc.
}
Contributors
v0.3.1
v0.3.0
🚀 Enhancement
- Add support for go 1.13 (#20) @josemarluedke
🔧 Tooling
- Migrate CI to GitHub Actions (#15) @josemarluedke
📦 Dependencies
- Bump github.com/onsi/gomega from 1.7.1 to 1.8.1 (#19) @dependabot-preview
- Bump github.com/onsi/ginkgo from 1.10.3 to 1.11.0 (#18) @dependabot-preview
- Bump github.com/spf13/viper from 1.5.0 to 1.6.1 (#16) @dependabot-preview
- Bump github.com/onsi/gomega from 1.7.0 to 1.7.1 (#13) @dependabot-preview
- Bump github.com/spf13/viper from 1.4.0 to 1.5.0 (#14) @dependabot-preview
- Bump github.com/onsi/ginkgo from 1.10.1 to 1.10.3 (#12) @dependabot-preview
- Bump github.com/onsi/ginkgo from 1.10.0 to 1.10.1 (#10) @dependabot-preview
- Bump github.com/onsi/ginkgo from 1.9.0 to 1.10.0 (#9) @dependabot-preview
- Bump github.com/onsi/gomega from 1.6.0 to 1.7.0 (#8) @dependabot-preview
- Bump github.com/onsi/ginkgo from 1.8.0 to 1.9.0 (#7) @dependabot-preview
- Bump github.com/onsi/gomega from 1.5.0 to 1.6.0 (#6) @dependabot-preview
Contributors
@dependabot-preview, @dependabot-preview[bot] and @josemarluedke
For full changes, see the comparison between v0.2.1 and v0.3.0
v0.2.1
📦 Dependencies
- Bump github.com/neighborly/go-errors from 0.1.0 to 0.1.1 (#5) @dependabot-preview
Contributors
@dependabot-preview, @dependabot-preview[bot] and @josemarluedke
For full changes, see the comparison between v0.2.0 and v0.2.1