Skip to content

Latest commit

 

History

History
126 lines (66 loc) · 3.86 KB

CHANGELOG.md

File metadata and controls

126 lines (66 loc) · 3.86 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and adheres to Semantic Versioning.

Unreleased

Changed

  • Fixed babel helpers file being generated with incorrect filename in esm build. [#2082]

3.2.1 - 2021-09-24

Changed

  • Migrate from sewing-kit-next to loom for building - package build output remains identical. [#2039]

3.2.0 - 2021-08-26

Changed

  • Support for graphql@15.x. [#1978]

3.1.4 - 2021-08-24

Changed

  • Added file exclusion for tests to package.json and enable type checking for tests. [#2005]

3.1.3 - 2021-08-13

Changed

  • Updated build tooling, types are now compiled with TypeScript 4.3. [#1997]

3.1.2 - 2021-08-04

Changed

  • Ensure tsconfig.tsbuildinfo file is not uploaded to the npm registry. [#1982]. [#1982]

3.1.1 - 2021-08-03

Changed

  • Update to latest sewing-kit-next for build. Update types/typesVersions fields to point directly into the build folder [#1980]

3.1.0 - 2021-06-22

Changed

  • Update supported jest version to 27. #1945

3.0.2 - 2021-06-17

Changed

  • Update fs-extra to ^9.1.0 and @types/fs-extra to ^9.0.11 #1946

3.0.0 - 2021-05-21

Breaking Change

  • Update minimum supported node version to 12.14.0. Add engines field to help enforce usage of this version. #1906

2.0.3 - 2021-04-13

Changed

  • Removed dependency on tslib, as we no-longer compile with tsc. #1829

2.0.2 - 2021-03-23

Changed

  • Updated jest and jest-simple to not rely on cjs-only concepts [#1788]

2.0.1 - 2021-03-16

Changed

  • Updated jest and jest-simple to be compatible with jest [#1787]

2.0.0 - 2021-03-11

Changed

  • Renamed webpack entry point to webpack-loader

  • Move from graphql-tools-web repo to quilt

1.3.0 - 2021-02-24

Added

  • Update dependencies (jest) to 26 [#133]

1.2.0 - 2020-04-27

Added

  • Added a new {simple: true} option to the graphql-mini-transforms/webpack loader to produce GraphQL exports without any AST [#114]
  • Added a new graphql-mini-transforms/jest-simple transformer that produces the same shape as the webpack loader’s simple option [#114]

1.1.0 - 2020-04-14

Changed

  • Update dependencies (@types/webpack) [#110]
  • Upgrade fs-extra to v9 [#105]
  • Upgrade prettier to v2.0.4 and change eslint-plugin-shopify to @shopify/eslint-plugin [#104]
  • Upgrade graphql to v14.6.0 [#104]

1.0.3 - 2019-04-29

  • Fixed issues with the Jest loader (#81)

1.0.2 - 2019-04-29

  • Fixed issues with the Webpack loader when a document had one or more imports (#80)

1.0.0 - 2019-04-09

Initial release