Skip to content

Releases: Dobiasd/undictify

0.6.5

22 May 05:40
Compare
Choose a tag to compare
  • Fixed handling of optional unions

0.6.4

17 Feb 06:05
Compare
Choose a tag to compare
  • Support for custom converter functions.

0.6.2

14 Feb 14:11
Compare
Choose a tag to compare
  • Allow target values of type Any to accept dicts.

0.6.1

14 Feb 10:21
Compare
Choose a tag to compare
  • Disallow conversion when Unions are used as target.
  • Improved exception messages.

0.6.0

12 Feb 20:22
Compare
Choose a tag to compare
  • Support for unions made of built-in types
  • Support for dictionaries as parameters in target functions

0.5.0

07 Jan 16:08
Compare
Choose a tag to compare

Add support for meaningful conversions from string to bool (with convert==True):

  • True <- ['1', 'yes', 'true', 'on']
  • False <- ['0', 'no', 'false', 'off']

0.4.4

05 Dec 07:52
Compare
Choose a tag to compare

minor Pylint fix

0.4.3

05 Dec 07:48
Compare
Choose a tag to compare

Add support for omitting function parameters with default value

0.4.1

23 Nov 17:59
Compare
Choose a tag to compare
  • Add support for PEP 563 (postponed evaluation of annotations)

0.4

09 Sep 12:41
Compare
Choose a tag to compare
0.4
  • Add type_checked_constructor to preserve meta-information of classes