This file marks the changes in each version.
- Add
logout()
method
- Fix the logic around error throwing in requests with
error: false
in the response
- Add in setRepositoryPrivacy option. Closes #20
- Add package-lock.json
- Fix issues with createAutomatedBuild not working with users passed in parameters. Fixes #14
- Fix saveBuildTag not being defined as in the README. Fixes #12
- Fix entrypoint in package.json.
- Add in methods for querying and interacting with automated builds.
- Add in methods for querying and interacting with collaborators for repositories.
- Add in
registrySettings
method to get registry settings (number of private repositories available/used) for the logged in user.
- Add in
deleteTag
thanks to Borales.
- Fix issue with creating non private repositories.
- Add in
starRepository
andunstarRepository
methods to star/unstar a given repository. - Add in
createRepository
anddeleteRepository
methods to create/delete a repository.
- Add in
comments
method to get the comments for a repository. - Add in
setRepositoryDescription
method to set the short/full description for your own repositories. - Add in
webhooks
method to get the webhooks for a repository you own. - Add in
createWebhook
method to create a webhook for a repository you own. - Add in
createWebhookHook
method to create a webhook hook for an existing webhook. - Add in
deleteWebhook
method to delete a webhook for a repository you own.
- Add in logging in methods to access authenticated routes.
- Addition of a bunch of stuff (technical I know).
- Initial release