Skip to content

Releases: santi100a/equal-lib

Release v1.0.9

27 May 22:06
Compare
Choose a tag to compare
  • Fixed a bug concerning calls to deepEquality with variables of different types.

Release v1.0.8

26 Mar 01:38
Compare
Choose a tag to compare
  • Added DeepEqualityOptions.
  • Added support for dates and regular expressions.

Release v1.0.7

24 Mar 01:37
Compare
Choose a tag to compare
  • 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

21 Mar 01:56
Compare
Choose a tag to compare
  • Further refined and fixed all functions.