This repository was archived by the owner on Mar 13, 2025. It is now read-only.
v2.14.2
Fixes
- Throw errors when calling
Body#formData()with malformed form data. Thanks @b-marques for the PR. - Use
scriptPathas the file path for the script if set. Thanks @frandiox for the PR. - Ensure
vitest-environment-miniflareworks with Node 21. Closes issue #732, thanks @jkeys089 for the PR. - Ensure
waitUntil()s added insidewaitUntil()callbacks are waited on. Closes issue #605, thanks @hansottowirtz for the PR. - Bump
undicito5.82.2, addressing low severitynpm auditwarning. Closes issues #607 and #738, thanks @hansottowirtz and @mm-jpoole.