Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Latest commit

 

History

History
76 lines (48 loc) · 1.06 KB

CHANGES.rst

File metadata and controls

76 lines (48 loc) · 1.06 KB

0.5.0

  • Separating generated modules by directories to avoid name clashes.

0.4.1

  • Fixing directory creation for dumping built YAML files.

0.4.0

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

0.3.6

  • Adding logs.

0.3.5

  • Now supporting Kubernetes objects correctly.

0.3.4

  • Fixing cleanup of data before dump.

0.3.3

  • Cleaning up the data before dumping.

0.3.2

  • 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.

0.3.1

  • Fixing the serialization of objects inside tuples.

0.3.0

  • Supporting tuples for multi-section YAML generation.

0.2.0

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__

0.1.2

  • Supporting patchesJson6902

0.1.1

  • Supporting patchesStrategicMerge

0.1.0

  • First release!
  • Supporting dictionaries and dataclasses.