Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 614 Bytes

RELEASE_NOTES.md

File metadata and controls

18 lines (13 loc) · 614 Bytes

Release notes

v2.1

gqlx Library 2.1 release.

Features

Support for GraphGL traversal

Traverse over graphql document, use of observable pattern to be notified on GraphQL traversal progress. for more details, please read: Traverse on GraphQL document in details

Support for gqlXPath

Support the ability to select specific nodes in the GraphQL document using a path expression, for more details, please read: gqlXPath in details

v1.0

First version, support of extendGql MVP solution