Releases: jdalrymple/gitbeaker
Releases · jdalrymple/gitbeaker
1.3.1
- Fixed broken argument reference in the showFile and showFileRaw functions
1.3.0
- Adding fix to the API constructor to include the missing oauthToken thanks to Salim Benabbou.
- Updated some of the outdated gitlab repository file endpoints outlined in Issue #11: showFile, updateFile, and createFile. Also added deleteFile and showRawFile.
- Fixing bug where many pages where attempted to be loaded on every GET request.
- Extending the Groups API, see docs for a full overview.
Minor Release 1.1.3
- Library maintenance:
- Clean up spelling errors in ReadMe
- Added to contributor list
- Updated dependencies
Minor Release 1.1.3
- Fixing typos in the project sharing (group_access) thanks to Christoph Lehmann
- Updated the ReadMe to be more clear based on suggestions from Frank V
Minor Release 1.1.2
- Removing old paging logic from groups
- Updating dependencies
- Adding options to the protected branches api
1.1.1
Minor Release
- Added proper pagination support
1.0.14
Minor Release
- Added default filename to project file upload
1.0.13
Added Issue links API
Fixed bugs with file upload (projects.upload)
1.0.11
- Code clean up
- Improving code quality by incorporating linting and codeclimate analysis
- Moving some API endpoints to more related sections (project issues under projects and not under issues) etc