jsons v1.2.0 Release Notes

Release Date: 2020-07-03 // almost 4 years ago
    • ๐Ÿ›  Bugfix: Fixed bug with postponed typehints (PEP-563).
    • ๐Ÿ›  Bugfix: Loading an invalid value targeting an optional did not raise.
    • ๐Ÿ›  Bugfix: Loading a dict did not properly pass key_transformers.
    • ๐Ÿ›  Bugfix: Loading a namedtuple did not properly use key_transformers.
    • Bugfix: Utilized __annotations__ in favor _field_types because of deprecation as of 3.8.