Skip to content

Releases: onebeyond/error-handler-module

v1.0.7

Choose a tag to compare

@telekosmos telekosmos released this 22 Sep 14:32
32cafcb

This release adds support for Typescript by including a file index.d.ts with all the required types. Also included one example of how to use it in a simple TS project.

v1.0.6

Choose a tag to compare

@kevinccbsg kevinccbsg released this 21 Nov 11:55

This release updates some of the dependencies and also includes a fix when the error is not tagged to return a default 500 error.

v1.0.4

Choose a tag to compare

@kevinccbsg kevinccbsg released this 11 Apr 17:40

This release includes a better error message format and a new Validator custom type for responses.

v1.0.3

Choose a tag to compare

@kevinccbsg kevinccbsg released this 05 May 22:18

This release includes a change in the stack trace capture as we aren't keeping the original. This is a problem when we want to debug. Using this version this won't happen anymore.

It also includes tests to cover this new feature.

v1.0.2

Choose a tag to compare

@kevinccbsg kevinccbsg released this 13 Apr 10:43

This release includes extra info to be shown in the logger.error method.

v1.0.1

Choose a tag to compare

@kevinccbsg kevinccbsg released this 29 Oct 09:07

This releases change Error name constructor to type parameter and package version.

v1.0.0

Choose a tag to compare

@kevinccbsg kevinccbsg released this 28 Oct 11:19

error-handler-module first version of the package.