Skip to content

Version 4.0.0

Choose a tag to compare

@jaydenseric jaydenseric released this 28 Dec 23:57
· 84 commits to master since this release

Major

  • ESM is no longer published, due to CJS/ESM compatibility issues across recent Node.js versions.
  • The file structure and non-index file exports have changed. This should only affect projects using undocumented deep imports.

Patch

  • Stop testing the statusCode property of HTTP errors; they are inconsequential as Koa uses the status property.