2.1.0 - 2024-03-10
- bump dependencies
isHttpError
: accepts any argument type
2.0.0 - 2022-11-17
- bump dependencies
- update error creation to new fluent methods from
@supercharge/errors
- use
@supercharge/eslint-config-typescript
instead ofstandard-with-typescript
- require Node.js v16, drop support for Node.js v12 and v14
1.1.0 - 2021-12-08
- add static
HttpError.isHttpError(error)
method determining whether the givenerror
is anHttpError
instance
- bump dependencies
- use UVU and c8 for testing instead of tap
1.0.0
release 🚀 🎉