Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Version 0.6.0

Compare
Choose a tag to compare
@pappasam pappasam released this 16 Jun 16:33
· 20 commits to master since this release

Added

  • Support default arguments for NamedTuples and dataclasses. Behavior: if default argument exists, if no argument is present in the unstructure Python object, and if there is a default value for the argument, we use the default argument instead of None (which is automatically returned by dict.get).