Skip to content

Releases: spacemanspiff2007/easyconfig

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

v0.2.2

31 Mar 04:22
Compare
Choose a tag to compare
  • Added convenience base classes AppBaseModel and BaseModel
  • Works with private attributes and class functions
  • Fixed an issue where multiline comments would not be created properly
  • Added an option to exclude entries from config file