Releases: adamhl8/ts-explicit-errors
Releases · adamhl8/ts-explicit-errors
4.0.1
12 Sep 20:12
Compare
Sorry, something went wrong.
No results found
Include TypeScript declaration maps in package
4.0.0
09 Sep 16:22
Compare
Sorry, something went wrong.
No results found
The err
and errWithCtx
functions now require a cause argument. If there is no cause, you can explicitly pass in undefined
.
3.0.0
18 Jul 21:40
Compare
Sorry, something went wrong.
No results found
Replaced CtxError.fmtErr
with CtxError.messageChain
Added CtxError.rootStack
2.2.0
04 Mar 16:35
Compare
Sorry, something went wrong.
No results found
2.1.0
04 Mar 15:59
Compare
Sorry, something went wrong.
No results found
Add getAll
method to CtxError
2.0.0
28 Feb 22:18
Compare
Sorry, something went wrong.
No results found
Rename to ts-explicit-errors
1.0.0
28 Feb 18:39
Compare
Sorry, something went wrong.
No results found
Use CtxError
to allow attaching arbitrary context to errors
0.2.2
06 Feb 01:14
Compare
Sorry, something went wrong.
No results found
0.2.1
19 Dec 18:32
Compare
Sorry, something went wrong.
No results found
0.2.0
18 Dec 01:41
Compare
Sorry, something went wrong.
No results found
Use undefined
instead of null
Improve readme/JSDoc