Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Unreleased
Added
Removed
All the features related to loading and parsing
TOMLconfigurations. (#40)
0.1.0
Added
Introduced
anton.toml_conf- TOML support to anton. (#27)Refactor
testsmodule. (#26)anton.yaml_confis able to read, type-checktyping.Anyandtyping.Optionaltype feilds in dataclasses. (#22)anton.yaml_confis able to read, type-checktyping.Tupletype feilds in dataclasses. . (#21)Refactor and rename all references of
pyyamlconftoanton. (#20)Setup
readthedocsfor the project. (#17)Add basic documentation for the project. (#16)
Add basic information. (#8)
pyyamlconf.yaml_confis able to read, type-check custom user-defined dataclasses as field in dataclasses. (#7)pyyamlconf.yaml_confis able to read, type-checktyping.Dicttype feilds in dataclasses. (#6)pyyamlconf.yaml_confis able to read, type-checktyping.Listtype feilds in dataclasses. (#4)Added
yaml_confdecorator which allows creating dataclasses from yaml files for primitive types by avoiding boilerplate code.