All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Added support for Python 3.11 - 3.13
- Dropped support for Python 3.6 - 3.8
2.0.0 - 2023-10-13
- Moved to new GitHub organization
1.0.1 - 2021-09-28
- Fixed compare for
str
types.
1.0.0 - 2021-09-27
- Method to deep compare data structures containing
dict
,list
andtuple
types. - Method to partially deep compare data structures containing
dict
,list
andtuple
types.