Skip to content

javobj-py3 0.2.0

Compare
Choose a tag to compare
@tcalmant tcalmant released this 16 May 11:37
· 199 commits to master since this release
  • Better support of references, thanks to @iciclespider:
    • Compatibility Warning: this version replaces object transformers by object creators.
    • They are called before storing the reference to an object and before it is deserialized.
    • This avoids a lot of problems in the handling of reference
  • Some more tests have been enabled, as they now pass successfully