Releases: terrestris/shogun-util
Releases · terrestris/shogun-util
v3.3.0
v3.2.2
v3.2.1
v3.2.0
v3.1.3
v3.1.2
v3.1.1
v3.1.0
v3.0.0
3.0.0 (2022-06-28)
Bug Fixes
Features
- add test for getLayerIds method (309f38f)
- request application layers in bundle (715caad)
- return data from response (8c02fe2)
BREAKING CHANGES
- Methods
parseNodes
andparseFolder
are expecting a mandatory array of layer entities as second argument - Changes return value of
sendQuery
method fromPromise<GraphQlResponse<T>> to
Promise<[key: string]: T[]>`
v2.0.0
2.0.0 (2022-06-24)
Bug Fixes
- set KeycloakGroupRepresentation as default type argument (ddd07dd)
Styles
- rename ShogunApplicationUtil to SHOGunApplicationUtil (d3ece9c)
- rename SHOGunClient to SHOGunAPIClient and cache services after first creation (6fb1b0b)
BREAKING CHANGES
- Renames ShogunApplicationUtil to SHOGunApplicationUtil
- Renames the SHOGunClient to SHOGunAPIClient