Releases: knadh/koanf
Releases · knadh/koanf
v1.4.1
What's Changed
- fix nil pointer dereference when no callback passed to provider by @robinbraemer in #129
- eliminate a type assertion by @robinbraemer in #130
- fix: highlight code in README by @gozeloglu in #131
- Add tests for env.go by @gozeloglu in #132
- Add tests for ProviderWithValue func in env.go by @gozeloglu in #133
- Tests added for Read() in env by @gozeloglu in #134
- Add tests for dotenv by @gozeloglu in #137
- Add tests for parsers/json by @gozeloglu in #136
- Fix StringMap and StringsMap by @hoshsadiq in #139
New Contributors
- @robinbraemer made their first contribution in #129
- @gozeloglu made their first contribution in #131
- @hoshsadiq made their first contribution in #139
Full Changelog: v1.4.0...v1.4.1
v1.4.0
What's Changed
- feat(appconfig): add new ProviderWithClient initialiser by @ollystephens in #124
- Add variadic options parameter to
Load
by @aeneasr in #128
New Contributors
- @ollystephens made their first contribution in #124
Full Changelog: v1.3.3...v1.4.0
v1.3.3
What's Changed
- Add nestedtext parser by @npillmayer in #121
- feat: add optional delim to structs provider by @rhnvrm in #123
New Contributors
- @npillmayer made their first contribution in #121
Full Changelog: v1.3.2...v1.3.3
v1.3.2
v1.3.0
Add AWS AppConfig provider.
What's Changed
- feat: add provider for AWS AppConfig by @Thunderbottom in #112
New Contributors
- @Thunderbottom made their first contribution in #112
Full Changelog: v1.2.4...v1.3.0
v1.2.1
v1.2.0
v1.1.1
- 57e89cf Merge pull request #94 from knadh/fix-posflag-callbacks
- d3bad45 Merge pull request #91 from knadh/bug-report-template
- b1985ad Merge pull request #93 from rhnvrm/unit-test-issue-90
- a72baa3 Merge pull request #92 from knadh/fix-posflag-callbacks
- adc0b54 tests: add unit test for #90
- 9e87eba Fix unchanged default posflag value merging via incorrect callback.
- 2f82a14 Merge pull request #87 from mvrahden/feature/filesystem
- 6e9c0a7 Add github issue templates
- 023ecc6 Update README with fs.FS provider
- f7e28d0 fix call to Close on file descriptor
- caeef66 Merge pull request #1 from rhnvrm/feature/filesystem
- 02f42ea fix: add build constraints to maintain compat
- 149144c add fs.FS provider
- 139fe40 Merge pull request #85 from mvrahden/fix/base_test
- 7cc3416 move error assertions and make them error-type dependent
- 0a31536 fix race condition and reduce test time by half
- af2e3f4 simplify and unify test arrangements
- aa62c04 update testify to v1.7.0
- 5234867 Merge pull request #84 from mr-karan/gh_actions
- c79fbc5 feat: Replace Travis with GitHub Actions