Skip to content

Releases: adamhamlin/deep-equality-data-structures

v1.5.1

11 Oct 21:25
Compare
Choose a tag to compare

Exporting the Options type for ease of use

v1.5.0

21 Sep 15:49
Compare
Choose a tag to compare
  • Adding caseInsensitive option to ignore casing in all strings, including keys/values in objects and arrays
  • Allowing useToJsonTransform option in combination with transformer/mapValueTransformer options

v1.4.0

03 Sep 14:04
Compare
Choose a tag to compare

Adding BiDirectionalDeepMap to support O(1) lookups by both keys AND values

v1.3.1

19 Jul 16:49
Compare
Choose a tag to compare

Ignore jest config file during npm publish

v1.3.0

21 Oct 18:44
Compare
Choose a tag to compare

Adding the static areEqual utility method for one-time equality checks against an arbitrary number of values.

v1.2.1

21 Oct 04:32
Compare
Choose a tag to compare

Fix high severity CVE

v1.2.0

31 Jan 03:43
Compare
Choose a tag to compare

Adding binary operations union, intersection, and difference for both maps and sets.

v1.1.0

05 Jan 04:34
Compare
Choose a tag to compare

Type safety improvements when using the custom transform functions transformer and mapValueTransformer

v1.0.3

18 Dec 20:46
Compare
Choose a tag to compare

Properly sets typescript as a dev dependency.

v1.0.2

17 Dec 17:52
Compare
Choose a tag to compare

Fixing the packaging so this library can be used properly across all TypeScript and JavaScript projects.