You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: allow `$ref` pointers to point to a `null` value (#374)
* fix: allow `$ref` pointers to point to a `null` value
* fix: removing a `.only()` test designation
* fix: pr feedback
fix: `http.timeout` default does not match the documentation (#373)
* fix: `http.timeout` default does not match the documentation
* fix: changing the default in the docs to match what the default is
feat: `dereference.preservedProperties` for preserving data during de…
…referencing (#369)
* feat: `dereference.preservedProperties` for preserving data during dereferencing
* fix: typo
* fix: wrapping logic in a conditional
feat: creation of a new `onCircular` hook for accumulating circular r…
…efs (#366)
* feat: creation of a new `onCircular` hook for accumulating circular refs
* fix: removing a test `.only`