Releases: nmklotas/GitLabApiClient
Releases · nmklotas/GitLabApiClient
1.1.0: Get commit by SHA. (#52)
* Added commits model * Added nock support * Get commit by its SHA * Deleted * BUG FIX: in appending commit ID * Supported mocking for GitlabFacade. Corrected the unit test. * made the test more restricting * Post review part 1 * Get commits from the branch * fixed warning * BUG FIX: url handling in TagClient * deleted GitLabHttpFacade * fixed imports in test project * implemented tests by mocking HttpClientHandler
1.0.17: Fix JSON deserialization issue (#53)
* Added ClosedBy clas * Changed ClosedBy type from string to ClosedBy class
1.0.16
1.0.15
1.0.14
1.0.13: Markdown Support (#45)
* Added Markdown response * Added RenderMarkdownRequest * Added MarkdownClient * Fixed bool error for request
1.0.12: Support for Tags (#42)
* Added Tag model * Added query options for tags * Added CreateTagRequest * Added DeleteTagRequest class * Fixed typo in classname and filename for TagQueryOptions * Added TagQueryBuilder * Added TagClient * Fixed URL in GetAsync() * Extended query options for tags * Extended query builder for new properties
1.0.11: Added ClosedBy and ClosedAt property to issues and merge-requests (#37)
* Added ClosedBy and ClosedAt property to issues and merge-requests * Fixed build errors
1.0.10: Feature/protected branches (#40)
* Added Branch response * Added Request for creating a branch * Renamed CreateBranch class to CreateBranchRequest * Added Guard to constructor * Added DeleteBranchRequest class * Added DeleteMergedBranchesRequest * Made DeleteMergedBranchesRequest public sealed * Added BranchQueryOptions class * Added BranchQueryBuilder * Updated classname for CreateBranchRequest * Changed CreateBranchRequest Property 'Id' to 'ProjectId' * Changed property names for DeleteBranchRequest class * Changed property names for DeleteMergedBranchesRequest class * Added BranchClient * Fixed tests * Fixed XML cref warning * Added models for protected branches * Added ProtectBranchRequest * Extended BranchClient class to protect/unprotect branches * Fixed tests - syntax errors
1.0.9: 24 support release (#36)
* Added response models for Gitlab-Releases * Changed property names and types * Added ReleaseQueryBuilder class * Implemented ReleaseClient class * Extended GitLabApiHelper class with some values * Added release tests * Added ProjectId property to Release model * Added documentation