Skip to content

Releases: nrfta/go-config

v3.2.1

14 Nov 21:22
97c2628
Compare
Choose a tag to compare

🐛 Bug Fix


Contributors

@josemarluedke


For full changes, see the comparison between v3.2.0 and v3.2.1

v3.2.0

13 Aug 21:40
Compare
Choose a tag to compare

🚀 Enhancement

📦 Dependencies


Contributors

@dependabot, @dependabot[bot] and @josemarluedke


For full changes, see the comparison between v3.1.0 and v3.2.0

v3.1.0

06 Mar 18:28
8653968
Compare
Choose a tag to compare

🚀 Enhancement


Contributors

@gjarmstrong and @josemarluedke


For full changes, see the comparison between v3.0.0 and v3.1.0

v3.0.0

25 Oct 16:30
fdab579
Compare
Choose a tag to compare

💥 Breaking Change

🏠 Internal

  • chore: use interface for FS instead of embed.FS; Update pkg to v3 (#29) @josemarluedke

📦 Dependencies


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

12 Feb 04:20
49bded8
Compare
Choose a tag to compare

Fix special case of debugging from main module.

v2.0.1

12 Feb 04:08
8ca535e
Compare
Choose a tag to compare

Fixes bug to account for debugging main modules.

v2.0.0

11 Feb 16:52
Compare
Choose a tag to compare

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

@strobus


v0.3.1

15 Jan 21:25
f8b674e
Compare
Choose a tag to compare
  • No changes

Contributors

@josemarluedke


For full changes, see the comparison between v0.3.0 and v0.4.0

v0.3.0

15 Jan 21:18
bfb5634
Compare
Choose a tag to compare

🚀 Enhancement

🔧 Tooling

📦 Dependencies


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

25 Jul 15:13
bf05e09
Compare
Choose a tag to compare

📦 Dependencies


Contributors

@dependabot-preview, @dependabot-preview[bot] and @josemarluedke


For full changes, see the comparison between v0.2.0 and v0.2.1