Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

v0.3.3

Compare
Choose a tag to compare
@garciparedes garciparedes released this 10 Jan 11:37
· 7 commits to main since this release
cf00222

Changelog

  • Big refactor of the minos.common.model.serializers module:
    • Add encode_schema, decode_schema, encode_data and decode_data callback-like functions to be able to modify the serialization/deserialization logic.
    • Add SchemaEncoder, SchemaDecoder, DataEncoder and DataDecoder abstract base classes.
    • Increase serialization/deserialization robustness.