Skip to content

Releases: ajatkj/typed_configparser

1.1.0

09 Mar 05:48
Compare
Choose a tag to compare

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_var keyword argument to parse_section method. Read more about InitVar here.

Bug Fixes and Internal Cleanup:

  • Fixed issue #9 where from __future__ import annotations was 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.

1.0.2

24 Jan 13:15
d091430
Compare
Choose a tag to compare

Bump version to 1.0.2 and minor fixes.

1.0.1

24 Jan 09:59
d6938c3
Compare
Choose a tag to compare

Minor changes in PyPI package

1.0.0

23 Jan 16:39
f867ec4
Compare
Choose a tag to compare

What's Changed

  • Added pre-commit, updated readme etc. by @ajatkj in #1

Full Changelog: https://github.com/ajatkj/typed_configparser/commits/1.0.0