Skip to content

Releases: tcalmant/python-javaobj

javobj-py3 0.2.1

23 Aug 17:25
Compare
Choose a tag to compare
  • Support for Python 2.6 added back by @voetsjoeba
  • Corrected the call to Maven when running tests

javobj-py3 0.2.0

16 May 11:37
Compare
Choose a tag to compare
  • 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

0.1.3

22 Apr 18:11
Compare
Choose a tag to compare

The project is now closer to the original project and can write basic serialized files.