Releases: Quramy/ts-graphql-plugin
Releases · Quramy/ts-graphql-plugin
v1.9.0
Features
- Improve error messages (#80 )
- Indicate the span expression range when complex interpolation errors
- Indicate as warning if the error severity is categorized GraphQL lang server warning (e.g. access
@deprecated
field)
v1.8.0
Features
removeDuplicatedFragment
option ( #72 )
v1.7.0
Features
- Add
typegen
command to CLI
v1.6.0
Features
- Add CLI functions (#67 )
extract
, validate
and report
are coming!
v1.5.0
Features
- Local schema extension (#66 )
Misc
- Perfomance enhancement (#64 )
v1.4.1
Features
- Display quick info ( #61 )
- Allow this plugin within TemplateExpressionLiterals (#2 , #57 )
v1.3.0
Features
- Support .graphql SDL file as
schema
option (#43)
v1.1.0
- Schema from URL / GQL endpoint [#2]
v1.0.2
- Add prefix
[ts-graphql-plugin]
when logging
v1.0.1
- Upgrade dependencies.
- Modify peer dependency to TypeScript. (require
typescript@^2.3.1
)