Skip to content

v1.1.0

Compare
Choose a tag to compare
@enisdenjo enisdenjo released this 05 Aug 18:48

1.1.0 (2022-08-05)

Bug Fixes

  • isResponse correctly asserts even if body is null (102de6d)
  • Different types for request and response headers (9e91141)
  • handler: context option can return a response (86c28d1)
  • handler: Match status text with status code (f07454d)
  • handler: More details about parse error (3306cae)

Features

  • client: url option function with request params as argument (99d9086)
  • handler: onSubscribe option can return an array of GraphQL errors (ebd91ad)
  • handler: Custom GraphQL getOperationAST option (f4a2aab)
  • handler: Custom GraphQL parse option (6ef4c57)