Skip to content

Releases: octokit/fixtures

v14.0.0

02 Jan 21:08
Compare
Choose a tag to compare

14.0.0 (2019-01-02)

Bug Fixes

  • use URLs from "Link" response header for pagination (25c3dfe)

BREAKING CHANGES

  • the pagination scenario now expects the URLs sent in the "link" response header for the following requests.

v13.0.0

29 Dec 00:43
4b569bb
Compare
Choose a tag to compare

13.0.0 (2018-12-29)

breaking

  • remove fixtures for unauthenticated requests (#192) (4b569bb)

BREAKING CHANGES

  • all fixtures for unauthenticated requests have been removed. So far I used a reverse proxy on now.sh in order to be able to send unauthenticated requests from a Travis job, but that party is over now. I don’t think it’s worth to work around it again.

v12.0.0

19 Dec 16:21
Compare
Choose a tag to compare

12.0.0 (2018-12-19)

Bug Fixes

  • fixture: updated api.github.com/get-root (b5dce34)

BREAKING CHANGES

  • fixture: api.github.com/get-root has changed
[
   {
     headers: {
-      x-github-media-type: "github.v3; format=json"
+      x-github-media-type: "github.v3; format=json, github.speedy-preview; format=json"
     }
   }
   ...
 ]

v11.0.0

13 Dec 07:45
Compare
Choose a tag to compare

11.0.0 (2018-12-13)

Build System

  • "github.speedy-preview; format=json" in x-github-media-type response handler (#187) (2c59379)

BREAKING CHANGES

  • api.github.com/get-organization has changed
[
   {
     headers: {
-      x-github-media-type: "github.v3; format=json"
+      x-github-media-type: "github.v3; format=json, github.speedy-preview; format=json"
     }
   }
 ]
  • chore(fixture): raw fixture updated for api.github.com/get-organization

v10.1.4

08 Dec 15:58
Compare
Choose a tag to compare

10.1.4 (2018-12-08)

Bug Fixes

  • speedy preview response header removed (#186) (31a8f77)
  • speedy preview response headers (64a596b)

v10.1.3

23 Nov 00:22
Compare
Choose a tag to compare

10.1.3 (2018-11-23)

Bug Fixes

  • markdown hovercard update (ccbe4b0)

v10.1.2

13 Nov 05:09
Compare
Choose a tag to compare

10.1.2 (2018-11-13)

Bug Fixes

  • add Location, X-GitHub-Media-Type to "access-control-expose-headers" header (7b79014)

v10.1.1

10 Nov 07:35
Compare
Choose a tag to compare

10.1.1 (2018-11-10)

Bug Fixes

  • POST /repos/:owner/:repo/issues/:nr/labels now accepts "labels" namespace (9bc917a)

v10.1.0

31 Oct 07:34
Compare
Choose a tag to compare

Features

  • "Access-Control-Expose-Headers" header now includes Location & X-GitHub-Media-Type (#177) (32429ed)

v10.0.0

20 Oct 16:35
Compare
Choose a tag to compare

10.0.0 (2018-10-20)

Ooops, acidentally released as breaking change ¯\_(ツ)_/¯

Bug Fixes

  • fixture: updated api.github.com/markdown (de2cec9)

BREAKING CHANGES

  • fixture: api.github.com/markdown has changed
[
   {
     headers: {
-      x-commonmarker-version: "0.17.11"
+      x-commonmarker-version: "0.18.1"
     }
   }
   {
     headers: {
-      x-commonmarker-version: "0.17.11"
+      x-commonmarker-version: "0.18.1"
     }
   }
 ]