Skip to content

Releases: Skillnter/http-error-kit

v1.1.0

08 Mar 18:52
d9be665

Choose a tag to compare

🔥 What’s New?
Improved JSON Serialization – Errors are now properly serialized when used in HTTP responses. No more missing fields when sending errors via

res.status(400).send(new BadRequestError("Oops!"))

New getInputs() Method – Need to fetch the original parameters used when creating an error? Now you can! This makes debugging and logging much more efficient.

Fixed Nested Imports – Importing specific sub-paths should now work as expected. No more unexpected module resolution issues!

v1.0.0

08 Mar 18:50

Choose a tag to compare

UPDATE VERSION