All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.22.0 (2021-10-07)
0.21.0 (2021-09-29)
0.20.2 (2019-07-21)
0.20.1 (2019-07-21)
- Vulnerability issues reported from npm and github (8ef7783)
0.20.0 (2019-05-05)
0.19.2 (2019-03-14)
0.19.1 (2019-02-23)
0.19.0 (2019-02-23)
- Add support for description label (1480efd)
0.18.2 (2019-01-28)
0.18.1 (2018-11-02)
- Add support for RegExp in function 'queryAST.containsProp' (6337909)
0.18.0 (2018-10-27)
- Add support for detecting properties in GraphQl queries (f9ac884)
0.17.4 (2018-10-25)
0.17.3 (2018-10-25)
0.17.2 (2018-09-26)
0.17.1 (2018-09-06)
0.17.0 (2018-08-14)
0.16.5 (2018-06-17)
0.16.4 (2018-06-11)
0.16.3 (2018-06-11)
0.16.2 (2018-05-13)
0.16.1 (2018-05-07)
- Getting one step closer to support directive after complex generic types (9fcbfe0)
0.16.0 (2018-04-29)
0.15.1 (2018-04-29)
0.15.0 (2018-04-15)
0.14.3 (2018-04-15)
0.14.2 (2018-04-15)
0.14.1 (2018-04-11)
0.14.0 (2018-04-11)
0.13.1 (2018-04-11)
0.13.0 (2018-03-07)
- Add support for generic typing with more than one type (4d2106e)
0.12.1 (2018-03-07)
0.12.0 (2018-03-07)
0.11.2 (2018-02-26)
0.11.1 (2018-02-21)
- getQueryAST breaks when the argument of the query contains an array of complex objects (177baef)
0.11.0 (2018-02-11)
- Add new propertyPaths method on the QueryAST object (3a6fa2b)
0.9.6 (2018-02-01)
- Required fields throw errors in 'buildQuery' (e9d3133)
0.9.5 (2018-02-01)
0.9.4 (2018-01-19)
- Boolean is not supported while analysing graphql queries (380f92b)
0.9.3 (2018-01-14)
0.9.2 (2018-01-13)
- Operation name does not work when multiple queries are defined in the request. (9d648b9)
0.9.1 (2018-01-12)
- getQueryAST throws an error when variables are of type array. (51eab6b)
0.9.0 (2018-01-12)
- Add new 'paths' api on the query AST object (06dfa24)
0.8.0 (2018-01-12)
- Add new 'some' api on the queryAST object (fbc951f)
0.7.0 (2018-01-12)
- Defragging strips out the metadata from the AST (a8444bb)
- Add support for defragmenting a query (i.e. injecting all fragments into the operation) (058c49c)
0.6.0 (2018-01-11)
- Add support for dealing with schema queries (19785e3)
0.5.0 (2018-01-11)
- Add support for analysing Graphql Queries, modifying them, and rebuilding them (1821fad)
0.4.1 (2018-01-09)
- getQueryASP fails when the query is empty (116ff0f)
0.4.0 (2018-01-08)
- Add new 'getQueryAST' api whoch allows to inspect the current graphql request to extract metadata (2163ecb)
0.3.3 (2018-01-08)
0.3.2 (2017-11-27)
- Add support for 'scalar' keyword (351e2e5)
- Add support for 'union' keyword (e89358e)
- Compile ES6 to ES5 to add support for both 'scalar' and 'union' keywords (3bb4992)
0.3.1 (2017-10-28)
0.3.0 (2017-07-28)
- Add support for alias name on generic types (2436a0f)
0.2.1 (2017-06-13)
- Remove babel-polyfill (cc24afe)
0.2.0 (2017-06-13)
- Convert project to ES5 so it can run in the browser. Using webpack, eslint and babel + adding support for browser testing (4bfbb77)
0.1.2 (2017-06-13)
0.1.1 (2017-06-12)
0.0.9 (2017-06-12)
- Rename one API to something more meaningfull(getSchemaParts -> getSchemaAST) (811d873)
0.0.8 (2017-06-06)
- Amend test description + add a collaborators.md file (86915ec)
- support for complex commenting + amended documentation. (7648c0f)
0.0.7 (2017-06-06)
- support for complex commenting + amended documentation. (7648c0f)