Releases: coveo/platform-client
Releases · coveo/platform-client
v2.3.1
2.3.1 (2019-10-18)
Bug Fixes
- apikeys: add export to resources index (#23) (c85dfe8)
v2.3.0
2.3.0 (2019-10-17)
Features
- apikeys: implement the base paths for the api keys resource (#22) (8796b09)
v2.2.2
2.2.2 (2019-10-08)
Bug Fixes
- groups: create and update methods wrong return types (e3a7123)
v2.2.1
2.2.1 (2019-10-07)
Bug Fixes
- organizations: fix organization resource interfaces (d758953)
v2.2.0
2.2.0 (2019-10-03)
Features
- organizations: implement the base paths for the orgs resource (67c19db)
v2.1.0
2.1.0 (2019-10-03)
Features
- group: implement the base paths for the group resource (1c36b7f)
v2.0.2
2.0.2 (2019-10-01)
Bug Fixes
- typings: export all types from the package root (827a778)
v2.0.1
2.0.1 (2019-09-27)
Bug Fixes
- platformclient: use FormData object as checkToken request body (9bb6c0e)
v2.0.0
2.0.0 (2019-09-25)
Code Refactoring
- interfaces standardization and ResponseHandlers simplification (ec0ad12)
BREAKING CHANGES
-
- Rename type
IRestResponseHandler
to ResponseHandler
- Remove type
IRestError
- Remove type
IRestResponse
- All calls return
Promise<T>
directly instead of Promise<IRestResponse<T>>
v1.1.0
1.1.0 (2019-09-25)
Features