Releases: octokit/graphql.js
Releases · octokit/graphql.js
v4.4.1
4.4.1 (2020-05-20)
Bug Fixes
- deps: bump @octokit/types from 2.12.1 to 4.0.1 (33b10bc)
v4.4.0
4.4.0 (2020-05-07)
Bug Fixes
- package: update universal-user-agent to version 5.0.0 (6223d69)
Features
- add
mediaType
to non variable options (#84) (f04c0e1)
v4.3.1
4.3.1 (2019-11-03)
Bug Fixes
- package: update @octokit/types to version 2.0.0 (4b86b06)
v4.3.0
4.3.0 (2019-10-25)
Features
- improved TypeScript definitions via @octokit/types (#63) (96fd0c5)
v4.2.2
4.2.2 (2019-10-13)
Bug Fixes
- package: version in published package (e6629ec)
v4.2.1
4.2.1 (2019-10-10)
Bug Fixes
- types: document query argument in graphql interface (#60) (ffe3bdb)
v4.2.0
4.2.0 (2019-09-04)
Features
- use custom
@octokit/request
instance (d457a93)
v4.1.0
4.1.0 (2019-09-04)
Features
- README: authenticate with
@octokit/auth
(eb90922)
v4.0.1
4.0.1 (2019-09-03)
Bug Fixes
- package: update universal-user-agent to version 4.0.0 (90ad8fa)
- typescript: Only use data in return type for functions (c8de9d8), closes #50
v4.0.0
Breaking changes
Before
const graphql = require('@octokit/graphql')
Now
const { graphql } = require('@octokit/graphql')
// or: import { graphql } from '@octokit/graphql'
Features