v2.9
- Added support for PEP 563 postponed evaluation of annotations. See here for details.
- Added ability to treat named tuples as dictionaries during serialization/deserialization:
- new
as_dict
andas_list
serialization and deserialization engines - new
namedtuple_as_dict
config option
- new