- #2389
03c1abc8c
Thanks @BPScott! - Add types field to package.json export maps to support typescript consumers that usemoduleResolution: "node16"
- Drop support for node 12 and Safari 10, 11 and 12. Remove wildcard export in exports field. [#2277]
- Relax constraints on
apollo-codegen-core
#2238
- Correct wildcard export to
./*
[#2209]
- Use
./*
instead of./
in package.json exports to fix deprecation warning. [#2184]
- Rerelease after failed publish. No code changes.
- Migrate from
sewing-kit-next
toloom
for building - package build output remains identical. [#2039]
- Update
apollo-codegen-core
to supportgraphql
@15.x
. [#2019]
- Support for
graphql
@15.x
. [#1978]
- 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]
- Ensure
tsconfig.tsbuildinfo
file is not uploaded to the npm registry. [#1982]
- Update to latest sewing-kit-next for build. Update
types
/typesVersions
fields to point directly into the build folder [#1980]
- Update minimum supported node version to 12.14.0. Add engines field to help enforce usage of this version. #1906
- Removed core-js dependency, as its polyfills are no longer needed in node 12. #1906
- Removed dependency on tslib, as we no-longer compile with
tsc
. #1829
- Move from graphql-tools-web repo to quilt
- Updated dependency:
core-js@^3.0.0
.
- Start of Changelog