This repository has been archived by the owner on Jan 3, 2022. It is now read-only.
Changed
- (SEMVER-MAJOR)
filterResponse
caveat now performs a deep equality check (#127)- The filter was previously just a strict equality check per array item. Anything that can be compared by
fast-deep-equal@^2.0.1
can now be added to the caveat value. Whether something should be added we leave to the consumer. - Since consumers may have relied on the previous behavior for object and/or array values, this change justifies a major version bump.
- The filter was previously just a strict equality check per array item. Anything that can be compared by