- Added error handling for circular references.
- Further refined and fixed all functions.
- Fully migrated
arrayEquality
to an iterative implementation. - Introduced the
EqualityOptions
and the ability to specify an epsilon for floating-point numbers.
- Added
DeepEqualityOptions
. - Added support for dates and regular expressions.
- Fixed a bug concerning calls to
deepEquality
with variables of different types.