Skip to content

Releases: tiago154/graphql-import-files

v1.5.2

06 Oct 22:56
72eed04
Compare
Choose a tag to compare
  • Use coveralls via github actions and remove integration via travis

v1.5.1

06 Oct 22:22
e5b1159
Compare
Choose a tag to compare
  • Change the package that updates coveralls information and thus remove the vulnerabilities of the old package

v1.5.0

06 Oct 21:53
4b0d7c3
Compare
Choose a tag to compare
  • Update node version to version 20 in the project

v1.4.0

06 Oct 21:33
3c55218
Compare
Choose a tag to compare
Update all project dependencies
Package Old Version New Version
@graphql-tools/merge ^9.0.0 ^9.0.7
fast-glob ^3.3.1 ^3.3.2
graphql ^16.8.1 ^16.9.0

v1.3.0

05 Oct 04:55
a0d5c5e
Compare
Choose a tag to compare
Update all project dependencies
Package Old Version New Version
@graphql-tools/merge ^8.3.14 ^9.0.0
fast-glob ^3.2.12 ^3.3.1
graphql ^16.6.0 ^16.8.1

v1.2.19

09 Jan 01:43
93e40d2
Compare
Choose a tag to compare

Update all project dependencies and fix vulnerabilities json5 <1.0.2 || >=2.0.0 <2.2.2

V1.2.18

15 Oct 02:00
0311f38
Compare
Choose a tag to compare

Added support for the #import annotation to the loadFile function. This was an open suggestion here that way we can add the reading of a file and if necessary include other files through the import annotation.