conf/CHANGELOG.md
Bruno Carlin 5526815bb5
All checks were successful
/ linting (push) Successful in 52s
/ tests (push) Successful in 48s
chore: finalize v0.4.0
2025-01-15 15:17:09 +01:00

29 lines
811 B
Markdown

# Changelog
## Unreleased
## v0.4.0 (2025-01-15)
- Add support for TOML configuration files
- Add support for HCL configuration files
- Add support for YAML configuration files
- Use stdlib for tests instead of convey
- Public functions now panic when the data to be marshaled or unmarshaled is not
a pointer to a struct. These errors should be caught during deelopment (with
unit tests).
- Update golangci-lint configuration
## v0.3.0 (2025-01-14)
- The repo has moded from code.bcarlin.xyz/go/conf to code.bcarlin.net/go/conf.
The old module has been deprecated in favor of the new one.
## v0.2.0 (2021-12-19)
- Added License
- Changed the go version to 1.17
- Added a Loadfiles function to load at once several config files
## v0.1.0 (2020-03-17)
- Initial varsion with support for JSON files