mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-09 10:52:48 +00:00
docs: update changelog
This commit is contained in:
36
CHANGELOG.md
36
CHANGELOG.md
@@ -1,9 +1,19 @@
|
||||
# [0.6.0](https://gitlab.com/openstapps/gitlab-api/compare/v0.5.1...v0.6.0) (2019-11-19)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add batch processing of issues ([fcf7cac](https://gitlab.com/openstapps/gitlab-api/commit/fcf7caca502e9c57c595998be001d57d79f8f207))
|
||||
* add possibility to configure retrying of requests ([1796e88](https://gitlab.com/openstapps/gitlab-api/commit/1796e882271bceda9c2c9bebccb6847491ecd338))
|
||||
|
||||
|
||||
|
||||
## [0.5.1](https://gitlab.com/openstapps/gitlab-api/compare/v0.5.0...v0.5.1) (2019-02-25)
|
||||
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* correct return type for method ([a74ad2f](https://gitlab.com/openstapps/gitlab-api/commit/a74ad2f))
|
||||
* correct return type for method ([a74ad2f](https://gitlab.com/openstapps/gitlab-api/commit/a74ad2f6d3eae693e56385bc2d6e85d356f3ba95))
|
||||
|
||||
|
||||
|
||||
@@ -12,8 +22,8 @@
|
||||
|
||||
### Features
|
||||
|
||||
* add method to fetch merge request discussions ([4ef2cfb](https://gitlab.com/openstapps/gitlab-api/commit/4ef2cfb))
|
||||
* add types for discussions ([7c9b56f](https://gitlab.com/openstapps/gitlab-api/commit/7c9b56f))
|
||||
* add method to fetch merge request discussions ([4ef2cfb](https://gitlab.com/openstapps/gitlab-api/commit/4ef2cfb7382973487b7be03b714270ed40d0c7ae))
|
||||
* add types for discussions ([7c9b56f](https://gitlab.com/openstapps/gitlab-api/commit/7c9b56f6784397bc142330f16c175acd8b941c91))
|
||||
|
||||
|
||||
|
||||
@@ -22,8 +32,8 @@
|
||||
|
||||
### Features
|
||||
|
||||
* add enums for stricter types ([2dc6e80](https://gitlab.com/openstapps/gitlab-api/commit/2dc6e80))
|
||||
* add type for merge request approval ([9d5e272](https://gitlab.com/openstapps/gitlab-api/commit/9d5e272))
|
||||
* add enums for stricter types ([2dc6e80](https://gitlab.com/openstapps/gitlab-api/commit/2dc6e808a944b66e66de3719477c4e1ed2995d7e))
|
||||
* add type for merge request approval ([9d5e272](https://gitlab.com/openstapps/gitlab-api/commit/9d5e2727f82e3abb6680cdde6d1b8a8c1159e9c0))
|
||||
|
||||
|
||||
|
||||
@@ -32,7 +42,7 @@
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* correct property order ([3e494ce](https://gitlab.com/openstapps/gitlab-api/commit/3e494ce))
|
||||
* correct property order ([3e494ce](https://gitlab.com/openstapps/gitlab-api/commit/3e494ce0dcf1e45711b3b0891962acfd9954a61f))
|
||||
|
||||
|
||||
|
||||
@@ -41,7 +51,7 @@
|
||||
|
||||
### Features
|
||||
|
||||
* add method to get subgroups ([1854f38](https://gitlab.com/openstapps/gitlab-api/commit/1854f38))
|
||||
* add method to get subgroups ([1854f38](https://gitlab.com/openstapps/gitlab-api/commit/1854f38190bd6d146b55c127a2294187653beb02))
|
||||
|
||||
|
||||
|
||||
@@ -58,7 +68,7 @@
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* correctly delete labels ([5f36b53](https://gitlab.com/openstapps/gitlab-api/commit/5f36b53))
|
||||
* correctly delete labels ([5f36b53](https://gitlab.com/openstapps/gitlab-api/commit/5f36b5372f87d912c2b733971dca659203021d67))
|
||||
|
||||
|
||||
|
||||
@@ -67,7 +77,7 @@
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* correctly build request url ([ad5b0b9](https://gitlab.com/openstapps/gitlab-api/commit/ad5b0b9))
|
||||
* correctly build request url ([ad5b0b9](https://gitlab.com/openstapps/gitlab-api/commit/ad5b0b9fe5487d1a217fda93295d7097394f1be8))
|
||||
|
||||
|
||||
|
||||
@@ -76,7 +86,7 @@
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* remove undocumented default params ([5e358bc](https://gitlab.com/openstapps/gitlab-api/commit/5e358bc))
|
||||
* remove undocumented default params ([5e358bc](https://gitlab.com/openstapps/gitlab-api/commit/5e358bcacdb182d8695da73d373dd9a1b7e34b15))
|
||||
|
||||
|
||||
|
||||
@@ -85,7 +95,7 @@
|
||||
|
||||
### Bug Fixes
|
||||
|
||||
* use correct prefix for binary ([547e28f](https://gitlab.com/openstapps/gitlab-api/commit/547e28f))
|
||||
* use correct prefix for binary ([547e28f](https://gitlab.com/openstapps/gitlab-api/commit/547e28fc5742c90d5362f3a534cdd2e756ae8791))
|
||||
|
||||
|
||||
|
||||
@@ -97,12 +107,12 @@
|
||||
|
||||
|
||||
|
||||
## [0.0.1](https://gitlab.com/openstapps/gitlab-api/compare/54d2129...v0.0.1) (2018-11-29)
|
||||
## [0.0.1](https://gitlab.com/openstapps/gitlab-api/compare/54d212963cb6fb507f5275f18bbccb4e10496b1c...v0.0.1) (2018-11-29)
|
||||
|
||||
|
||||
### Features
|
||||
|
||||
* add GitLab API ([54d2129](https://gitlab.com/openstapps/gitlab-api/commit/54d2129))
|
||||
* add GitLab API ([54d2129](https://gitlab.com/openstapps/gitlab-api/commit/54d212963cb6fb507f5275f18bbccb4e10496b1c))
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user