Skip to content

Releases: graphql-compose/graphql-compose-modules

v3.0.1

25 May 06:31
Compare
Choose a tag to compare

3.0.1 (2023-05-25)

Bug Fixes

  • passthrough source for directory namespace (instead of empty object) (d4945ad)

v3.0.0

03 Dec 11:53
Compare
Choose a tag to compare

3.0.0 (2021-12-03)

Features

  • fieldConfig validation moved from astToSchema() to directoryToAst() method. (5574f2b)

BREAKING CHANGES

  • FieldConfig is now stored in AST.fieldConfig property and is used as mutable value (every ast transformer use this value and may change it).

v2.0.0

13 Oct 21:15
Compare
Choose a tag to compare

2.0.0 (2021-10-13)

Bug Fixes

  • VisitInfo: now getFieldPathArray correctly split fieldName with dots (b06e895)

Code Refactoring

  • rename relativePath to rootDir like in typescript manner (9bb5e2a)

Features

  • astVisitor: add VisitInfo utility class which returns node info and useful methods for writing middlewares (1402329)

BREAKING CHANGES

  • in directoryToAst(module, opts) was renamed option relativePath to rootDir
  • astVisitor: astVisitor function now requires schemaComposer as the second argument. VisitKindFn now provide just one new argument info: VisitInfo.

v2.0.0-beta.3

13 Oct 21:04
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release

2.0.0-beta.3 (2021-10-13)

Code Refactoring

  • rename relativePath to rootDir like in typescript manner (06e1fca)

BREAKING CHANGES

  • in directoryToAst(module, opts) was renamed option relativePath to rootDir

v2.0.0-beta.2

09 Oct 19:55
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release

2.0.0-beta.2 (2021-10-09)

Bug Fixes

  • VisitInfo: now getFieldPathArray correctly split fieldName with dots (4ba6ef0)

v2.0.0-beta.1

06 Oct 19:52
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release

2.0.0-beta.1 (2021-10-06)

Features

  • astVisitor: add VisitInfo utility class which returns node info and useful methods for writing middlewares (d1a54ff)

BREAKING CHANGES

  • astVisitor: astVisitor function now requires schemaComposer as the second argument. VisitKindFn now provide just one new argument info: VisitInfo.

v1.9.0

16 Sep 11:30
Compare
Choose a tag to compare

1.9.0 (2021-09-16)

Features

  • add more printer options to testSDL method (d025dda)

v1.8.0

30 May 20:14
Compare
Choose a tag to compare

1.8.0 (2021-05-30)

Features

  • add graphql-compose@9.0.0 to peerDependencies; update other dependencies (7637348)

v1.7.0

11 May 13:53
Compare
Choose a tag to compare

1.7.0 (2021-05-11)

Bug Fixes

  • allow pass FieldConfig.type as a Thunk (function) without Error (485a284)

Features

  • improve type definitions, expose FieldConfig & NamespaceConfig types (930fa9f)

v1.6.0

30 Apr 12:52
Compare
Choose a tag to compare

1.6.0 (2021-04-30)

Features

  • add graphql-compose@^8.0.0 to peer dependencies and update other dependencies (c6c0ae0)