Skip to content

Latest commit

 

History

History
100 lines (52 loc) · 2.73 KB

CHANGELOG.md

File metadata and controls

100 lines (52 loc) · 2.73 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]

2.1.2 - 2021-09-24

Changed

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

2.1.1 - 2021-08-30

  • No updates. Transitive dependency bump.

2.1.0 - 2021-08-26

Changed

  • Remove reference to deprecated resolveProjectName [#2010]

2.0.6 - 2021-08-24

Changed

  • Updated build tooling, types are now compiled with TypeScript 4.3. [#1997]
  • Added file exclusion for tests to package.json and enable type checking for tests. [#2005]
  • Rename test/ to tests/ [#2005]

Added

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

2.0.5 - 2021-08-04

Changed

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

2.0.4 - 2021-08-03

Changed

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

2.0.3 - 2021-06-17

Changed

  • Update fs-extra to ^9.1.0 #1946

2.0.1 - 2021-06-01

Fixed

  • Fix binary files referencing non-existent files #1929

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

1.0.2 - 2021-05-19

Fixed

  • Fix broken file exports. #1894

1.0.1 - 2021-05-07

Breaking Change

  • Update graphql-config to version 3. Update graphql-config-utilities. #1883

0.14.3 - 2021-04-13

Changed

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

0.14.2 - 2021-03-23

Fixed

  • Fix graphql-validate-fixtures binary not running [#1798]

0.14.0 - 2021-03-11

Changed

  • Move from graphql-tools-web repo to quilt