cattrs v0.4.0 Release Notes

Release Date: 2017-07-17 // almost 7 years ago
    • Converter.loads is now Converter.structure, and Converter.dumps is now Converter.unstructure.
    • ๐Ÿ‘ Python 2.7 is supported.
    • ๐Ÿšš Moved cattr.typing to cattr.vendor.typing to support different vendored versions of typing.py for Python 2 and Python 3.
    • ๐Ÿ“‡ Type metadata can be added to attrs classes using cattr.typed.