Skip to content

Releases: leandro-benedet-garcia/dataclass_dict

0.0.6

04 Jul 03:12
Compare
Choose a tag to compare

Changed

  • The software will now tell which variable has a invalid name.

0.0.3

26 Dec 21:23
Compare
Choose a tag to compare

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

15 Oct 16:42
Compare
Choose a tag to compare

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

02 Oct 23:46
Compare
Choose a tag to compare

Added

  • Added Tidelif information in the readme

Fixed

  • Fixed informations in the setup.py file such as descriptions and
    repository link.

0.0.1

02 Oct 02:53
Compare
Choose a tag to compare

Added

  • Package released