Releases
v11.0.0
Major
Updated Node.js support to ^10.13.0 || ^12.0.0 || >= 13.7.0
.
Added a package exports
field with conditional exports to support native ESM in Node.js and keep internal code private, whilst avoiding the dual package hazard . Published files have been reorganized, so previously undocumented deep imports will need to be rewritten according to the newly documented paths.
Updated dev dependencies, some of which require newer Node.js versions than previously supported.
Patch
Updated the graphql
peer dependency to 0.13.1 - 15
, fixing #200 via #201 .
Updated Prettier related package scripts.
Configured Prettier option semi
to the default, true
.
Ensure GitHub Actions run on pull request.
Also run GitHub Actions with Node.js v14.
Fixed the ignoreStream
function tests for Node.js v14 with a new CountReadableStream
test helper, fixing #209 .
Minor JSDoc wording tweak for consistency.
Mention Promise.allSettled
in the readme “Tips” section.
Updated MDN Web Docs links.
You can’t perform that action at this time.