Version 0.6
In this major update:
@dataclasshas received a new option,meta, allowing you to specify a custom metaclass__eq__now compares the types of its arguments- dataclasses' decorator options
orderandunsafe_hashhave finally been implemented - A custom
__call__is now only used when required - The behaviour of
fields()now matches the version from dataclasses- A new function,
values()implements its old behaviour
- A new function,