You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CommonJS support has been dropped. The previous version of this library supported both CommonJS and ESM. The effort of this no longer feels worth it. ESM is the future, so we're dropping CommonJS.
Now requires Node 18.
Upgraded to Typescript 5.3.
To match RFC9110, UnprocessableEntity is now UnprocessableContent, and PayloadToolarge is now ContentTooLarge. The old classes still exist and have been marked as deprecated.