Skip to content

Releases: adamhl8/ts-explicit-errors

4.0.1

12 Sep 20:12
v4.0.1
f853e80

Choose a tag to compare

  • Include TypeScript declaration maps in package

4.0.0

09 Sep 16:22
v4.0.0
512112b

Choose a tag to compare

  • 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
v3.0.0
715f693

Choose a tag to compare

  • Replaced CtxError.fmtErr with CtxError.messageChain
  • Added CtxError.rootStack

2.2.0

04 Mar 16:35
5ed6dde

Choose a tag to compare

  • Add errWithCtx function

2.1.0

04 Mar 15:59
f3cfd75

Choose a tag to compare

  • Add getAll method to CtxError

2.0.0

28 Feb 22:18
1ced224

Choose a tag to compare

  • Rename to ts-explicit-errors

1.0.0

28 Feb 18:39
34b97c4

Choose a tag to compare

  • Use CtxError to allow attaching arbitrary context to errors

0.2.2

06 Feb 01:14
7bc8c5d

Choose a tag to compare

  • Minor refactor

0.2.1

19 Dec 18:32
04fc05b

Choose a tag to compare

  • Use newError in fmtError

0.2.0

18 Dec 01:41
9640d33

Choose a tag to compare

  • Use undefined instead of null
  • Improve readme/JSDoc