1
0
Fork 0
mirror of https://github.com/Luzifer/go-holidays.git synced 2024-12-29 07:11:19 +00:00
go-holidays/vendor/github.com/Luzifer/rconfig/History.md
Knut Ahlers a516b9b687
Modify repo structure
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2018-09-09 23:27:55 +02:00

18 lines
534 B
Markdown

# 2.1.0 / 2018-08-02
* Add AutoEnv feature
# 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.
# 1.2.0 / 2017-06-19
* Add ParseAndValidate method
# 1.1.0 / 2016-06-28
* Support time.Duration config parameters
* Added goreportcard badge
* Added testcase for using bool with ENV and default