Skip to content

v3.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 28 Jun 11:42
· 1314 commits to main since this release

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 and parseFolder are expecting a mandatory array of layer entities as second argument
  • Changes return value of sendQuery method from Promise<GraphQlResponse<T>> to Promise<[key: string]: T[]>`