All notable changes to this project will be documented in this file. If you are interested in bug fixes, enhancements etc., best follow the project on GitHub.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
The generic types of the DeepDict
class have been changed. Now it accepts types as the built-in dict
type.
- Helper classes for Keys and Values to make it possible to bypass behaviour.
- Issue of tuple keys. It was not possible to define subdictionaries with tuple keys. Now
it is possible with the provided
Key
helper class.