graphx
Version:
Visualize and analyse GraphQL query results in a true Graph.
44 lines (20 loc) • 1.61 kB
Markdown
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
<a name="0.2.0-alpha.0"></a>
* Add a new coalesce feature that allows to combine nodes based on their identity + Add a new object called D3Obj that support classifiers ([c6f2bc9](https://github.com/nicolasdao/graphx/commit/c6f2bc9))
<a name="0.1.1-alpha.0"></a>
<a name="0.1.0"></a>
* Migrate project from ES6 to ES5 using webpack and babel + add unit testing + support for browser unit testing ([4ca7308](https://github.com/nicolasdao/graphx/commit/4ca7308))
<a name="0.1.0-alpha.0"></a>
* Add abilty to parse any string GraphQL query into an AST ([19778b6](https://github.com/nicolasdao/graphx/commit/19778b6))
* Add new 'compileGraphDataToD3' method + clean unit testing + add new unit testing ([3b0252a](https://github.com/nicolasdao/graphx/commit/3b0252a))
* Complete at 80% the node extractions from a graphql response + add unit testing ([eac31cd](https://github.com/nicolasdao/graphx/commit/eac31cd))
<a name="0.0.1"></a>