Skip to content

Releases: graphql-compose/graphql-compose-json

v6.2.0

24 Nov 07:52
Compare
Choose a tag to compare

6.2.0 (2021-11-24)

Features

  • add Date field type matching (72a108f)
  • add graphql-compose@9.0.0 to peerDependencies; update other dependencies (930bb7e)

v6.1.0

30 Apr 12:52
Compare
Choose a tag to compare

6.1.0 (2021-04-30)

Features

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

v6.0.0

17 Aug 17:42
Compare
Choose a tag to compare

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

18 May 18:10
Compare
Choose a tag to compare

5.3.0 (2020-05-18)

Features

  • allow to pass SchemaComposer's type instances without wrapping them in functions (99edddb)

v5.2.0

09 May 21:02
Compare
Choose a tag to compare

5.2.0 (2020-05-09)

Features

  • add composeInputWithJson method (4003923)

v5.1.0

09 Mar 20:14
Compare
Choose a tag to compare

5.1.0 (2020-03-09)

Features

  • add schemaComposer option to composeWithJson(typeName, json, options) (f28fae3)

v5.0.0

09 Mar 19:57
f19e08e
Compare
Choose a tag to compare

5.0.0 (2020-03-09)

Code Refactoring

  • migrate from Flow to TypeScript (f19e08e)

BREAKING CHANGES

  • Flowtype definitions were removed

v4.1.2

15 Feb 21:11
Compare
Choose a tag to compare

4.1.2 (2020-02-15)

Bug Fixes

  • update fieldConfig as function behavior & update dependencies (9d9383d)

v4.1.1

21 Aug 19:43
Compare
Choose a tag to compare

4.1.1 (2019-08-21)

Bug Fixes

  • for arrays of objects, use all fields when calculating types (6d6d8f8)

v4.1.0

15 Aug 20:18
Compare
Choose a tag to compare

4.1.0 (2019-08-15)

Features

  • add support for nested arrays of objects (6ba50b2)