-
-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Upgrade everything - Swap del for rimraf, as del is ESM only and old versions have vulnerabilities (e.g. via https://security.snyk.io/vuln/SNYK-JS-INFLIGHT-6095116). - Fix bug with unions resulting in infinite recursion except for depthLimit. I came across this while manually testing the changes here in one of my repos - I think it was an unintended consequence of #44, and the test introduced in that PR still passes, so I think my small change here is likely ok?
- Loading branch information
Showing
6 changed files
with
3,195 additions
and
2,652 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
|
||
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), | ||
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
|
||
## 2.0.0 - 2024-01-08 | ||
|
||
There are no interface changes in this release, but the minimum required Node.js version is now 18. | ||
|
||
### Changes | ||
|
||
- BREAKING: Require Node.js 18 or higher. | ||
- Fix issue where includeCrossReferences would incorrectly behave as if it was set to false in the presence of unions. | ||
- Upgrade dependencies: `commander`, `graphql` to latest | ||
- Remove dependency `del`, instead `rimraf` is now used. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.