jsons v1.1.1 Release Notes

Release Date: 2019-12-22 // over 4 years ago
  • ๐Ÿ”„ Changes

    • ๐Ÿ”‹ Feature: Added a serializer for Union types.
    • ๐Ÿ”„ Change: Exceptions are more clear upon deserialization failure (thanks to haluzpav).
    • ๐Ÿ”„ Change: You can no longer announce a class with a custom name.
    • ๐Ÿ›  Bugfix: Fixed dumping optional attributes.
    • ๐Ÿ›  Bugfix: Dataclasses inheriting from JsonSerializable always dumped their attributes as if in strict mode.