Releases: graphql-compose/graphql-compose-modules
Releases · graphql-compose/graphql-compose-modules
v1.5.0
1.5.0 (2021-01-18)
Features
- astVisitor: add
operation: 'query' | 'mutation' | 'subscription'
property to visitFn in second argument info
. (18c6de6)
v1.4.0
1.4.0 (2021-01-15)
Features
- add
astMerge(ast1, ast2, ...)
method for merging several ast obtained from directoryToAst
(dd55408)
v1.3.2
1.3.2 (2020-06-08)
Bug Fixes
- skip files and dirs started from dot (eg .eslintrc.js) (15cf3e6)
v1.3.1
1.3.1 (2020-04-05)
Bug Fixes
- update graphql till v15.0.0 and other dependencies (02eb9c8)
v1.3.0
1.3.0 (2020-02-03)
Features
- add
astVisitor()
helper which allows to traverse and change AST from directoryToAst()
method (126a43c)
v1.2.1
1.2.1 (2020-02-03)
Bug Fixes
- expose TypeScript definitions (2ac3ac5)
v1.2.0
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
1.1.1 (2019-12-27)
Bug Fixes
- allow wrapped types in fieldConfigs (2900d66)
v1.1.0
1.1.0 (2019-12-23)
Features
- astToSchema: add prefix/suffix option (a29d063)
v1.0.2
1.0.2 (2019-12-21)
Bug Fixes
- nested typenames & code refactor (499a72e)