Releases: terrestris/shogun-util
Releases · terrestris/shogun-util
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
v1.2.1
v1.2.0
v1.1.0
1.1.0 (2022-06-20)
Bug Fixes
- cleanup tests (641f687)
- fix line length (ce8ade9)
- Harmonize services signatures (749b731)
- update test (010eecf)
Features
- Add CacheService (208de8f)
- Add DefaultApplicationTheme and make description optional (893bdd3)
- Add GroupService and update User model to match current state of SHOGun, it accepts the authentication provider details as generic type now (0fd7a21)
- add services for File and ImageFile models (b7417c4)
- add support for WFS layers in parser (720b38b)