Skip to content

Releases: interuss/implicitdict

v2.3.0

10 Nov 00:46
a137d9e
Compare
Choose a tag to compare
  • Improve base class support (e.g., classes that inherit from a List of type-hinted items)
  • Improve parsing stack traces

v2.2.1

11 Aug 14:59
4d0cba0
Compare
Choose a tag to compare

Fix jsonschema treatment of bool fields

v2.2.0

26 Jul 21:49
e83bd9a
Compare
Choose a tag to compare

JSON Schema generation is added

v2.1.1

30 Mar 18:45
b4776a9
Compare
Choose a tag to compare

With #7, data structures with non-primitive data types inside lists are treated more correctly.

v2.1.0

08 Feb 18:22
c0efa3e
Compare
Choose a tag to compare

With #6, StringBasedDateTime and StringBasedTimeDelta now behave more consistently and that behavior is better-defined.

Do not serialize class properties

11 Jan 19:50
e58c91e
Compare
Choose a tag to compare

With #5, implicitdict no longer attempts to serialize or deserialize class properties (implemented as methods). This harmonizes behavior with other dict subclasses.

Fix future annotations bug

27 Oct 19:15
b8ac04e
Compare
Choose a tag to compare

ImplicitDict now processes types correctly with from __future__ import annotations.

Expanded nested list support

17 Oct 02:54
b0244e1
Compare
Choose a tag to compare
v1.1.0

Address nested arrays case (#2)

Initial release

10 Oct 17:33
45dd43f
Compare
Choose a tag to compare
v1.0.0

Transfer first version from DSS repo