Skip to content

Latest commit

 

History

History
143 lines (75 loc) · 4.42 KB

CHANGELOG.md

File metadata and controls

143 lines (75 loc) · 4.42 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]

5.1.1 - 2021-09-24

Changed

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

5.1.0 - 2021-08-26

Changed

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

5.0.6 - 2021-08-24

Changed

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

5.0.5 - 2021-08-13

Changed

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

5.0.4 - 2021-08-05

Changed

  • Add matchers entrypoint to typesVersions fields. This should have happened in 5.0.2 but was missed. [#1985]

5.0.3 - 2021-08-04

Changed

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

5.0.2 - 2021-08-03

Changed

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

5.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

4.4.4 - 2021-04-13

Changed

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

4.4.1 - 2021-03-03

Fixed

  • Updated multi-build outputs to include mandatory extensions to fix "Module not found" issues reported by ESM supported bundlers #1759

Changed

  • Update jest-matcher-utils to 26 [#1751]

4.3.0 - 2020-12-18

Added

  • Add new build outputs (CommonJS, ESM, esnext, Node) for greater tree-shakability #1698

4.2.1 - 2020-10-20

  • Added tslib@^1.14.1 in the list of dependencies. #1657

4.2.0 - 2020-06-24

Changed

  • Add subsequential request mocking support (#1534)

4.1.0 - 2020-04-20

Changed

  • Update graphql dependencies [#1379]
  • jest.Matchers type updated to match @types/jest version 25 [#1239]
  • Update jest-matcher-utils to 25 [#1375]

4.0.9 - 2019-12-04

Fixed

  • Adding TestingApolloClient to fix scenarios where some fetchPolicy values produce React events firing outside of an act scope (#1198)

4.0.0 - 2019-07-03

Changed

  • Updated to respect the new asynchronous query components from the 4.x version of @shopify/react-graphql (#762)

3.2.0 - 2019-06-27

Added

  • Allow MockLink to return a full GraphQLError. (#768)

3.1.0 - 2019-05-22

Added

  • Added a new entry point, @shopify/graphql-testing/matchers, which includes a toHavePerformedGraphQLOperation assertion (#706)
  • Improved filtering GraphQL operations by allowing you to pass query or mutation options (#706)

3.0.1 - 2019-04-02

Changed

  • Loosened version requirements for Apollo dependencies

3.0.0 - 2019-04-01

Changed

  • createGraphQLFactory is now a named export, not the default export (#623)
  • Simplified much of the external workings of the library, including removing the custom subclass of ApolloClient (#623)

1.0.0

Initial release.