Releases: octokit/fixtures
Releases · octokit/fixtures
v14.0.0
v13.0.0
13.0.0 (2018-12-29)
breaking
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
v11.0.0
11.0.0 (2018-12-13)
Build System
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
v10.1.3
v10.1.2
v10.1.1
v10.1.0
v10.0.0
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"
}
}
]