- Updated dependencies [
d691952]:- graphql-typed@2.3.0
- #2789
bdebd9197Thanks @lemonmade! - Addtypefield toSimpleDocumenttype
- Updated dependencies [
bdebd9197]:- graphql-typed@2.2.0
- Updated dependencies [
97f8f6cf5]:- graphql-typed@2.1.0
- #2783
ae1adc100Thanks @lemonmade! - Add support for omitting GraphQL source text
-
#2778
12f780698Thanks @BPScott! - Add graphql^16.0.0as an allowable graphql dependency version -
Updated dependencies [
12f780698]:- graphql-typed@2.0.3
- #2760
6efb94586Thanks @ryanwilsonperkin! - Prevent bad cache entry for jest and jest-simple transforms referencing stale node_modules paths
- #2692
762a27333Thanks @vsumner! - Update rollup plugin to ignore sourcemaps to prevent build warnings
-
#2608
ba4da84d5Thanks @BPScott! - Useimport typeeverywhere that we deal with importing types -
Updated dependencies [
ba4da84d5]:- graphql-typed@2.0.2
- #2597
3fdf54a64Thanks @lemonmade! - Add graphql-mini-transforms Rollup and Vite plugins
- #2409
0bff6fad7Thanks @BPScott! - Update types to account changes in TypeScript 4.8 and 4.9. Propogate contstraints on generic types and update type usage relating toWindowandNavigator. Technically this makes some types stricter, as attempting to passnull|undefinedinto certain functions is now disallowed by TypeScript, but these were never expected runtime values in the first place.
-
#2389
03c1abc8cThanks @BPScott! - Add types field to package.json export maps to support typescript consumers that usemoduleResolution: "node16" -
Updated dependencies [
03c1abc8c]:- graphql-typed@2.0.1
- Fix importing
graphql-mini-transforms/webpack-loaderfailing to import.webpack-loaderandwebpackboth import the same thing, for backwards compatability reasons.webpack-loadershould be preferred name going forwards, to match preferred historic usage. [#2284]
- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [#2277]
- Use Jest v28 transform format #2243
- Correct wildcard export to
./*[#2209]
- Export cjs by default for
webpack,jest, andjest-simple. [#2193]
- Use
./*instead of./in package.json exports to fix deprecation warning. [#2184]
- Rerelease after failed publish. No code changes.
- Added support for webpack 5 and removed support for webpack 4 [#2013]
- Fixed babel helpers file being generated with incorrect filename in esm build. [#2082]
- Migrate from
sewing-kit-nexttoloomfor building - package build output remains identical. [#2039]
- Support for
graphql@15.x. [#1978]
- Added file exclusion for tests to package.json and enable type checking for tests. [#2005]
- Updated build tooling, types are now compiled with TypeScript 4.3. [#1997]
- Update to latest sewing-kit-next for build. Update
types/typesVersionsfields to point directly into the build folder [#1980]
- Update supported
jestversion to27. #1945
- Update
fs-extrato^9.1.0and@types/fs-extrato^9.0.11#1946
- Update minimum supported node version to 12.14.0. Add engines field to help enforce usage of this version. #1906
- Removed dependency on tslib, as we no-longer compile with
tsc. #1829
- Updated
jestandjest-simpleto not rely on cjs-only concepts [#1788]
- Updated
jestandjest-simpleto be compatible with jest [#1787]
-
Renamed
webpackentry point towebpack-loader -
Move from graphql-tools-web repo to quilt
- Update dependencies (
jest) to26[#133]
- Added a new
{simple: true}option to thegraphql-mini-transforms/webpackloader to produce GraphQL exports without any AST [#114] - Added a new
graphql-mini-transforms/jest-simpletransformer that produces the same shape as the webpack loader’ssimpleoption [#114]
- Update dependencies (
@types/webpack) [#110] - Upgrade fs-extra to v9 [#105]
- Upgrade prettier to
v2.0.4and changeeslint-plugin-shopifyto@shopify/eslint-plugin[#104] - Upgrade graphql to
v14.6.0[#104]
- Fixed issues with the Jest loader (#81)
- Fixed issues with the Webpack loader when a document had one or more imports (#80)
Initial release