v3.9.0-alpha.0
Pre-release
Pre-release
github-actions
released this
19 Sep 17:36
·
700 commits
to main
since this release
Minor Changes
-
#11202
7c2bc08b2
Thanks @benjamn! - PreventQueryInfo#markResult
mutation ofresult.data
and return cache data consistently whether complete or incomplete. -
#6701
8d2b4e107
Thanks @prowe! - Ability to dynamically match mocksAdds support for a new property
MockedResponse.variableMatcher
: a predicate function that accepts avariables
param. Iftrue
, thevariables
will be passed into theResultFunction
to help dynamically build a response.