Added ===== - Any attribute, including parent ones, that starts with underscore will be ignored. - `item_zip` was added. It iterates between more than one `dict`.
Fixed ==== - Now, indeed, anything started with underscore will be ignored.
0.0.2
Changed ======== - Any attribute starting with a `_` will not be added to the dataclass, but will be available normally
Fixed ====== - `dataclass_dict.DataclassDict.__new__` and `dataclass_dict.DataclassDict.__init_subclass__` now calls their parents with `super` - If a class inherited `dataclass_dict.DataclassDict` and it didn't have a field with annotations, it would raise an error. That's fixed now.
0.0.1.1
Added ====== - Added Tidelif information in the readme
Fixed ==== - Fixed informations in the `setup.py` file such as descriptions and repository link.