All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
- Add method
.put
on Client and Resource
- Add method
getOrgsMemberships
toUser
model
- Add back method
.members()
on organizations
- Fix options for request not being applied
- Fix methods
client.patch/post/del
- Fix option
request
forGitHub
to provide custom HTTP request options
- Fix require on linux
- Important:
1.0.0
was already published a while ago
- Switch to ES 6 and Babel
- Fix error message for
GitHubError
- Deprecate method
client.createRepo
,client.addUserEmails
,client.deleteUserEmails
, useclient.me().createRepo(...)
instead