All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
4.0.3 (2023-12-12)
- deps: bump @babel/traverse from 7.21.2 to 7.23.2 (#1074) (9141ab8)
- deps: bump semver from 5.7.1 to 5.7.2 (#1012) (599b5ec)
- deps: bump word-wrap from 1.2.3 to 1.2.4 (#1016) (acc8345)
4.0.2 (2023-03-13)
- deps: bump ansi-regex from 3.0.0 to 3.0.1 (#634) (cdf7997)
- deps: bump async from 2.6.3 to 2.6.4 (#653) (556c401)
4.0.1 (2022-02-03)
4.0.0 (2022-01-03)
- apollo-link-scalars uses graphql 16.x now as a peer dependency
- adapt to graphql v16 and its stricter types (22ccad3)
3.0.0 (2021-09-21)
- moved @apollo/client to a peer dependency. This can be a breaking change.
- deps: bump @apollo/client from 3.3.21 to 3.4.1 (#388) (0e6bada)
- deps: bump @apollo/client from 3.4.1 to 3.4.4 (#394) (d577140)
- deps: bump @apollo/client from 3.4.10 to 3.4.11 (#445) (47a6c19)
- deps: bump @apollo/client from 3.4.11 to 3.4.13 (#458) (3ee9c1e)
- deps: bump @apollo/client from 3.4.4 to 3.4.5 (#398) (9b0c848)
- deps: bump @apollo/client from 3.4.5 to 3.4.6 (#405) (08598cb)
- deps: bump @apollo/client from 3.4.6 to 3.4.7 (#408) (1a90de6)
- deps: bump @apollo/client from 3.4.7 to 3.4.8 (#417) (c9482fc)
- deps: bump @apollo/client from 3.4.8 to 3.4.9 (#426) (7bb3ba4)
- deps: bump @apollo/client from 3.4.9 to 3.4.10 (#431) (532a2dd)
- deps: bump zen-observable-ts from 1.0.0 to 1.1.0 (#374) (eba62e3)
- moved @apollo/client to a peer dependency, and fixed potential issue with result.errors (7fb1755)
2.1.4 (2021-07-19)
- deps: bump zen-observable-ts from 1.0.0 to 1.1.0 (#367) (457f558)
- fix: Scalars not parsed when fragment spreading causes a field to appear multiple times (fe40256), closes #370
2.1.3 (2021-04-08)
2.1.2 (2021-03-20)
- deps: bump @apollo/client from 3.3.7 to 3.3.8 (#245) (a753d2f)
- deps: bump @apollo/client from 3.3.8 to 3.3.11 (#258) (fd1a364)
2.1.1 (2021-01-31)
2.1.0 (2021-01-30)
- deps: [security] bump node-notifier from 8.0.0 to 8.0.1 (#216) (58dc337)
- deps: bump @apollo/client from 3.3.6 to 3.3.7 (#230) (ef84f45)
2.0.3 (2020-12-13)
- deps: [security] bump highlight.js from 10.3.2 to 10.4.1 (#209) (c7586cb)
- deps: [security] bump ini from 1.3.5 to 1.3.7 (#212) (a978393)
- deps: update dependencies and dev-dependencies (d306d90)
2.0.2 (2020-10-30)
2.0.1 (2020-09-15)
2.0.0 (2020-09-11)
- deps: remove
makeExecutableSchema
from the exported functions, remove @graphql-tools/schema from the dependencies
- deps: remove graphql-tools from dependencies and stop exporting
makeExecutableSchema
(aa057ae), closes #148 #148
1.0.1 (2020-08-20)
- fix removeTypenameFromInputs with apollo v3 (9540d13)
1.0.0 (2020-08-20)
- apollo client: Changes the dependency on Apollo Client from v2 to v3
- This version of the library won't be compatible with projects using Apollo 2.
-
apollo client: migrate to Apollo Client v3 (66c74c7), closes #34
-
upgrade "apollo-link" to provide Apollo clinet version 3 support (8677b7e)
0.3.0 (2020-09-12)
- deps: remove
makeExecutableSchema
from the exported functions, remove graphql-tools from the dependencies
- deps: remove graphql-tools from dependencies and stop exporting
makeExecutableSchema
(7d19f41), closes #148 #148
0.2.1 (2020-09-12)
- dependency: fix exporting from devDependency -> move graphql-tools to dependency (cb3e904), closes #148
0.2.0 (2020-08-19)
-
peer-dependencies: graphql stops being a dependency and becomes a peer-dependency. It has to be added directly to your project
-
peer-dependencies: move graphql to peer-dependency and allow versions 14 and 15 (#133) (12c602e), closes #117
0.1.11 (2020-09-12)
- dependency: fix exporting from devDependency -> move graphql-tools to dependency (d20dfa7), closes #148
0.1.10 (2020-08-19)
0.1.9 (2020-08-19)
0.1.8 (2020-05-12)
0.1.7 (2020-05-12)
- target ES2017 instead of esnext for module, and ES2015 for main (08a8246)
0.1.6 (2019-12-31)
0.1.5 (2019-12-22)
- Avoid parsing issues with null/non-null fields: stop producing graphql errors on parsing when a null is encounter on a non-null value. That is not the responsibility of this link, and it clashes with usages of directives like
@skip
#28 #29
0.1.4 (2019-12-05)
- Handle null values for optional types #21
0.1.3 (2019-12-04)
removeTypenameFromInputs
option to remove __typename from inputs (d9a194f)
0.1.2 (2019-12-04)
- mutate the operation with serialized vars (avoid shallow copy with wrong prototype errors) (ab9a107)
0.1.1 (2019-12-02)
- exporting
isNone
andmapIfArray
utils (031a6d1)
validateEnums
+ ensure non-nulls (feaff53), closes #2 #7- can parse scalars as result of query root. Uses the scalar type in the schema or functions (b4348eb)
- initial Fragment Unit helpers (585a845)
- serializer of nested + don't __typename (0014120), closes #18 #15
- serializer of schema input (86ff601), closes #14
- support arrays (bc84fff), closes #5
- support for nested objects, including in arrays, and arrays inside of objects (db16c4d), closes #3
- test interfaces and unions (cd5f654), closes #4