v4.0.0
·
146 commits
to master
since this release
What’s Changed
🚀 Features and ✨ Enhancements
- Feature/#25 required instead of none allowed (#26) by @markusressel
- better error output
- custom logger for exceptions in
ConfigEntry
Migration Guide:
- change all
non_allowedconstructor parameters torequiredand invert their value, f.ex.none_allowed=Truebecomesrequired=Falseand vice versa - the special case for
StringConfigEntryparsing"None"and other Strings to actualNonevalues has been removed, if you relied on this feature you have to implement it yourself