Releases: coveo/platform-client
Releases · coveo/platform-client
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
v1.0.1
1.0.1 (2019-09-23)
Bug Fixes
- catalog: fix mandatory fields in interfaces (8bd363d)
v1.0.0
1.0.0 (2019-09-19)
Bug Fixes
- failing unit tests (1ad6923)
- specify node version in travis configuration (7d53909)
Features
- add badges in the README (1671336)
- Add README and CODEOWNERS files (d8bde2f)
- configure Travis CI (34b304b)