Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 849 Bytes

RELEASE_NOTES.md

File metadata and controls

22 lines (17 loc) · 849 Bytes

Release notes

v2.0

gqlex Library 2.0 release.

Features

Support for GrapqhGL traversal

Traverse over graphql document, use of observerable 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

Support of transformation of GraphQL document

Ability to execute transformation commands over GraphQL document for more details, please read: Trasformation in details

v1.0

First version, support of GraphQL conversion to Json