Skip to content

Releases: graphql-compose/graphql-compose-modules

v1.5.0

18 Jan 07:54
Compare
Choose a tag to compare

1.5.0 (2021-01-18)

Features

  • astVisitor: add operation: 'query' | 'mutation' | 'subscription' property to visitFn in second argument info. (18c6de6)

v1.4.0

15 Jan 13:17
Compare
Choose a tag to compare

1.4.0 (2021-01-15)

Features

  • add astMerge(ast1, ast2, ...) method for merging several ast obtained from directoryToAst (dd55408)

v1.3.2

08 Jun 05:48
Compare
Choose a tag to compare

1.3.2 (2020-06-08)

Bug Fixes

  • skip files and dirs started from dot (eg .eslintrc.js) (15cf3e6)

v1.3.1

05 Apr 15:47
Compare
Choose a tag to compare

1.3.1 (2020-04-05)

Bug Fixes

  • update graphql till v15.0.0 and other dependencies (02eb9c8)

v1.3.0

03 Feb 18:04
Compare
Choose a tag to compare

1.3.0 (2020-02-03)

Features

  • add astVisitor() helper which allows to traverse and change AST from directoryToAst() method (126a43c)

v1.2.1

03 Feb 12:09
Compare
Choose a tag to compare

1.2.1 (2020-02-03)

Bug Fixes

  • expose TypeScript definitions (2ac3ac5)

v1.2.0

03 Feb 11:53
Compare
Choose a tag to compare

1.2.0 (2020-02-03)

Bug Fixes

  • add .spec.ts files to hardcoded excludes (2a9d58a)

Features

  • add namespaceConfig to AstDirNode which populates only by index.ts file in current folder. Other occurrences field.index, dir.index are perceive like a regular sub-field with index name. (27d139f)
  • add helpers for testing – testOperation(), testOperationData(), testOperationErrors(), testSDL(), testBuildSchema() (f55ce9b)

v1.1.1

27 Dec 14:30
Compare
Choose a tag to compare

1.1.1 (2019-12-27)

Bug Fixes

  • allow wrapped types in fieldConfigs (2900d66)

v1.1.0

23 Dec 10:06
Compare
Choose a tag to compare

1.1.0 (2019-12-23)

Features

  • astToSchema: add prefix/suffix option (a29d063)

v1.0.2

21 Dec 20:32
Compare
Choose a tag to compare

1.0.2 (2019-12-21)

Bug Fixes

  • nested typenames & code refactor (499a72e)