- Groundwork for validating types more rigorously when using custom types (16) - Support for EnvVar Default Values in __init__ (15) - bugfix: Fix: Incompatible types in assignment (expression has type "EnvVar", variable has type "...") (14)
1.4.0
Add support for new types: - `StrEnum` or `...(str, Enum)` for Python < 3.11 - `datetime.date` - `datetime.datetime`
Config object are now hashable and can be compared with `==`