2021-12-19 20:43:33 +01:00
|
|
|
# Changelog
|
|
|
|
|
|
|
|
## Unreleased
|
|
|
|
|
2024-05-06 11:19:26 +02:00
|
|
|
- Add support for TOML configuration files
|
2025-01-15 01:49:44 +01:00
|
|
|
- Add support for HCL configuration files
|
2025-01-15 15:06:02 +01:00
|
|
|
- Add support for YAML configuration files
|
2024-05-04 22:18:57 +02:00
|
|
|
- Use stdlib for tests instead of convey
|
2025-01-15 01:50:41 +01:00
|
|
|
- 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).
|
2025-01-14 01:06:47 +01:00
|
|
|
- Update golangci-lint configuration
|
2024-05-04 22:18:57 +02:00
|
|
|
|
2025-01-15 01:47:06 +01:00
|
|
|
## 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.
|
|
|
|
|
2021-12-19 20:51:57 +01:00
|
|
|
## v0.2.0 (2021-12-19)
|
|
|
|
|
2021-12-19 20:43:33 +01:00
|
|
|
- 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)
|
|
|
|
|
2024-05-06 11:19:26 +02:00
|
|
|
- Initial varsion with support for JSON files
|