Releases: graphql-compose/graphql-compose-json
Releases · graphql-compose/graphql-compose-json
v6.2.0
6.2.0 (2021-11-24)
Features
v6.1.0
6.1.0 (2021-04-30)
Features
- add
graphql-compose@^8.0.0
to peer dependencies and update other dependencies (d9b9d1f)
v6.0.0
6.0.0 (2020-08-17)
Build System
- use target
es2016
for typescript (42cbaa1)
BREAKING CHANGES
- minimal supported NodeJS version is 7.5.0
v5.3.0
5.3.0 (2020-05-18)
Features
- allow to pass SchemaComposer's type instances without wrapping them in functions (99edddb)
v5.2.0
5.2.0 (2020-05-09)
Features
- add
composeInputWithJson
method (4003923)
v5.1.0
5.1.0 (2020-03-09)
Features
- add
schemaComposer
option to composeWithJson(typeName, json, options)
(f28fae3)
v5.0.0
5.0.0 (2020-03-09)
Code Refactoring
- migrate from Flow to TypeScript (f19e08e)
BREAKING CHANGES
- Flowtype definitions were removed
v4.1.2
4.1.2 (2020-02-15)
Bug Fixes
- update fieldConfig as function behavior & update dependencies (9d9383d)
v4.1.1
4.1.1 (2019-08-21)
Bug Fixes
- for arrays of objects, use all fields when calculating types (6d6d8f8)
v4.1.0
4.1.0 (2019-08-15)
Features
- add support for nested arrays of objects (6ba50b2)