Skip to content
This repository has been archived by the owner on Jan 3, 2022. It is now read-only.

4.0.0

Latest
Compare
Choose a tag to compare
@rekmarks rekmarks released this 23 Dec 07:25
· 17 commits to main since this release
41ca3b6

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.