Releases: santi100a/equal-lib
Releases · santi100a/equal-lib
Release v1.0.9
- Fixed a bug concerning calls to
deepEquality
with variables of different types.
Release v1.0.8
- Added
DeepEqualityOptions
. - Added support for dates and regular expressions.
Release v1.0.7
- Fully migrated
arrayEquality
to an iterative implementation. - Introduced the
EqualityOptions
and the ability to specify an epsilon for floating-point numbers.
Release v1.0.6
- Further refined and fixed all functions.