Releases: edgurgel/tentacat
Releases · edgurgel/tentacat
Tentacat 0.6.2
- Add the remove function in the Tentacat.Issues.Labels module. #114 Thanks @SimonLab
Tentacat 0.6.1
- Add options to search #100
Tentacat 0.6.0
- Add API for latest release for repo #108
- Change Tentacat.Repositories.Tags.list to support options #105
- Add Github Reviews endpoints #103
- Add support for the repository languages endpoint #94
Tentacat 0.5.3
- Adds endpoint for triggering ping event on a hook #92
- Replace the use of the deprecated
Dict
module #91
- Adds Activity endpoint "Public events a user has received" #87
- Adds filter functions to Comments and Commits #81
Tentacat 0.5.2
- Adds support for organization webhooks #85
- Add support for issue create/update #86
- Add support for repo label list/find/create/update/delete #88
Thanks to @danielfarrell
- Add support for repo collaborators #89
Tentacat 0.5.1
- Improved issues documentation (#74)
- Adds Issues.Events.{list_all, find} (#76)
- Adds possibility to configure pagination on application level (#77)
- Adds Tentacat.Organizations.Teams.{list, find, create, update, delete} (#82)
- Adds Tentacat.Teams.Members.{list, find, create, delete} (#83)
Tentacat 0.5.0
- Improve README #64
- Fix bug with cloning repo on Windows #68
- Add retrieving request options from config #69
- Add pagination and streaming #70 🎉 thanks to @jeffweiss
Tentacat 0.4.0
- Add search code API #32
- Refactor process response #54
- Change
Tentacat.Repositories.list_mine
receive opts. #56
- Add user events
list
list_public
and list_user_org
#60
- Add search users and search repos #61
- Add Pull request merge and
has_been_merged
#62
- Add Issue label list/add #62
Tentacat 0.3.1
- Allow to find latest release #48
- Add
Tentacat.Repositories.Tags.list/3
#48
- Add
Tentacat.Commits.{list, find, compare}
#48
- Add
inch-ci
to the project
- Fix multiple docs issues #52 & #51
Tentacat 0.3.0
- Add lots of test 🎉 thanks to @duksis
- Adds possibility to create, delete and get a repository
- Add the project to coveralls
- Implement support for commits and issues comments