Skip to content

Releases: spacemanspiff2007/easyconfig

v0.4.0

10 Dec 11:16
bc16d39
Compare
Choose a tag to compare
  • Minimum required python version is now 3.10
  • Added preprocessor to so it's possible to move and deprecate configuration entries
  • Added property to get the loaded configuration file
  • Many fixes
  • Updated CI and code linters

v0.3.2rel1

10 Jan 08:09
4d82405
Compare
Choose a tag to compare
Update publish-pypi.yml (#74)

v0.3.2

10 Jan 08:04
288ea3e
Compare
Choose a tag to compare

Updated CI and code linters

v0.3.1

10 Nov 10:01
Compare
Choose a tag to compare

Updated dependencies and code linter

v0.3.0

17 Jul 13:55
Compare
Choose a tag to compare
  • Breaking: requires pydantic 2.0
  • Added support for variable expansion through environment variables and docker secrets

v0.2.8

08 Feb 12:51
697a825
Compare
Choose a tag to compare
  • Fix for StrictBool

v0.2.7

09 Jan 12:59
Compare
Choose a tag to compare

Fixed default generation for data types that inherit from python base types

v0.2.6

21 Dec 12:18
Compare
Choose a tag to compare
  • Fixed an issue where the default yaml file would not be created properly when using aliases in container

v0.2.4

19 Apr 09:49
Compare
Choose a tag to compare

Default values get validated, too

v0.2.3

08 Apr 10:32
Compare
Choose a tag to compare
  • Added extra kwargs check for pydantic fields
  • Added option to get generated yaml as a string