All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
There are no interface changes in this release, but the minimum required Node.js version is now 18.
- 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
, insteadrimraf
is now used.