File tree Expand file tree Collapse file tree 1 file changed +30
-30
lines changed
Expand file tree Collapse file tree 1 file changed +30
-30
lines changed Original file line number Diff line number Diff line change 1- 0 .5.1
2- =====
1+ v0 .5.1
2+ ======
33
44Bugfixes
55--------
@@ -8,79 +8,79 @@ Bugfixes
88- Require Python 3.8 or later.
99
1010
11- 0 .5.0
12- =====
11+ v0 .5.0
12+ ======
1313
1414* Separating generated modules by directories to avoid name clashes.
1515
16- 0 .4.1
17- =====
16+ v0 .4.1
17+ ======
1818
1919* Fixing directory creation for dumping built YAML files.
2020
21- 0 .4.0
22- =====
21+ v0 .4.0
22+ ======
2323
2424* Now supporting models from python-kubernetes>=11.
2525
26- 0 .3.6
27- =====
26+ v0 .3.6
27+ ======
2828
2929* Adding logs.
3030
31- 0 .3.5
32- =====
31+ v0 .3.5
32+ ======
3333
3434* Now supporting Kubernetes objects correctly.
3535
36- 0 .3.4
37- =====
36+ v0 .3.4
37+ ======
3838
3939* Fixing cleanup of data before dump.
4040
41- 0 .3.3
42- =====
41+ v0 .3.3
42+ ======
4343
4444* Cleaning up the data before dumping.
4545
46- 0 .3.2
47- =====
46+ v0 .3.2
47+ ======
4848
4949* Preferring to_dict() to dataclasses.asdict().
5050 This is because objects might need to be more specific about how they
5151 should convert themselves to a dict.
5252
53- 0 .3.1
54- =====
53+ v0 .3.1
54+ ======
5555
5656* Fixing the serialization of objects inside tuples.
5757
58- 0 .3.0
59- =====
58+ v0 .3.0
59+ ======
6060
6161* Supporting tuples for multi-section YAML generation.
6262
63- 0 .2.0
64- =====
63+ v0 .2.0
64+ ======
6565
6666Supporting other types for generating dictionaries:
6767
6868* Classes with a ``to_dict `` method
6969* Classes from the ``attr `` library
7070* "Flat" classes that can be serialized through ``__dict__ ``
7171
72- 0 .1.2
73- =====
72+ v0 .1.2
73+ ======
7474
7575* Supporting patchesJson6902
7676
77- 0 .1.1
78- =====
77+ v0 .1.1
78+ ======
7979
8080* Supporting patchesStrategicMerge
8181
82- 0 .1.0
83- =====
82+ v0 .1.0
83+ ======
8484
8585* First release!
8686* Supporting dictionaries and dataclasses.
You can’t perform that action at this time.
0 commit comments