Skip to content

Releases: graffle-js/graffle

next

29 May 13:00
74e70d3
Compare
Choose a tag to compare
next Pre-release
Pre-release

BREAKING CHANGES

Features

Fixes

Improvements

Chores

Read more

graphql-request@7.1.2

02 Nov 01:21
Compare
Choose a tag to compare

Fixes:

  • b732f45 Remove reference to type-fest which is not a dependency.

graphql-request@7.1.1

02 Nov 01:13
Compare
Choose a tag to compare

Fixes

  • 37445c8 Support CJS and remove Graffle code. To use Graffle by now, you should be using pnpm add graffle@next.

7.1.0

22 Jun 02:41
30b39bf
Compare
Choose a tag to compare

Fixes

Improvements

  • 30b39bf improve: update all deps to latest (#936)
  • 92ea1b2 docs: mention additional requirement for TS
  • 39dfb37 refactor: no mock server
  • db4db92 docs: TS moduleResolution requirements

Graffle

Features

Chores

7.0.1

11 May 04:34
Compare
Choose a tag to compare

Fixes

  • dc299d9 no node fs module in runtime

Improvements

  • 11805c8 improve: remove needless deep imports into graphql

Chores

7.0.0

09 May 02:18
Compare
Choose a tag to compare

BREAKING CHANGES

  • 2a121c6 remove inlined graphql websocket code
  • 99a192e add spec compliant default Accept header (#618)
  • 0e53aed replace GraphQLClientRequestHeaders with built-in HeadersInit type (#616)
  • c3a309f remove support for CommonJS (#607)
  • 6efcc0d remove cross-fetch polyfill
  • Valid URL must be passed (no more path-only strings like /foo) (#745)

Features

  • f906d22 export request init extended type (#812)
  • cc2dc55 response middleware extra info (#788)
  • 2a121c6 (breaking) remove inlined graphql websocket code
  • 0f1b7b5 exclude operation name via a field in RequestConfig (#645)
  • 99a192e (breaking) add spec compliant default Accept header (#618)
  • 0e53aed (breaking) replace GraphQLClientRequestHeaders with built-in HeadersInit type (#616)
  • c3a309f (breaking) remove support for CommonJS (#607)
  • 6efcc0d (breaking) remove cross-fetch polyfill
  • e065677 export GraphQLClientRequestHeader (#558)

Fixes

Improvements

Graffle (alpha)

Features

6.1.0

23 May 16:56
6500e69
Compare
Choose a tag to compare

Features

  • 71af6ab restore main field of package.json for environments that do not support exports field (#526)
  • 81c8bb2 export middleware function types

Improvements

  • 5fc0062 improve: fix autocomplete for request function
  • b98d71b refactor: group exports

Chores

6.0.0

13 Apr 03:54
277bad5
Compare
Choose a tag to compare

BREAKING CHANGES

Features

Fixes

  • 8a98925 change event handlers registration style (#474)

Improvements

Chores

5.2.0

01 Mar 16:18
Compare
Choose a tag to compare

Features

Fixes

  • d5a4012 batchRequests type constraint (#462)
  • 4302ba1 check if property errors from response is an empty array (#454)

Improvements

Chores

5.0.0

27 Aug 13:47
6246ffe
Compare
Choose a tag to compare

BREAKING CHANGES

  • 2f221a4 Invoke responseMiddleware in error cases as well (#372)

Features

  • 6246ffe Allow async requestMiddleware (#379)
  • 2f221a4 (breaking) Invoke responseMiddleware in error cases as well (#372)
  • a7ac904 TypedDocumentNode support & strict variable typings (#350)
  • dec0319 added middleware support (#170)

Fixes

  • 55b1bf5 resolve headers when cross fetch is not available in environment (#296)
  • 988b437 use GraphQLError from graphql module (#365)

Chores