Releases: Skillnter/http-error-kit
Releases · Skillnter/http-error-kit
v1.1.0
🔥 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!