___________________ - Added a default (de)serializer for ``date`` objects.
0.12.5
___________________ - Added a default (de)serializer for ``time`` objects.
0.12.4
___________________ - Supporting deserialization of classes with fields with ``init=False``.
0.12.3
___________________ - If a deserialization method's forward reference is not found in globals, it will be searched for again every deserialization until it is found.
0.12.2
___________________ - If globals are passed to ``deserialize``, they are enriched with classes encountered during deserialization.
0.12.1
___________________ - Supporting deserialization of lists with generic type hints if the actual type was serialized.