Skip to content

Latest commit

 

History

History
463 lines (189 loc) · 12.2 KB

CHANGELOG.md

File metadata and controls

463 lines (189 loc) · 12.2 KB

Changelog

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)

Bug Fixes

  • 2 vulnerabilities (1 high, 1 critical) (37a860d)
  • All vulnerabilities (8e43828)

0.20.2 (2019-07-21)

0.20.1 (2019-07-21)

Bug Fixes

  • 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)

Features

  • Add support for description label (1480efd)

0.18.2 (2019-01-28)

0.18.1 (2018-11-02)

Features

  • Add support for RegExp in function 'queryAST.containsProp' (6337909)

0.18.0 (2018-10-27)

Features

  • 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)

Bug Fixes

  • 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)

Features

  • 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)

Bug Fixes

  • getQueryAST breaks when the argument of the query contains an array of complex objects (177baef)

0.11.0 (2018-02-11)

Features

  • Add new propertyPaths method on the QueryAST object (3a6fa2b)

0.9.6 (2018-02-01)

Bug Fixes

  • Required fields throw errors in 'buildQuery' (e9d3133)

0.9.5 (2018-02-01)

0.9.4 (2018-01-19)

Bug Fixes

  • Boolean is not supported while analysing graphql queries (380f92b)

0.9.3 (2018-01-14)

0.9.2 (2018-01-13)

Bug Fixes

  • Operation name does not work when multiple queries are defined in the request. (9d648b9)

0.9.1 (2018-01-12)

Bug Fixes

  • getQueryAST throws an error when variables are of type array. (51eab6b)

0.9.0 (2018-01-12)

Features

  • Add new 'paths' api on the query AST object (06dfa24)

0.8.0 (2018-01-12)

Features

  • Add new 'some' api on the queryAST object (fbc951f)

0.7.0 (2018-01-12)

Bug Fixes

  • Defragging strips out the metadata from the AST (a8444bb)

Features

  • Add support for defragmenting a query (i.e. injecting all fragments into the operation) (058c49c)

0.6.0 (2018-01-11)

Features

  • Add support for dealing with schema queries (19785e3)

0.5.0 (2018-01-11)

Features

  • Add support for analysing Graphql Queries, modifying them, and rebuilding them (1821fad)

0.4.1 (2018-01-09)

Bug Fixes

  • getQueryASP fails when the query is empty (116ff0f)

0.4.0 (2018-01-08)

Features

  • 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)

Bug Fixes

  • 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)

Bug Fixes

  • Bug #1. Add support for the 'extend' keyword (8de6018)

0.3.0 (2017-07-28)

Features

  • Add support for alias name on generic types (2436a0f)

0.2.1 (2017-06-13)

Bug Fixes

0.2.0 (2017-06-13)

Features

  • 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)

Bug Fixes

0.1.1 (2017-06-12)

0.0.9 (2017-06-12)

Bug Fixes

  • Rename one API to something more meaningfull(getSchemaParts -> getSchemaAST) (811d873)

0.0.8 (2017-06-06)

Bug Fixes

  • Amend test description + add a collaborators.md file (86915ec)
  • support for complex commenting + amended documentation. (7648c0f)

0.0.7 (2017-06-06)

Bug Fixes

  • support for complex commenting + amended documentation. (7648c0f)

0.0.6 (2017-06-02)

0.0.5 (2017-06-02)

0.0.4 (2017-06-01)

0.0.3 (2017-06-01)