Releases: tiago154/graphql-import-files
Releases · tiago154/graphql-import-files
v1.5.2
- Use coveralls via github actions and remove integration via travis
v1.5.1
- Change the package that updates coveralls information and thus remove the vulnerabilities of the old package
v1.5.0
- Update node version to version 20 in the project
v1.4.0
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
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
Update all project dependencies and fix vulnerabilities json5 <1.0.2 || >=2.0.0 <2.2.2
V1.2.18
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.