Change log
v2.12.6
v2.12.5
Also publish
src/directory to npm, enabling source maps. @maclockard in #403
v2.12.4 (2021-04-29)
v2.12.3
v2.12.2
v2.12.1
v2.12.0
The
graphql-tagrepository has been converted to TypeScript, adding type safety and enabling both ECMAScript and CommonJS module exports. While these changes are intended to be as backwards-compatible as possible, we decided to bump the minor version to reflect the significant refactoring. @PowerKiKi and @benjamn in #325
v2.11.0 (2020-07-28)
v2.10.4 (2020-07-08)
Bump dev/peer deps to accommodate
graphql15. @adriencohen in #299
v2.10.3 (2020-02-05)
Further adjustments to the TS
index.d.tsdeclaration file. @Guillaumez in #289
v2.10.2 (2020-02-04)
v2.10.1
v2.10.0
Add support for
graphql@14by timsuchanek in #210, #211
v2.9.1
v2.9.0
Add
experimentalFragmentVariablescompatibility by lucasconstantino in #167
v2.8.0
v2.7.{0,1,2,3}
Merge and then revert PR #141 due to errors being thrown
v2.6.1
v2.6.0
v2.5.0
v2.4.{1,2}
Temporarily reverting PR #99 to investigate issues with bundling
v2.4.0
v2.3.0
Add flow support michalkvasnicak in PR #98
v2.2.2
v2.2.1
Fix #61: split('/n') does not work on Windows dnalborczyk in PR #89
v2.2.0
Bumping
graphqlpeer dependency to ^0.10.0 dotansimha in PR #85
v2.1.0
Add support for calling
gqlas a function matthewerwin in PR #66
v2.0.0
Restore dependence on graphql module abhiaiyer91 in PR #46 addressing #6
Added
graphqlas a peerDependency
v1.3.2
Add typescript definitions for the bundledPrinter PR #63
v1.3.1
v1.3.0
v1.2.4
Restore Node < 6 compatibility. DragosRotaru in PR #41 addressing #39
v1.2.1
Fixed an issue with fragment imports. PR #35.
v1.2.0
Added ability to import other GraphQL documents with fragments using #import comments. PR #33
v1.1.2
Fix issue with interpolating undefined values Issue #19
v1.1.1
Added typescript definitions for the below.
v1.1.0
We now emit warnings if you use the same name for two different fragments.
You can disable this with:
v1.0.0
Releasing 0.1.17 as 1.0.0 in order to be explicit about Semantic Versioning.
v0.1.17
Allow embedding fragments inside document strings, as in
See also http://dev.apollodata.com/react/fragments.html
v0.1.16
Add caching to Webpack loader. PR #16
v0.1.15
Add Webpack loader to
graphql-tag/loader.
v0.1.14
Changes were not tracked before this version.
Last updated