Releases: octokit/graphql-schema
Releases · octokit/graphql-schema
v1.12.0
1.12.0 (2018-02-21)
Features
- permission added to RepositoryInvitation (#29) (78e3039)
v1.11.1
1.11.1 (2018-02-20)
Bug Fixes
- package: update axios to version 0.18.0 (f022981)
v1.11.0
1.11.0 (2018-02-14)
Features
- default values for RepositoryAffiliation: [OWNER, COLLABORATOR] (#27) (b3ab27f)
v1.10.0
1.10.0 (2018-02-07)
Features
- Ordering options for milestone connections (#25) (e44088a)
v1.9.1
1.9.1 (2018-02-03)
Bug Fixes
v1.9.0
1.9.0 (2018-01-31)
Features
- deprecations: ClosedEvent.commit, ReferencedEvent.isCrossReference, ReviewRequestRemovedEvent.subject, ReviewRequestedEvent.subject (#23) (eb44a2a)
v1.8.0
1.8.0 (2018-01-24)
Features
v1.7.0
1.7.0 (2018-01-20)
Features
- baseRefOid & headRefOid: associated commit/pull request oid even if it was deleted (#19) (baf0ad3)
v1.6.0
1.6.0 (2018-01-19)
Features
- pullRequests associated with the Milestone (#18) (60b6b18)
v1.5.0
1.5.0 (2018-01-11)
Features
- Field
activeLockReason
was added to object type Issue
- Field
activeLockReason
was added to object type Lockable
- Field
activeLockReason
was added to object type PullRequest
- Field
lockLockable
was added to object type Mutation
- Type
LockLockableInput
was added
- Type
LockLockablePayload
was added
- Type
LockReason
was added
See https://developer.github.com/v4/changelog/2018-01-10-schema-changes/