Skip to content

v0.10.0

Compare
Choose a tag to compare
@AKuederle AKuederle released this 09 Sep 08:57
· 342 commits to main since this release

[0.10.0] - 2022-09-09

Changed

  • Reworked once again when and how annotations for tpcp classes are processed.
    Processing is now delayed until you are actually using the annotations (i.e. as part of the "safe wrappers").
    The only user facing change is that the chance of running into edge cases is lower and that __field_annotations__ is
    now only available on class instances and not the class itself anymore.