Open
Paebbels
opened this issue 1 year ago
•
0 comments
New Features
Added resolution of record element subtypes in packages.
New RecordElementSymbol.
Changes
Bumped dependencies.
Added Nullable if a parameter has a default value of None.
Older versions implicitly inferred nullable/optional, but new version if mypy request it explicitly.
Changed many properties from @property to @readonly.
Added and improved usage of parent parameter to be forwarded down to ModelEntity.
Bug Fixes
Fix importing of objects with multiple identifiers.
See #82