Skip to content

v0.26.2

Compare
Choose a tag to compare
@kettanaito kettanaito released this 08 Feb 23:19

Bug fixes

  • Fixes an issue that resulted in GraphQL request handlers not annotating the mocked response structure based on the given generic type (#587).
  • Fixes an issue when a one-time request handler (res.once) affected multiple matching requests made in parallel (#583).
  • Properly exports the renamed OnUnhandledRequest type as the new UnhandledRequestStrategy type (#577).