1
0
mirror of https://github.com/Luzifer/rconfig.git synced 2024-09-19 17:03:00 +00:00
rconfig/History.md

46 lines
1.0 KiB
Markdown
Raw Permalink Normal View History

2024-08-18 10:14:42 +00:00
# 2.5.1 / 2024-08-18
* CI: Update linter config, fix linter errors, update CI config
2023-12-20 11:29:17 +00:00
# 2.5.0 / 2023-12-20
* Update deps, fix linter errors, bump min Go version
* [CI] Replace old CI with Github Actions
2021-09-06 16:59:45 +00:00
# 2.4.0 / 2021-09-06
* Switch to repo-runner for tests
* Port tests to pure-Go-tests
2021-08-06 14:15:07 +00:00
# 2.3.0 / 2021-08-06
* Drop pre-1.15 support, update dependencies
* Add hint for go modules to v2
2019-02-04 16:05:10 +00:00
# 2.2.1 / 2019-02-04
* Add go module information
2018-09-17 22:25:12 +00:00
# 2.2.0 / 2018-09-18
* Add support for time.Time flags
2018-08-02 10:04:06 +00:00
# 2.1.0 / 2018-08-02
* Add AutoEnv feature
2018-08-02 07:20:09 +00:00
# 2.0.0 / 2018-08-02
* Breaking: Ensure an empty default string does not yield a slice with 1 element
Though this is a just a tiny change it does change the default behaviour, so I'm marking this as a breaking change. You should ensure your code is fine with the changes.
2017-06-19 12:24:19 +00:00
# 1.2.0 / 2017-06-19
* Add ParseAndValidate method
2016-06-28 10:32:40 +00:00
# 1.1.0 / 2016-06-28
* Support time.Duration config parameters
* Added goreportcard badge
* Added testcase for using bool with ENV and default