Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 807 Bytes

CHANGELOG.md

File metadata and controls

29 lines (16 loc) · 807 Bytes

Changelog

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.

[Unreleased]

[2.0.0] - 2023-10-01

Changed

The generic types of the DeepDict class have been changed. Now it accepts types as the built-in dict type.

[1.1.0] - 2023-10-01

Added

  • Helper classes for Keys and Values to make it possible to bypass behaviour.

Fixed

  • Issue of tuple keys. It was not possible to define subdictionaries with tuple keys. Now it is possible with the provided Key helper class.

Changed

Removed