* reworked file/directory config entry to use pathlib (8) by markusressel * only set value from env if it doesnt match the current value to prevent "invalid value" errors for "None" values
1.5.2
* fixed None parsing in constructor even when None is not allowed for the entry
1.5.1
* updated py-range-parse dependency
1.5.0
* added RangeConfigEntry * fixed license info in setup.py
1.4.0
What’s Changed
🚀 Features and ✨ Enhancements
* added DirectoryConfigEntry (6) by markusressel * Feature/file config entry (5) by markusressel * added config entry name validation * added `delimiter` parameter to `ListConfigEntry` to set a custom delimiter