History

v0.6.0

20 Apr 2024

Features

  • Adding Pydantic v2 support. (#10)

v0.5.1

18 Apr 2024

Bugfixes

  • Refreshed the package metadata. (#1)

  • Require Python 3.8 or later.

v0.5.0

20 Nov 2020

  • Separating generated modules by directories to avoid name clashes.

v0.4.1

14 Oct 2020

  • Fixing directory creation for dumping built YAML files.

v0.4.0

16 Dec 2019

  • Now supporting models from python-kubernetes>=11.

v0.3.6

15 Dec 2019

  • Adding logs.

v0.3.5

15 Dec 2019

  • Now supporting Kubernetes objects correctly.

v0.3.4

15 Dec 2019

  • Fixing cleanup of data before dump.

v0.3.3

15 Dec 2019

  • Cleaning up the data before dumping.

v0.3.2

05 Dec 2019

  • Preferring to_dict() to dataclasses.asdict(). This is because objects might need to be more specific about how they should convert themselves to a dict.

v0.3.1

04 Dec 2019

  • Fixing the serialization of objects inside tuples.

v0.3.0

04 Dec 2019

  • Supporting tuples for multi-section YAML generation.

v0.2.0

03 Dec 2019

Supporting other types for generating dictionaries:

  • Classes with a to_dict method

  • Classes from the attr library

  • “Flat” classes that can be serialized through __dict__

v0.1.2

01 Dec 2019

  • Supporting patchesJson6902

v0.1.1

01 Dec 2019

  • Supporting patchesStrategicMerge

v0.1.0

01 Dec 2019

  • First release!

  • Supporting dictionaries and dataclasses.