typed_configparser v1.1.0 Release Notes
Release Date: 2024-03-09 // over 2 years ago-
What's Changed
🆕 New Features:
- ➕ Add support for dataclass field level init. (bug #10)
- Add support for post_init method. (bug #10)
- Add support for InitVar. You can now send initial values to be used in post_init method using
init_varkeyword argument toparse_sectionmethod. Read more about InitVar here.
🐛 Bug Fixes and Internal Cleanup:
- 📜 Fixed issue #9 where
from __future__ import annotationswas breaking the code. - ↪ Re-written some internal code to use dataclasses in "proper" way instead using hacky workarounds.
- ➕ Added a few tests related to above new features.
Previous changes from v1.0.2
-
⬆️ Bump version to 1.0.2 and minor fixes.