# Changelog

## Version 1.0.5

- Added error handling for circular references.

## Version 1.0.6

- Further refined and fixed all functions.

## Version 1.0.7

- Fully migrated `arrayEquality` to an iterative implementation.
- Introduced the `EqualityOptions` and the ability to specify an epsilon for floating-point numbers.

## Version 1.0.8

- Added `DeepEqualityOptions`.
- Added support for dates and regular expressions.

## Version 1.0.9

- Fixed a bug concerning calls to `deepEquality` with variables of different types.
