Releases: adamhamlin/deep-equality-data-structures
Releases · adamhamlin/deep-equality-data-structures
v1.5.1
v1.5.0
- Adding
caseInsensitive
option to ignore casing in all strings, including keys/values in objects and arrays - Allowing
useToJsonTransform
option in combination withtransformer
/mapValueTransformer
options
v1.4.0
Adding BiDirectionalDeepMap
to support O(1) lookups by both keys AND values
v1.3.1
Ignore jest config file during npm publish
v1.3.0
Adding the static areEqual
utility method for one-time equality checks against an arbitrary number of values.
v1.2.1
Fix high severity CVE
v1.2.0
Adding binary operations union
, intersection
, and difference
for both maps and sets.
v1.1.0
Type safety improvements when using the custom transform functions transformer
and mapValueTransformer
v1.0.3
Properly sets typescript as a dev dependency.
v1.0.2
Fixing the packaging so this library can be used properly across all TypeScript and JavaScript projects.