Skip to content

v0.5.0 - Breaking (Object Format) - Fixes for Nested Model Serialization

Compare
Choose a tag to compare
@NowanIlfideme NowanIlfideme released this 01 Jun 20:14
· 91 commits to main since this release
76f524e

⚠️ Important Breaking Fix ⚠️

Nested models are now properly serialized and loaded. Note that you must specify "class": "YourClassName" in JSON (or the equivalent in YAML) when creating these files by hand. Docs fix will be done in a later patch.

This will break saved objects, but should NOT change any of your code.

What's Changed

Full Changelog: v0.4.0...v0.5.0