With 7, data structures with non-primitive data types inside lists are treated more correctly.
2.1.0
With 6, StringBasedDateTime and StringBasedTimeDelta now behave more consistently and that behavior is better-defined.
2.0.0
With 5, implicitdict no longer attempts to serialize or deserialize class properties (implemented as methods). This harmonizes behavior with other `dict` subclasses.
1.1.1
ImplicitDict now processes types correctly with `from __future__ import annotations`.